Re: S 1.3.8 Custom Request Processor Vs Action Class

2011-03-07 Thread Anjib Mulepati
I am looking at the custom request processor blog where its doing basic common task such as validating user session is done in request processor now I am doing same validation in the base action class. So which one is better way doing in request processor or as base action class? -

Re: S 1.3.8 Direct URL

2011-03-07 Thread Dave Newton
On Mon, Mar 7, 2011 at 4:17 PM, Anjib Mulepati wrote: > I have following: > > 1. A form accessible only after successful login. > 2. Action() on the form i.e. it send form data to > server after user click submit > > Now I am getting > > java.lang.NullPointerException >        mypkg.myForm.validat

S 1.3.8 Direct URL

2011-03-07 Thread Anjib Mulepati
Hi I have following: 1. A form accessible only after successful login. 2. Action() on the form i.e. it send form data to server after user click submit Now I am getting java.lang.NullPointerException mypkg.myForm.validate(MyForm.java:108) when I am giving http://localhost:8080/myap