html:frame sample

2003-10-08 Thread hari_s
Hi all ... Does anyone have jsp page that using html:frame or html-el:frame ? Any sample will be considered .

RE: html:frame

2003-03-11 Thread Mark Galbreath
Why waste your time? Frames are D-E-A-D. Crap from the 90s. Use DHTML instead. Mark -Original Message- From: Micael [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 7:58 PM >> I gave up on the frame tags. -

RE: html:frame

2003-03-11 Thread Ray Madigan
Sorry - i got fat dumb and happy cutting from different docs It is rendered as -Original Message- From: Todd Pierce [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 4:49 PM To: 'Struts Users Mailing List' Subject: RE: html:frame If your tag is rendering as it se

RE: html:frame

2003-03-11 Thread Micael
arch 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=&q

RE: html:frame

2003-03-11 Thread Todd Pierce
If your tag is rendering as 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 ce

html:frame

2003-03-11 Thread Ray Madigan
can anyone tell me for certain if this is a bug or a problem of mine I use: and the code that gets rendered for the browser is: and the code in the tag:\ is: if (marginheight > 0) { results.append(" marginheight=\""); results.append(marginheight);

Re: html:frame

2002-08-15 Thread Cliff Rowley
http://jakarta.apache.org/struts/api/org/apache/struts/taglib/html/FrameTag.html ;) On Thu, 2002-08-15 at 23:38, Smith, Peter wrote: > Looking for help/examples to explain the use of html:frame tag. > > Thanks in advance, > Pete Smith > New Zealand > > > --

html:frame

2002-08-15 Thread Smith, Peter
Looking for help/examples to explain the use of html:frame tag. Thanks in advance, Pete Smith New Zealand -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>