Yeah, if I leave the requestURI field empty it calls the action which loads
the list from a webservice/database. But I already have so data, so I don't
need to load the data again. This is why I created an empty action.

After some copying from other struts actions and some republishing and
restarting the tomcat it is now working - but I don't know why :-)

Btw.: Has anyone managed to do sorting and paginating calls from displaytag
by ajax/dojo? I have no glue how to get it into displaytag :-)

Best Regards,
Marc

2007/9/4, Didier Coignet <[EMAIL PROTECTED]>:
>
> Have you tried to put leave the requestURI field in displaytag empty ?
>
> <display:table uid="row" name="searchResults" pagesize="15"
> sort="list" requestURI="" cellspacing="0"
> cellpadding="0">
>
> in my case i had pagination problems and that solved it (still dont know
> why).
> Regards didier.
>
>
>

Reply via email to