You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/03/27 17:19:33 UTC

DO NOT REPLY [Bug 18416] New: - tag problem

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

tag problem

           Summary: tag problem
           Product: Tomcat 4
           Version: 4.1.24
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Servlet & JSP API
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: florut.iulian@ssi-schaefer.ro


I'm developing a frame application and I have the following situation :
example:
dialog name = "test.jsp";

dialog code:
<tg:dialog>
  <FRAMESET rows="*,*">
    <FRAME src="test.jsp?frame_id=FRM001"/>
    <FRAME src="test.jsp?frame_id=FRM002"/>
  </FRAMEST>
</tg:dialog>

<tg:frame id="FRM01">
 ...
</tg:frame>
<tg:frame id="FRM02">
 ...
</tg:frame>

I save the instance of both frame tags in a hashtable in the dialog environment 
htFrames.put("FRM01", frameinstance1); 
htFrames.put("FRM02", frameinstance2); 

when I try to got the instance of the frames from hashtable :

1. using  4.0.x the frame instaces are returned ok from hastable.
2. but using 4.1.x return the same frame instance for both hashtable elements.

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