Hi all,

I've been using display-tag with quite a succes in the past in Struts
applications and now I'm trying to use it also in an application that uses
Struts with modules.

My question is how to handle paging and sorting, since my actions are spread
over modules and it is possible to have links between modules. What should I
put in the requestURI attribute ?

I've tried to leave it blank but I'm using DispatchAction and it gets
confused with the method request parameter.

To be more precise I have a login.do action in the admin module and forward
"succes" takes me to another action from banking module, say listAccounts.do
. If I leave the requestURI empty, it tries to execute the login action
again.

Another problem that I have is with Struts' security token that takes care
of double submit problems. It appears in the URL but I think I can override
it to remove it, but then it won't execute my action.

So, if anyone has used displaytag in a modularised struts application or
with Struts Token, I would appreciate some pointers.

Thank you very much,
Narcis
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to