Re: Why do I need a refresh to print a display:table ?

2010-04-07 Thread Stephane Cosmeur
I don't know how to check if the PrepareInterceptir is in my interceptor stack or not, but the method prepare() is called. And don't be sorry for trying to help, i'm new on struts 2 and this strange behaviour must come from a mistake, but I really can't see where it could be, given the table is pop

Re: Why do I need a refresh to print a display:table ?

2010-04-07 Thread Alex Rodriguez Lopez
Is the PrepareInterceptor in your interceptor stack? The prepare() method is called by this interceptor. Sorry if you checked already this things, it is the only that comes to mind, otherwise it really seems like a strange behaviour. Em 07-04-2010 09:27, Stephane Cosmeur escreveu: Yes I trie

Re: Why do I need a refresh to print a display:table ?

2010-04-07 Thread Stephane Cosmeur
Yes I tried quite early after i discovered my problem and unfortunately useless. The behaviour stays strictly the same. On Wed, Apr 7, 2010 at 4:08 PM, Alex Rodriguez Lopez wrote: > Hi Stéphane, > > did you try implementing the Preparable interface in your action and > populating your List in th

Re: Why do I need a refresh to print a display:table ?

2010-04-07 Thread Alex Rodriguez Lopez
Hi Stéphane, did you try implementing the Preparable interface in your action and populating your List in the prepare() method? http://struts.apache.org/2.x/struts2-core/apidocs/com/opensymphony/xwork2/Preparable.html Em 07-04-2010 05:16, Stephane Cosmeur escreveu: One week later, i'm still

Re: Why do I need a refresh to print a display:table ?

2010-04-06 Thread Stephane Cosmeur
One week later, i'm still bocking on this problem ! The display:table has a really strange behaviour. I still have to click two times on the action to get my table diplaying. What's is very weird is that after the first click the s:debug balise confirms me my list of clients is not empty. Is it pos

Why do I need a refresh to print a display:table ?

2010-03-31 Thread Stephane Cosmeur
Hello, My second message on this webmail and still very new on Struts 2. My problem is, I guess, quite common. I have a simple action which return a jsp containing a display:table. This table calls his data from the list inside the actionclass. The table display perfectly well, but only at the sec