System.out into interceptor

2009-03-16 Thread PEGASUS84
excuse me!!! how can I show in a jsp page the text which is into an interceptor [snipp] public String intercept(. System.out.print(text) [/snipp] In result page the text doesn't appear -- View this message in context: http://www.nabble.com/System.out-into-interceptor

Re: System.out into interceptor

2009-03-16 Thread Nils-Helge Garli Hegvik
!!! how can I show in a jsp page the text which is into an interceptor [snipp] public String intercept(. System.out.print(text) [/snipp] In result page the text doesn't appear -- View this message in context: http://www.nabble.com/System.out-into-interceptor

Re: System.out into interceptor

2009-03-16 Thread PEGASUS84
: %out.print(request.getParameter(ciao))% but it doesn't work -- View this message in context: http://www.nabble.com/System.out-into-interceptor-tp22535922p22541213.html Sent from the Struts - User mailing list archive at Nabble.com

Re: System.out into interceptor

2009-03-16 Thread Nils-Helge Garli Hegvik
)   request.setAttribute(ciao,condizione); return Action.ERROR; } } and into jsp page: %out.print(request.getParameter(ciao))% but it doesn't work -- View this message in context: http://www.nabble.com/System.out-into-interceptor-tp22535922p22541213.html Sent from the Struts - User mailing list archive

Re: System.out into interceptor

2009-03-16 Thread Lukasz Lenart
On Mon, Mar 16, 2009 at 5:31 PM, PEGASUS84 pegasu...@hotmail.it wrote: %out.print(request.getParameter(ciao))% Simplest solution %= request.getParameter(ciao) % Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe,

Re: System.out into interceptor

2009-03-16 Thread Chris Pratt
Even simplester solution ${param.caio} (*Chris*) On Mon, Mar 16, 2009 at 11:05 AM, Lukasz Lenart lukasz.len...@googlemail.com wrote: On Mon, Mar 16, 2009 at 5:31 PM, PEGASUS84 pegasu...@hotmail.it wrote: %out.print(request.getParameter(ciao))% Simplest solution %=

Re: System.out into interceptor

2009-03-16 Thread PEGASUS84
://www.nabble.com/System.out-into-interceptor-tp22535922p22541213.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e

Re: System.out into interceptor

2009-03-16 Thread Dave Newton
://www.nabble.com/System.out-into-interceptor-tp22535922p22541213.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h

Re: System.out into interceptor

2009-03-16 Thread Nils-Helge Garli Hegvik
)   request.setAttribute(ciao,condizione); return Action.ERROR; } } and into jsp page: %out.print(request.getParameter(ciao))% but it doesn't work -- View this message in context: http://www.nabble.com/System.out-into-interceptor-tp22535922p22541213.html Sent from the Struts - User mailing list