hat because your call to callme() is not working
>
>
> Regards
> --
> Lukasz
> http://www.lenart.org.pl/
>
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands,
hat because your call to callme() is not working
>
>
> Regards
> --
> Lukasz
> http://www.lenart.org.pl/
>
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands,
e your call to callme() is not working
>
>
> Regards
> --
> Lukasz
> http://www.lenart.org.pl/
>
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: u
2009/2/9 Prasad Mangina :
> Dear All,
>
> i have programmed a simple (custom) interceptor.
>
> placed logic in post action invocation.
>
> public String doIntercept(ActionInvocation invocation) throws Exception {
>
>Object action = invocation.getAction();
>
>String ret = invocation.invo
Dear All,
i have programmed a simple (custom) interceptor.
placed logic in post action invocation.
public String doIntercept(ActionInvocation invocation) throws Exception {
Object action = invocation.getAction();
String ret = invocation.invoke();
if (action instanceof MyAwa
5 matches
Mail list logo