DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8742>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8742

redisplay DynaActionForm in view

           Summary: redisplay DynaActionForm in view
           Product: Struts
           Version: 1.1 Beta 1
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: Other
         Component: Custom Tags
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


I've got a DynaActionForm with an Array:

<form-bean name="myDynaForm" type="org.apache.struts.action.DynaActionForm">
 <form-property name="myList" type="java.lang.String[]"/>
</form-bean>

I receive correctly an Array in my action but when I redisplay the form, the 
input tags used to display array's elements (with tabindex="n") doesn't display 
every elements but display the reference to the array 
([Ljava.lang.String;@xxxxxx).

Is it a bug, unfinished feature from Struts1.1b1 (can I work on it;) or a bad 
use/comprehension of 
DynaActionForm ?

ps: It's the first time I use bugzilla, Is it the correct use ? ;)

Regards,
Emmanuel

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

Reply via email to