Validation error removes all url parameters
-------------------------------------------
Key: MYFACES-2720
URL: https://issues.apache.org/jira/browse/MYFACES-2720
Project: MyFaces Core
Issue Type: Bug
Components: JSR-314
Affects Versions: 2.0.0
Reporter: Alexander Ilyin
When page has some url parameter(s) after server-side validation error or by
default navigation JSF navigates to the page with the same viewId but without
url parameters.
IMHO the problem is the POST method submits the form to viewId's url only
instead of using url with the parameters as original url has.
This issue makes problems with bookmarking such views with params after handling
some action(minor problem) and generating proper response after action handling
based on this parameters(major problem) .
P.S. Also this issue has another side effect. When handling some action the url
parameters are unavailable.
P.P.S. The issue existed in Mojarra. The same Mojarra's issue can be found here
https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=1653
And jsf forum discussion here:
http://forums.sun.com/thread.jspa?threadID=5438231
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.