Re: displaying errors, not html

2005-11-30 Thread Laurie Harper
draegoon Z wrote: I have an application that has a popup displaying all errors on a page. After the popup is closed I need a way to get each error for the individual properties. will not work because I'm inside another tag that won't allow it. I need a way to get the error string for a pr

displaying errors, not html

2005-11-29 Thread draegoon Z
I have an application that has a popup displaying all errors on a page. After the popup is closed I need a way to get each error for the individual properties. will not work because I'm inside another tag that won't allow it. I need a way to get the error string for a property using EL, J