I'd fire that developer!!
Of course you can use filters with struts. Filters are a j2ee servlet 2.3 thing and are completely independant of struts.
I've been using both for ages!!
Tha action comes first then display of the jsp.
> My problem is, I don't want to mix code for loading the second screen in with the validation of the logon for the first screen.
I'm not sure you are. What code are you talking about for loading the second screen? Struts does both the actual...
I need to validate my web app for european characters. I can do it by allowing individual characters in the mask i.e.
<constant>
<constant-name>alphaForeignCheck</constant-name>
<constant-value>^[a-zA-Z è\s]*$</constant-value>
</constant>
This will allow for alphas and è. But rather...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.