[Opensource] transition names can't contain "."

Michael Rimov rimovm at centercomp.com
Thu Jan 16 20:14:15 PST 2003


At 08:04 AM 1/10/2003 -0600, you wrote:
>I'm getting exceptions when I name a transition with a "." in the name. I
>believe the issue lies at ServletControllerRequest.addButtonParams(), where
>the code is:
>if (buttonName.indexOf(".") > 0) {
>         buttonName = buttonName.substring(0,
>         buttonName.indexOf("."));
>}

Mike,

Admittedly, I'm not sure why the button name was parsed like that, but its 
possible that there could be some 'feature' in there that I'm 
missing.  I've tagged it in the 'known bugs' list for now until we can 
figure it out better.

                                                 -Mike





More information about the Opensource mailing list