| <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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...