Werner Masik wrote:
Hello!

I have a strange flowscript problem with a switch/case. The code is a function that should display a list of persons (using a repeater). Every row of the repeater contains a submit button for editing and deleting. When a button is pressed the form gets submitted and the next action is decided by a If/then or a Switch/case that compares the ID of the submit-widget. The strange behaviour is that when I press the edit button (with submit-ID=editPerson) the switch/case compare does not seem to work. The If/then works. Is it possible that switch/case only works with integer? Or maybe it is just a stupid mistake I don't see now. But the code is based on http://www.planetcocoon.com/node/1715#comment
So I think it should work. If anybody has an idea, please let me know.

I recall reading something about switching on strings... have a look here:

http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=111056231409589&w=2

and here:
http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=110865972811342&w=2

Ben

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to