Oliver Pereira wrote:
> Hi All,
>
> Here is a some jsp code in which i am trying to show some menu within a
> Table tag.
>
> But this doesn't work out as the tags are displayed outside the Table in
> Netscape but works fine in IE.
>
> Please help
>
> thanks in advance
>
> Regards
>
> Oliver
>
Since Netscape and IE implement HTML differently, it is not at all unusual to
run into different behavior. But, there's absolutely no way anyone can help
you with this unless they know the strings that are being returned to your
array.
You would be best off examining the HTML code generated for this page (with
your browser's View Source command). It is likely that you are either
generating invalid HTML code that just happens to work the way you want it to
in IE, or you've run into a bug in Netscape. But there's no way to tell just
looking at this JSP page.
Craig McClanahan
PS: Regarding your design approach, I prefer to have the Java objects I
refer to in JSP pages return just the data to be displayed, and then embed
the appropriate HTML codes in the JSP page itself. That way, you can change
the presentation of the page without having to mess with the underlying Java
clasess. If you had done so here, it would also have been possible to help
you debug why the resulting page works in one browser but not the other.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html