On 11/18/05, Laurie Harper <[EMAIL PROTECTED]> wrote:
> Rahul Akolkar wrote:
<snip/>
> >>It's a bit messy; the functionality the tags encapsulate isn't exposed
> >>in a way you can access directly. A cleaner alternative if you're using
> >>JSP 2.0 is to use a tag file, which can then just contain standard JSP
> >>to select and invoke the appropriate delegate tag. There are some issues
> >>with doing this currently, which I have a work-in-progress solution to
> >>(see http://issues.apache.org/bugzilla/show_bug.cgi?id=33064 for details).
> >>
> >
> > <snap/>
> >
> > Tag files are a serious option. For example, see composition here [1].
> >
> > Whatever you do, don't play container. I assure you, you have better
> > things to do ;-)
>
> Ah, you haven't seen how ugly it can get wrapping the Struts Html tags
> in tag files... ;-)
>
> It's definately the way to go for this kind of thing, we just need to
> clean up #33064 to make it viable.
>
<snap/>

Yes, that was more of a post-33064 comment.

Getting the the Struts tags to be 2.0-ready is something I'd be
interested in too. Given the origin of those tags way before 2.0,
backward compatibility issues will take precedence. I wonder if
there's a better way.

-Rahul


> L.
>
> >
> > -Rahul
> >
> > [1] 
> > http://wiki.apache.org/jakarta-taglibs/ReusableDialogComponents/Tutorials/Composition
> >
> >

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

Reply via email to