|
|
GET request with _eventId parameter doesn't work with JSF2
I tried to get working link with _eventId, but sending it (even pasting in prowser) doesn't work. Any ideas?
Using WebFlow 2.2.1 + Primefaces 2.2.0-SNAPSHOT
Hello
If you can post some code and specially the error stack trace would be better for us to get a better idea about your case
Is this a commandLink or just a plain link? Remember that with JSF you need to use the action attribute on a commandLink or a commandButton.
Any link, command link works when I add action parameter, but i cannot pass any other parameter to flow.
The mechanism for resuming a flow when using Spring Web Flow with JSF is by specifying an action on a command link or a command button. Internally Web Flow is set up to detect the JSF post-back, restore the component tree, and detect the action and interpret it as an event. Simply sending _eventId isn't going to do any of that. Can you describe what you're trying to do? Why not use a command link?
I find other way around. Thank You very much. |
|