Re: Page the waiting / Páginas de espera

2008-05-23 Thread Eduardo Solanas
Hi, it doesn't work, i think its a bug. my action in struts.xml action name=reservasProvinciales class=ejemplo.pruebaAction interceptor-ref name=defaultStack/ interceptor-ref name=execAndWait

Page the waiting / Páginas de espera

2008-05-22 Thread STRUTS SL. Mailing List
Hello everyone. I want to know if someone asked me how to do pages waiting, for example, the DDBB Enter data with a class java but I wish that you do not touch anything until this is not finished, so a page in waiting. Any idea and thanks in advance. A greeting.

Re: Page the waiting / Páginas de espera

2008-05-22 Thread Giovanni Azua
hi, Do you mean running a lengthy process? then the way to go would be using execAndWait interceptor, have a look in: http://struts.apache.org/2.x/docs/execute-and-wait-interceptor.html ** Si a lo que te refieres es a ejecutar un proceso y que el

RE: Page the waiting / Páginas de espera

2008-05-22 Thread STRUTS SL. Mailing List
. -Mensaje original- De: Giovanni Azua [mailto:[EMAIL PROTECTED] Enviado el: jue 22/05/2008 16:59 Para: Struts Users Mailing List Asunto: Re: Page the waiting / Páginas de espera hi, Do you mean running a lengthy process? then the way to go would be using execAndWait interceptor, have a look

Re: Page the waiting / Páginas de espera

2008-05-22 Thread Eduardo Solanas
Hi Giovanni i have proved the executeAndWaitStack interceptor, and it works well(aiting page works ok) but in my method (in an Action) in wich i have to access with getText to a key in a properties file, and it doesn't work if i quit the interfeptor it works again, maybe a bug? thanks El día

Re: Page the waiting / Páginas de espera

2008-05-22 Thread Giovanni Azua
hi Eduardo, It would be useful that you posted the struts configuration and all relevant snippets. We won't otherwise understand the case you're describing. Just a wild shot at what you explain sounds like you don't get your properties properly assigned to the Action ... is that it? If it