I now need to submit an array object to an action, how can I achieve this using struts?

you know, for a primary type value you just do like this
<html:form>
<html:text property="name" value="Mike"/>
<html:submit property="submitButto" value="submit"/>
</html:form>


or maybe you can submit values to a bean likethis
<html:form>
<html:text property="mybean.name" value="Mike"/>
<html:submit property="submitButto" value="submit"/>
</html:form>

but how to do when I want to submit an array?

Thanks&Regards

_________________________________________________________________
享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to