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 2005/01/05 19:40:46 UTC

DO NOT REPLY [Bug 32956] New: - in unix envrionment html,logic,bean tag libraries do not recognize duplication functions with different params

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

           Summary: in unix envrionment html,logic,bean tag libraries do not
                    recognize duplication functions with different params
           Product: Struts
           Version: 1.1 Final
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Custom Tags
        AssignedTo: dev@struts.apache.org
        ReportedBy: nkhan@esolz.com


i have a bean called "Packet" which has following functions :


ArrayList getData( int key );
ArrayList getData();


when using the html , bean, logic tag libs provided with struts .. 
it does not recogize the second method "getData()"


this one works fine...
<bean:define id="data" name="Packet" property="data[1]" >


but when i do 
<bean:define id="data" name="Packet" property="data" >
it should actually be calling getData() function but it gives error saying 
no getter set for property data in bean Packet.

Above all this works fine in Windows environment... but the error occurs in 
Unix ( Redhat ) environment....

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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