I imagine that everyone's been too busy developing apps at the speed of light, on the rapid application development framework known as cocoon, to have noticed that switch statements don't work with flowscript, at least when testing strings.
var foo = "bar";
switch(foo) {
case "bar" : print("switch works"); break;
default : print("this is a rancid crock of poo");break;
}
Please tell me I'm missing something and cocoon is the best thing since sliced bread.
In 2.2 it is working as expected. You could use the Rhino version of 2.2 and replace the version available in 2.1 as it should be binary compatible.
--
Reinhard P�tz Independant Consultant, Trainer & (IT)-Coach
{Software Engineering, Open Source, Web Applications, Apache Cocoon}web(log): http://www.poetz.cc --------------------------------------------------------------------
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
