[jboss-user] [JBoss Seam] - s:commandButton - does it exist? pass parameters with it?
lpmon
do-not-reply at jboss.com
Tue Jun 26 12:16:18 EDT 2007
The URL below suggests <s:commandButton exists.
http://jira.jboss.com/jira/browse/JBSEAM-329
and seam_reference.pdf suggests it exists as well.
I am using IceFaces 1.6-DR5, Seam 1.2.1 and JBoss AS 4.0.5.
I need to pass a parameter to an action method that originates from a serial/com port read via an applet. At the moment I would be happy to hard code a string and pass it to the method to see it work.
When I use <s:commandButton I get a "...tag not found" type error.
It is my understanding that <h:commandButton would not support parameters.
I am new to JSF. I know I need to let the applet run and store the result into something that can be referenced by the command button so it can be passed. What is the recommended solution? As in where to store the applet output? A JavaScript variable?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057773#4057773
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057773
More information about the jboss-user
mailing list