I'm using a simple DynaValidationForm, and have the "input" in the struts-config mapping pointing to the same page the form resides on. When validation finds that there are errors, and returns to the form page with displayed errors... I want to anchor to the lower part of the large form page... so, only the errors and the form shows... not the text above.
Anybody have any ideas on how to do this !? I've tried about 100 different hacks, with no luck. I would think that returning to a page from validation at an anchored spot in the page is common practice, but I can't find any examples of it anywhere. Any help would be appreciated ! Thanks ! == Dylan