Ok, I found a work around. I changed the requestURI attribute of the displaytag 
table to point to the action used to load the data. So the data is reloaded 
everytime. I still dont understand why it was working if I didnt enable my 
problematic tile ... Looking at the displaytag docs and the forum 
(http://sourceforge.net/forum/forum.php?thread_id=1298276&forum_id=249318) I 
understand that the table data should be reloaded everytime (which wasnt the 
case).



Well, it's working now. The only problem is to know which action loaded the 
data to update the template acordingly. Is there a possibility for that ?



Before (non working)

requestURI="${pageContext.request.requestURI}"

After (working)

requestURI="/EditUser/EditUser.do"
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=984#984
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to