Hi, 
I saw in the Seam Documentation that you can use a method and arguments as the 
action with s:link:
 <s:link value="View Hotel" action="#{hotelBooking.selectHotel(hot)}"/>   
however if I try this with my code, I get an error:

  | <s:link value="Modify" action="#{bean.select(car)}" buttonClass="button" 
linkStyle="button"/>&#160;
  | 

The error is:
Error Parsing: #{bean.select(car)}
Encountered "("...

Does anyone have a clue why this might not work?

Thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985169
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to