I gave up on the frame tags.

At 11:49 AM 3/12/03 +1100, you wrote:
If your tag is rendering as

frameborder="0"/> it seems likely that you don't have the taglib definition in your jsp. -----Original Message----- From: Ray Madigan [mailto:[EMAIL PROTECTED] Sent: Wednesday, 12 March 2003 11:35 AM To: Struts Users Mailing List Subject: html:frame can anyone tell me for certain if this is a bug or a problem of mine I use: marginheight="0" marginwidth="0" frameborder="0"/> and the code that gets rendered for the browser is: frameborder="0"/> and the code in the tag:\ is: if (marginheight > 0) { results.append(" marginheight=\""); results.append(marginheight); results.append("\""); } if (marginwidth > 0) { results.append(" marginwidth=\""); results.append(marginwidth); results.append("\""); } Not allowing me to have a zero width margin for my frame. Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



LEGAL NOTICE


This electronic mail transmission and any accompanying documents contain information belonging to the sender which may be confidential and legally privileged. This information is intended only for the use of the individual or entity to whom this electronic mail transmission was sent as indicated above. If you are not the intended recipient, any disclosure, copying, distribution, or action taken in reliance on the contents of the information contained in this transmission is strictly prohibited. If you have received this transmission in error, please delete the message. Thank you



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to