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

Reply via email to