[jboss-user] [JBoss Seam] - Re: ProcessInstanceList updating seam-version

gus888 do-not-reply at jboss.com
Fri Feb 23 17:35:49 EST 2007


  | <h:commandLink action="#{pooledTask.assignToCurrentActor}">
  |   <h:commandButton value="Assign"/>
  |   <f:param name="taskId" value="#{task.id}"/>
  | </h:commandLink>
  | 
it shoud be

  | <h:commandLink value="Assign" action="#{pooledTask.assignToCurrentActor}">
  |   <f:param name="taskId" value="#{task.id}"/>
  | </h:commandLink>
  | 
just suggestion.

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

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



More information about the jboss-user mailing list