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?
-
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
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
3 matches
Mail list logo