0
我在想,如果我能做到這一點在Struts 2:Struts2的形式在部分
<h4>Select Category</44>
<s:form id="Step01Page" action="Step01Page">
<s:select name="nombreCategoria" list="categorias"
listKey="nombre" listValue="nombre" label="Categorias"
headerKey="Crear" headerValue="Crear Nueva"/>
</s:form>
<h4>Name of Category</h4>
<s:form id="Step01Page" action="Step01Page">
<s:textfield label="Nombre de la Categoria"/>
</s:form>
<sx:submit formId="Step01Page" value="Siguiente" cssStyle="float:right;"/>
我做道場插件OFR的Struts 2
描述的細節問題將更加好事,將有助於你得到很好的答案 – 2011-04-25 15:55:09
請查看[faq](http://stackoverflow.com/faq)。我還建議你閱讀[這篇博客文章](http://blog.stackoverflow.com/2010/10/asking-better-questions/1228)提示如何提出更好的問題。 – Will 2011-04-25 16:17:57