[jboss-user] [JBoss Seam] - dvd store question
kgoedert
do-not-reply at jboss.com
Thu Jun 28 11:54:09 EDT 2007
In the dvd store example in the admin page there is this
<s:button action="#{accept.viewTask}" taskInstance="#{task}"
value="Review"/>
In the AcceptAction there is an injection of
@In Long orderId;
and in the viewTask method is the orderId is used to do the search. My question is, how is orderId injected? Or, which property on the admin page sets the value of orderId?
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058821#4058821
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058821
More information about the jboss-user
mailing list