[jboss-user] [JBoss Seam] - Re: clickable dataTable: DataModelSelection or method parame
damianharvey
do-not-reply at jboss.com
Wed Nov 28 07:45:47 EST 2007
Two points that have got me recently around using the Extended EL for tables with navigation links:
1. Your list still needs to be annotated with @DataModel for the extended EL to pass the object. Otherwise it will be null.
2. In your pages.xml your navigation rule must have the from-action the same as it is specified in your page link eg.<navigation from-action="#{hotelBooking.selectHotel(hot)}">
Cheers,
Damian.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108438#4108438
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4108438
More information about the jboss-user
mailing list