For backwards compatibiity and consistency all attribute values are
evaluated now against the ValueStack, so if you intend for them to be
String literals, you need to single quote them.

> -----Original Message-----
> From: Mathias Berg [mailto:[EMAIL PROTECTED] 
> Sent: Monday, October 27, 2003 9:30 AM
> To: '[EMAIL PROTECTED]'
> Subject: [OS-webwork] velocity template bug?
> 
> 
> Hi all! I made a update from the CVS today and noticed lots 
> of changes. (great! ) But there is some thing that im a bit 
> confiused over. In the form template for example, if you dont 
> fill in the name parameter value as name=" 'test' ", then it 
> will be blank. So if you leave this out '' then it will not 
> write the parameter...
> 
> this work
> <ww:form action="'test'" name="'testForm'" method="'post'"  > ....
> 
> This dont work
> <ww:form action="test" name="testForm" method="post"  >
> ....
> 
> Should it be so?
> 
> /Mathias.
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: The SF.net Donation 
> Program. Do you like what SourceForge.net is doing for the 
> Open Source Community?  Make a contribution, and help us add 
> new features and functionality. Click here: 
> http://sourceforge.net/donate/ 
> _______________________________________________
> Opensymphony-webwork mailing list 
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> 


-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to