QeelwaEtech / omnifaces

Automatically exported from code.google.com/p/omnifaces
0 stars 1 forks source link

Add option to retain all request parameters with o:form #159

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The <o:form> component has an option to retain all request parameters that are 
declared as view parameters after a post-back.

It seems there is some demand for having an additional option to include ALL 
request parameters. See e.g. 
http://java.net/jira/browse/JAVASERVERFACES_SPEC_PUBLIC-1163

Original issue reported on code.google.com by arjan.tijms on 23 Mar 2013 at 4:11

GoogleCodeExporter commented 9 years ago
Added new includeRequestParams option to o:form that retains all URL (GET) 
parameters in

https://code.google.com/p/omnifaces/source/detail?r=926a29ca119c686474b2a1736e69
076ec59795d9

Original comment by arjan.tijms on 1 Apr 2013 at 9:22