I updated the version of WW2 I'm using for development to the latest version in CVS last night. I immediately noticed two issues.

1) When a <webwork:textarea> tag is rendered in my page, it contains the value "$parameters.nameValue". For some strange reason the variable in the velocity template is not getting evaluated. I hadn't taken the time to look at the templates before last night. It seems that all the other ui tags use the same variable reference and have not had problems in my jsp.

2) I have code that iterates over a list of lists. Previously, I could use the notation "that[0]", "that[1]", to access objects in the list when inside an iterator. That doesn't seem to work now. Has the "that" keyword changed?

Scott Delap
[EMAIL PROTECTED]



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to