What do you need exactly? If you want to call a method "getParamName()" of Bean 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 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! .. <tr:panelFormLayout> <applet code="MyApplet.class" archive="MyApplet.jar" width="500" height="400"> <param name="paramName" value="#{myBackingBean.paramName}"/> </applet> </tr:panelFormLayout> .. thanks This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the sender by email reply and delete it from your system. The integrity and security of this email cannot be guaranteed on the Internet.