Hi there, in recent projects, we had a problem to set the focus to the first field that creates an error (e.g. serverside validation failed), especially with large formulars. To fix this problem, we created a FocusTag
<app:focusTag action="/siteWrite" property="ste_name"/> which sets the focus to the field provided, if no error occurs. Otherwise it sets the focus to the first field that failed serverside validation. Since you have to provide the action of the form, we think it would be better to provide this function directly in the Struts html:form by adding an additional attribute (e.g setOnErrorFocus="true") to turn it on or off. If somebody is interested we can provide this tag. We can provide an implementation of html:form with this additional functionality too. Denis, Uwe --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]