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 22 de mayo de 2008 16:59, Giovanni Azua <[EMAIL PROTECTED]> escribió:
> 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 usuario no pueda
> cambiar nada ni tampoco que se quede con una pagina bloqueada entonces debes
> usar el "execAndWait interceptor", este cubre exactamente ese use-case.
> execAndWait te permite presentar al usuario una pagina estilo de "por favor
> espere, proceso en progreso" o algo asi hasta que tu proceso termine, revisa
> en la documentacion:
> http://struts.apache.org/2.x/docs/execute-and-wait-interceptor.html
>
> Aunque he usado este mecanismo antes, no me parece justificable en una
> application web, si acaso seria mejor usar un patron de procesamiento
> asincrono.
>
> Saludos,
> Giovanni
>
> STRUTS SL. Mailing List wrote:
>>
>> 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.
>>
>> ********************************************************
>>
>> Hola a todos y todas.
>>
>> Queria saber si alguien me pede decir como hacer paginas de espera, por
>> ejemplo,
>> introdusco datos en la DDBB con una clase java pero quiero que el usuario
>> no toque
>> nada hasta que esto no termine, en fin una pagina de espera.
>>
>> Alguna idea y gracias de antemano.
>>
>> Un saludo.
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to