You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2002/12/24 20:38:11 UTC

DO NOT REPLY [Bug 15196] - Bug on the RequestUtils.computeParameters using a DynaValidatorForm as map of the parameter

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=15196>.
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=15196

Bug on the RequestUtils.computeParameters using a DynaValidatorForm as map of the parameter

craig.mcclanahan@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From craig.mcclanahan@sun.com  2002-12-24 19:38 -------
Because DynaValidatorForm implements org.apache.commons.beanutils.DynaBean, the
getMap() method is not recognized as a property getter.  It is only there to
make the properties of a DynaBean accessible when using the expression language
syntax of JSTL tags (or struts-el tags that use the same syntax).

Try using the "frame" tag from the struts-el library (included in the "contrib"
subdirectory of recent nightly builds.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>