Re: Displaytag problems

2007-09-04 Thread Toni Lyytikäinen
Yes, there are several approaches to it, using AjaxTags, Ajax Anywhere, YUI, Prototype etc. It might be possible to implement it in Dojo too, I don't know enough about Dojo to say anything certain. All solutions are somewhat hackish though, and I wouldn't really recommend using them. AjaxTags is th

Re: Displaytag problems

2007-09-04 Thread Didier Coignet
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 restart