0. Displaying client-side inline error messages should be fairly easy.
Instead of calling alert(message) write your own dhtml function such as
inlineError(message) method for populating the same message into an
object on the page. Note this wouldn't require server communication, so
not AJAX.
1.
You need to set the form as the root nesting context.
I usually do this by wrapping the nested form content with
In theory the nested taglib is supposed to override html:form to
automatically set the root node, but I haven't got that to work.
-Original Message-
From: David Conrad
2 matches
Mail list logo