Details
Description
in the *.page.xml files, the parameters that are not bound to a value in a bean are being stored as List of Strings. They are used in redirect using EL in seam-gen for example the following expression:-
<s:link view="/#{empty from ? 'Contactentry' : from}.xhtml"
This results in a redirect like the following:-
http://localhost:8080/ice3/%5BLjava.lang.String;@1c8ce14.seam?contactgroupContactGroupId=1&cid=10
<s:link view="/#{empty from ? 'Contactentry' : from}.xhtml"
This results in a redirect like the following:-
http://localhost:8080/ice3/%5BLjava.lang.String;@1c8ce14.seam?contactgroupContactGroupId=1&cid=10
Issue Links
- blocks
-
ICE-1810 Support Integration with JBoss Seam
- Closed
Standard Request Scope (context parameter) takes care of this.