Here's the simple situation: I have a first page, which shows a table, using a
DataModel. In the session bean that has the DataModel, there is also a
@DataModelSelection element.
What I want to do is have links in the table, on Page 1, which then set the
DataModelSelection element AND bring the user to another page where the details of that
object can be viewed.
I have tried doing this in various ways and it seems like the DataModelSelection is always
null on the second page.
Any suggestions on this? This should be possible to do, right? I'm trying to use a
link like this, within the table:
<s:link view="/admin/details.jsp" value="Details"/>
and the DataModelSelection always appears to be null on the details page.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992986#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...