This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I have to use struts validations in my jsp-servlet project, I am confused where to start, i am using NetBeans 5.5 Already a lot of part has been done, but now we have to use struts validation, please help
You can't use the Struts Validator framework without incorporating Struts into your project at least to some degree. If you want to preserve your project as a plain JSP/Servlet application, I'd recommend that you use the Apache Commons Validator. Since the Struts Validator itself is based on the Apache Commons Validator, you'll get a lot of the same features without having to incorporate Struts into your project.