throws
>>> Exception{
>>>
>>> Map session = actionInvocation.getInvocationContext().getSession();
>>> utente user = (utente)session.get("autenticato");
>>> if (user != null)
>>> request.setAttribute("ciao","condizione"
#x27;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.
-
To unsubscribe, e-mail: user-uns
etInvocationContext().getSession();
>> utente user = (utente)session.get("autenticato");
>> if (user != null)
>> request.setAttribute("ciao","condizione");
>> return Action.ERROR;
>&
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 wrote:
> > <%out.print(request.getParameter("ciao"))%>
>
> Simplest solution
> <%= request.getParameter("ciao") %
On Mon, Mar 16, 2009 at 5:31 PM, PEGASUS84 wrote:
> <%out.print(request.getParameter("ciao"))%>
Simplest solution
<%= request.getParameter("ciao") %>
Regards
--
Lukasz
http://www.lenart.org.pl/
-
To unsubscribe, e-mail: user-
n.getInvocationContext().getSession();
> utente user = (utente)session.get("autenticato");
> if (user != null)
> request.setAttribute("ciao","condizione");
> return Action.ERROR;
>
>
> }
>
> }
>
> and into jsp page:
>
> <%out.pr
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 f
e!!!
> 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
>
>
>
>
>
>
>
>
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-i
9 matches
Mail list logo