[JBoss-user] [JBoss Seam] - Re: Use JSP script in xhtml

2006-02-15 Thread hookomjj
"ericmacau" wrote : Hello, | | How can I add some code in XHTML (under faceletes)? | | There's the beanshell addition to Facelets, but it was developed a long while ago and may need some updating. But for the most part, you should avoid scripting logical behavior within the presentat

[JBoss-user] [JBoss Seam] - Re: Use JSP script in xhtml

2006-02-15 Thread [EMAIL PROTECTED]
I think he means a JSP scriplet, not javascript. Scriptlets are highly frowned upon. Use a JSF component. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924111#3924111 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924

[JBoss-user] [JBoss Seam] - Re: Use JSP script in xhtml

2006-02-15 Thread sbryzak2
It needs to be placed in a CDATA: | | // | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924108#3924108 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po