Re: [appfuse-user] Question about error message on signup page

2007-11-29 Thread Matt Raible
Struts 2 is a bit tricky because we've customized the css_xhtml theme to render error messages automatically. We could probably enhance our customization so individual error messages could be turned off. As far as adding an error message for country, that might be possible with a struts:err

Re: [appfuse-user] Question about error message on signup page

2007-11-29 Thread Yongping
Struts 2.0. Thanks mraible wrote: > > This doesn't happen for Country because (in many cases), we're > rendering our own drop-down instead of using a web framework's. Which > web framework are you using - it's generally different on enabling/ > disabling error messages on each field. > >

Re: [appfuse-user] Question about error message on signup page

2007-11-29 Thread Matt Raible
This doesn't happen for Country because (in many cases), we're rendering our own drop-down instead of using a web framework's. Which web framework are you using - it's generally different on enabling/ disabling error messages on each field. Matt On Nov 29, 2007, at 11:06 AM, Yongping wrote:

[appfuse-user] Question about error message on signup page

2007-11-29 Thread Yongping
Normally there is an erorr printed out on top of this page and corresponding field when it's required (if blank). However I notice field of Country is an exception. Only error for this field (select) is displayed on top of page but nothing on the top of Country (if nothing is selected). A couple o