|
Hello! Having seen this great
display tag I tried to include it one of my struts applications. Being new to both struts and
the display tag I can’t figure out how to achieve the following: I have one display tag with a
pager on the left side of my page. It contains a href
property that starts a action which loads some client objects and displays
another tag on the right side of the page. This works as long as there
is no state information of the tags in the request URI. If I use some button – say to add another row in the tag –
I loose all paging and sorting information of the tags. As there are other users
using the thing with struts I wonder if there must be a way to get this working. Best Regards, Manuel |

