| Author |
Result Dispatcher not forwarding
|
Monica Salvador
Greenhorn
Joined: Feb 24, 2011
Posts: 23
|
|
Hi. I'm using Struts 2 and the @Action and @Result annotations. I'm trying to get the "selected" value from a form in one of the pages. To do that, I have to pass it to an action and then to a jsp or else, it will display some sort of error. This is my code:
Now, it doesn't forwart to /request.jsp, although it shows a url like this: /setSelected.action. If it doesn't forward the "selected" value, then the grid at /request.jsp will not be rendered at all. And also, if it stays as /setSelected.action, the "selected" value is not included in the ServletActionContext request's paramaters..
Please help me.
|
 |
jaladhi dave
Greenhorn
Joined: Apr 26, 2011
Posts: 3
|
|
|
hello in the annotations you can replace your type with type="redirect" and you can pass this action to other jsp page.
|
 |
Monica Salvador
Greenhorn
Joined: Feb 24, 2011
Posts: 23
|
|
|
wouldn't that take away the passed parameters?
|
 |
 |
|
|
subject: Result Dispatcher not forwarding
|
|
|