[jboss-user] [JBoss Seam] - Re: Facelets variable injection?

2007-10-24 Thread [EMAIL PROTECTED]
No. You should not inject render time variables into your backing beans. Just do #{my:compare(var1, var2)} - this is all in the facelets documentation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098216#4098216 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Re: Facelets variable injection?

2007-10-23 Thread paradigmza
Nevermind, I thougtht there was some special el tag that put a variable onto the session... but I see what you mean now. | #{helper.setListToUse(compvar)} | Thanks... so simple... but taken days to figure out (digging into all sort of stuff) ps. Jboss Tools is awesome. View the origina

[jboss-user] [JBoss Seam] - Re: Facelets variable injection?

2007-10-23 Thread paradigmza
Hi pete, I am not quite sure what you mean by use EL functions? can you give an example? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098111#4098111 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4098111 ___

[jboss-user] [JBoss Seam] - Re: Facelets variable injection?

2007-10-23 Thread [EMAIL PROTECTED]
You can't and shouldn't do that. Use EL functions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097909#4097909 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097909 ___ jbos

[jboss-user] [JBoss Seam] - Re: Facelets variable injection?

2007-10-23 Thread [EMAIL PROTECTED]
I've ran into a similar problem as you Sean in a previous problem I was tackling, you will need to create a custom facelet tag to expose the varible in the faceletContext to the facesContext, which then you may be able to bind it a MethodExpression. The solution I came up with was not pretty an

[jboss-user] [JBoss Seam] - Re: Facelets variable injection?

2007-10-23 Thread paradigmza
No luck :-( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097858#4097858 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097858 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [JBoss Seam] - Re: Facelets variable injection?

2007-10-22 Thread matt.drees
Give this a shot. | @In("#{compvar}") | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097586#4097586 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097586 ___ jboss-use