[
https://issues.apache.org/struts/browse/WW-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40696
]
spencer p commented on WW-1857:
-------------------------------
Sure.
If I create a page:
---
<%@ taglib prefix="s" uri="/struts-tags"%>
<body>
<s:property value="mySet" />
<s:form namespace="/mySpace" action="a.action"
method="post">
<input type="hidden" value="hi"/>
<s:select name="stuff" list="mySet" />
<s:submit value="%{'Submit'}" />
</s:form>
</body>
---
It renders as
--
<body>
[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
<input type="hidden" value="hi"/>
</body>
---
If I reduce the form tags to <s:form></s:form>. I still see nothing.
</body>
> Form tags do not render, others do.
> -----------------------------------
>
> Key: WW-1857
> URL: https://issues.apache.org/struts/browse/WW-1857
> Project: Struts 2
> Issue Type: Bug
> Environment: tomcat 5.5, java 1.5, jsp 2.4
> Reporter: spencer p
>
> Using the s:property tag on an attribute works. ala <s:property name="bob"/>
> Using a form tag, ala <s:form></s:form> does not <s:submit value="%{'a'}"/>
> does not work as well.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.