[jboss-user] [JBoss Seam] - Re: Is passing a object through el to JavaScript possible?

IGx89 do-not-reply at jboss.com
Fri Oct 19 17:26:17 EDT 2007


One solution would be to have something like the following in your HEAD section:


  | <script>
  | var status = #{status};
  | </script>
  | 

and just use that var in your script.

Another possible (much more elaborate) method would be to use a4j:jsFunction

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097118



More information about the jboss-user mailing list