Re: ActionMapping roles attribute

2006-07-22 Thread Nicolas BOIRE
Hello , you can use the requestProcessor @see http://www.onjava.com/pub/a/onjava/2004/11/10/ExtendingStruts.html Ciao Niko Le jeudi 20 juillet 2006 à 09:59 -0300, Vinicius Carvalho a écrit : > Hello there folks! > I was wondering, is it possible to force struts to not check > request.isUserInRole

ActionMapping roles attribute

2006-07-20 Thread Vinicius Carvalho
Hello there folks! I was wondering, is it possible to force struts to not check request.isUserInRole() when we provide a roles parameter in our action-mapping declaration? I need to get it's value, but I get redirect to an unauthorized page before my execute() happens. Regards -