I don't think this is necessarily endorsed by Macromedia's Experience Design team. I believe they're still thinking about this issue. But this is certainly a simple way to display short error messages in an Accordion.
- Gordon -----Original Message----- From: Manish Jethani [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 3:25 AM To: [email protected] Subject: Re: [flexcoders] Accordion headers and forms On 4/13/05, Andrew Spaulding <[EMAIL PROTECTED]> wrote: > If I have an Validation error in a form, what is the best way to show > this in an accordion header? Set the label property of the currently selected view to include the error message in it. accordion.selectedChild.label += "(Error: foo)"; -- [EMAIL PROTECTED] http://manish.revise.org/ Yahoo! Groups Links Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

