Patrick Lightbody wrote:
I just noticed (actually, I’ve known it for a while, but now I need to do something about it) that the UI tags all take plain strings for their labels and a few other attributes. In WebWork 1.3 all attributes were parsed through the ValueStack and so I’m going to switch this back to the original behavior. If there is a great outcry against it, I can offer a config switch that by default would be off and would go back to this behavior. But I’d rather not do that and just keep things compatible. Any large objections? Remember, compatibility may not be a big deal for some people, but for others it’s a deal breaker. Also, 1.3 compatibility was one of the primary goals set forward when creating 2.0.
Example of change:
<ww:textfield label="Middle Name" name="name.middle" />
vs
<ww:textfield label="’Middle Name’" name="name.middle" />
-Pat
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork