help: ww:select stops 2nd ww:form from rendering
Alan Barrington-Hughes <[email protected]>
| Newsgroups | gmane.comp.java.open-symphony.webwork |
|---|---|
| Message-ID | <19446164.1147289349534.JavaMail.os-j2ee@opensymphony01.managed.contegix.com> |
Hi,
Lets start with the troublesome code:
[code]
<ww:form name="form1">
<ww:property value="'foo'"/><br>
<ww:textfield labelPosition="left" label="User Name" name="bar"></ww:textfield>
<ww:select name="list1" id="mylist" list="#{0:'test'}"></ww:select>
</ww:form>
<ww:form name="form2">
<ww:property value="'foo'"/><br>
<ww:textfield labelPosition="left" label="User Name" name="bar"></ww:textfield>
<ww:select name="list2" id="testlist" list="#{0:'test'}"></ww:select>
</ww:form>
[/code]
The code above just will not render the second form (in IE or FF). The moment I remove the ww:select tag from the first form, the page renders as expected. I have tried the tags in various orders, the list param as a HashMap, nothing can get the second form to render if there is a ww:select in the first form. I have searched the wiki and bug list, but no luck.
Thoughts anyone?
Regards,
Alan Barrington-Hughes
[code]
- WW version 2.2.2
- no exceptions being reported
- a logging not yet configured
- the enviroment: XP Pro/ JVM 1.4.2_11/ Tomcat 5.5.16/ Eclipse 3.1.2/ IE6SP2/ FF1.5.0.3
[/code]
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=30337&messageID=58728#58728
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]