I just had a 15 second glance at the source.

Looks like missing it out was an oversight to me.

Why not take a 5 minute look, and if you can't see any problems, fix it 
and submit a patch :-)

On Tuesday, June 25, 2002, at 01:46 AM, Mathew Pole wrote:

> Hi ,
>
> I'm curious as to why org.apache.ecs.FrameSetDocument doesn't extend
> org.apache.ecs.Document.
>
> In the past I've written a number of methods which returned the Document
> class. Today I need to return a document containing frames from one of 
> those
> methods, and found myself writing this code:
>
>     Document d = new Document ();
>     d.setHtml (new FrameSetDoc ().getHtml ());
>     return d;
>
>
> Note that FrameSetDoc extends FrameSetDocument and builds the frameset.
>
> Can someone satisfy my curiousity as to why this is so?
>
> Regards,
>     Mathew
>
> --
> Mathew Pole
> Web Developer, Custom Press
> email: [EMAIL PROTECTED]
> phone: 08 8269 0511 ext 313, fax: 08 8340 1212, mobile: 0403 164 617
>


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

Reply via email to