Have you considered doing the bijection using Context.get/set rather than using annotations. That provides context variable naming flexibility.
The wrapping that DataBinder's provide isn't available programatically so you would need to deal with the underlying ListDataModel and it's getRowData/getRowIndex methods. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965458#3965458 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965458 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
