Re: el expression in plain html

2010-02-09 Thread mamallan . uthaman
an named "myBackingBean" then you can use this "#{myBackingBean.paramName}". If need any other thing please elaborate. Thanks Krishna Pandit -Original Message- From: baeschtu baeschtu [mailto:baesc...@gmail.com] Sent: 10 February 2010 05:47 To: MyFaces Discussion Su

RE: el expression in plain html

2010-02-09 Thread Krishna K. Pandit
aeschtu baeschtu [mailto:baesc...@gmail.com] Sent: 10 February 2010 05:47 To: MyFaces Discussion Subject: el expression in plain html Hello I need to pass a param in plain html, but the el expression is not parsed. How can I make it work! .. .. thanks This email and any files transm

Re: el expression in plain html

2010-02-09 Thread Anton Gavazuk
Hi, you cannot do it actually in such way I see 2 ways to do this: 1) provide your param inside h:inputhidden field and put some javascript "onWindow" logic which will get this param and provide it to applet code 2) write your own JSF component which will render applet markup Cheers, Anton 2010/2

el expression in plain html

2010-02-09 Thread baeschtu baeschtu
Hello I need to pass a param in plain html, but the el expression is not parsed. How can I make it work! .. .. thanks