[jboss-user] [JBoss Seam] - conversation propagation and navigation rule
atao
do-not-reply at jboss.com
Sat May 5 15:27:45 EDT 2007
With seam 1.2.1.GA, I tried this code:
| <page view-id="*">
| <navigation>
| <rule if-outcome="fundList">
| <redirect view-id="/FundList.xhtml">
| <param name="conversationPropagation" value="none" />
| </redirect>
| </rule>
| </navigation>
| </page>
|
and I got this exception:
anonymous wrote :
| javax.servlet.ServletException: Invalid expression: 'none'. Parsed Expression of unexpected type java.lang.String
| at javax.faces.webapp.FacesServlet.service(FacesServlet.java:152)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:147)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| ...
|
| 21:18:15,218 ERROR [ExceptionFilter] exception root cause
| javax.faces.el.ReferenceSyntaxException: Invalid expression: 'none'. Parsed Expression of unexpected type java.lang.String
| at org.apache.myfaces.el.ELParserHelper.parseExpression(ELParserHelper.java:84)
| at org.apache.myfaces.el.ValueBindingImpl$2.newInstance(ValueBindingImpl.java:82)
| at org.apache.myfaces.shared_impl.util.BiLevelCacheMap.get(BiLevelCacheMap.java:123)
| at org.apache.myfaces.el.ValueBindingImpl.(ValueBindingImpl.java:115)
|
| ...
|
So how to specify no conversation propagation from navigation rule inside pages.xml?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043479#4043479
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043479
More information about the jboss-user
mailing list