Greetings -

I have a custom component using 3 view states to handle a very 
typical search result pattern.

The first state (base state) is a search form. Its submit button sets 
currentState to "result".

The second state (result) is a data grid listing people. Data in the 
first column is linked (linkButton) to the third state (edit), these 
links set currentState to "edit

The third state (edit) is detail on the person clicked on in the 
second state.

Problem is, the links in the second state return the error "Unknown 
state 'edit'".

If, however, I create a button or link in the base state (with the 
exact same click syntax) linking to the to third state, it works.

Seems like the links in the second state aren't aware of their peers...

Ideas?

thanks, ethan




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to