Please don't create new threads for existing questions. Obviously,
System.out won't print to the JSP. So you have to put the message
somewhere (request, session, action) your JSP can look it up and use
it.

Nils-H

On Mon, Mar 16, 2009 at 12:04 PM, PEGASUS84 <pegasu...@hotmail.it> wrote:
>
> 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-tp22535922p22535922.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...@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to