RE: Display inline error message

2007-07-24 Thread Will Budreau
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.

RE: List of beans in a bean on a form

2007-04-20 Thread Will Budreau
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