> what do you think on adding in BXMLSerializer a Flag to turn off script > parsing ? > This could be useful when I want to be sure that developers doesn't put > logic inside BXML files
Under what circumstances might you want to do this? It is true that script code can make JSPs more difficult to understand, but script in BXML tends to be much cleaner, as it follows stricter guidelines (you can't simply insert code anywhere using <%= ... %> blocks, for example). Even if a developer chooses not to use script in BXML, I'm still not sure I see the value in enforcing that script cannot run. G
