[jboss-user] [JBoss Seam] - Re: s:link + method parameter

EricJava do-not-reply at jboss.com
Thu Jan 24 18:00:06 EST 2008


I ran into the same thing.  Rather than using DataModel, I simply put an <f:param name="..." value="#{cat.id}"/> inside the <s:link>, and then I used a @RequestParameter annotation.  It's a bit more verbose but it's clear what it does and how it works.

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

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



More information about the jboss-user mailing list