Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

[jboss-user] [JBoss Seam] - Re: Trinidad table binding

scott.stark@jboss.org

2007-08-13


Because it isn't elegant. You can do it (but you must bind to an EVENT scoped component, or SESSION I guess, just not conversational). N.B. You can also inject the JSF component using

@In("#{uiComponent['clientId']}") UIComponent cmp;

which I think is much neater (and doesn't have scope restrictions).

I haven't used this pattern much, so can't offer best practice advice atm.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073614
_______________________________________________
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.