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'm using html errors tag in struts as <html:errors /> but errors are not being displayed but the right page that has to show the errors is being displayed.
If you're using ActionErrors, then its bad. why ? this is what Struts 1.x JavaDocs says about ActionErrors class.
A class that encapsulates the error messages being reported by the validate() method of an ActionForm. Validation errors are either global to the entire ActionForm bean they are associated with, or they are specific to a particular bean property (and, therefore, a particular input field on the corresponding form).
ActionErrors are associated with the ActionForm, if you really want to return error message, consider using ActionMessages.
Also, the input page to which your returning(redirecting ??) is normally the page from which action gets called, like a html submit form page.
HTH
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.