[ 
http://issues.apache.org/jira/browse/MYFACES-666?page=comments#action_12332369 
] 

Thomas Timbul commented on MYFACES-666:
---------------------------------------

I found out that the inputHidden thing doesnt actually work.

Maybe instead of doing this kind of thing in the view handler, this belongs 
into the form generation code itself? I could imagine a custom form component 
that allows 'required' parameters to be set by the page author and they would 
then be appended to the generated url by whatever renders the form.

> generated form action should include existing query string if posting to same 
> view
> ----------------------------------------------------------------------------------
>
>          Key: MYFACES-666
>          URL: http://issues.apache.org/jira/browse/MYFACES-666
>      Project: MyFaces
>         Type: Improvement
>   Components: Implementation
>     Reporter: Thomas Timbul
>     Priority: Critical

>
> the method getActionURL in the JspViewHandlerImpl should also append existing 
> query string to the returned url.
> If the view relies on certain parameters to be set (e.g. 
> viewPage.jsf?pageId=5) and does not render the same response, then any form 
> submit is ignored (submit button is not found, so its action method is not 
> invoked).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to