restore view in the intial request
----------------------------------
Key: MYFACES-2243
URL: https://issues.apache.org/jira/browse/MYFACES-2243
Project: MyFaces Core
Issue Type: Bug
Affects Versions: 1.1.4
Reporter: Hany Shafik
I think there is some violation in the jsf specification about what happens in
the intial request
The jsf specification clearly states
"If the request is a non-postback, call ViewHandler.createView(), passing the
FacesContext instance for the current request and the derived view identifier."
However if I issued two get request (ex http://example.com/test/test?id=1 ,
http://example.com/test/test?id=2 ) the view is restored in the second request.
This has the bad effect in f:attribute tag (ex <f:attribute name="id"
type="#{param.id}" />), I will alaways get the id attribute equal to 1, however
it should be 2.
Your help is much appreciated
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.