"damianharvey" wrote : Oh dear. So all my hard work removing IDs from my application is wasted? Exposing IDs in my app is a bit of an issue.
Sure, there are some apps where page parameters aren't appropriate. We need to dig into exactly what works and doesn't with passing parameters to EL action methods inside iterative components http://jira.jboss.com/jira/browse/JBSEAM-2391 If you were able to use some synthetic id instead of the entities primary key would that help? Like the way the entity converter uses a numeric sequence - i.e. is this something which it would be good to have support in Seam for? anonymous wrote : Does any Seam examples project illustrate this recommended approach ? The seamdiscs example uses page parameters to select etc. rows - but not explicitly to delete. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114601#4114601 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114601 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
