[jboss-user] [JBoss Seam] - Re: Seam & Trinidad.

petemuir do-not-reply at jboss.com
Sun Mar 11 09:03:38 EDT 2007


"adamkoprowski" wrote : 
  | 
  | anonymous wrote : 
  |   | "adamkoprowski" wrote : -) As I read on this forum (and experienced myself) I cannot use Seam's extended EL  (parameters to methods) with Trinidad.
  |   | 
  |   | I don't know of anyone who has got this working.
  |   | 
  | Too bad. Any idea what's the reason? Any hope this will be resolved at some point?

No (it's not a priority for Seam, but if someone provides a patch...).  The extended EL is a stop-gap measure until we get a version of EL that really supports this.

anonymous wrote : ...

Try this:

<pages>
  |    <page view-id="/master.xhtml">
  |       <navigation>
  |          <rule if-outcome="viewDetail">
  |             <redirect view-id="/detail.xhtml" />
  |          </rule>
  |       </navigation>
  |       <param name="entryId" value="#{detail.entryId}" />
  |    </page>
  | </pages>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026949#4026949

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026949



More information about the jboss-user mailing list