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 2004/06/03 11:22:10 UTC

DO NOT REPLY [Bug 29355] New: - Define Tag doesn't create types according to the type attribute value

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=29355

Define Tag doesn't create types according to the type attribute value

           Summary: Define Tag doesn't create types according to the type
                    attribute value
           Product: Struts
           Version: 1.1 Final
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Custom Tags
        AssignedTo: dev@struts.apache.org
        ReportedBy: uwe_ewald@yahoo.com


If I write a tag into the jsp:
<bean:define id="sumRate" type="java.lang.Integer" value="0"/>
then a String rather than an Integer is created.
This should work at least for the primitive wrapper types.

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