You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jordan Thomas <jo...@ipa.fhg.de> on 2003/04/09 18:30:47 UTC

Passing an String[] across a multipage form

Hi,

I am wanting to pass an String[] across a multipage form. This seems to be
working as struts just converts it to a string. That's very handy but my
problem is that the value of [Ljava.lang.String;@1557f9d doesn't want to
convert back into an array of strings when I am at the end of my set of
forms.

How do I handle the submission of multiboxes, across multiple forms, in a
way that will allow me to end up with an array of strings?

thanks

Jordan


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org