[jboss-user] [JBoss Seam] - fail to send parameter to a function in xhtml

handsomeli do-not-reply at jboss.com
Fri Jul 6 04:25:59 EDT 2007


I can assign the task to an actor by using pooledTask.assignToCurrentActor.
<h:column>
  | <s:button action="#{pooledTask.assignToCurrentActor}" taskInstance="#{task}" value="Assign">
  | </s:button>
  | </h:column>

However, i fail to use 'pooledTask.assign', evenif i've set the parameter to it like this:
				<h:column>
  | 					<s:button action="#{pooledTask.assign}" taskInstance="#{task}" value="Assign">
  | 							<f:param name="actorId" value="c" />
  | 					</s:button>
  | 				</h:column>

Can you help me?
Thank you very much.

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

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



More information about the jboss-user mailing list