what i want is to load another page after performing a fileUpload.
I tried to put this code in the bean which process the fileupload:
return "<JSF Page Name>?faces-redirect=true"
but still no luck...
|
|
|
You can't navigate from inside an action listener method. You can only navigate from inside a real action method, the one which is bound to the You can however send a redirect programmatically by
|
||||
|
|