Uh, what extensible tags?
We developers listening to this list haven't heard a thing about plans for
extensible tags (or did I miss something?).
If an extensible tag mechanism is going to be part of the next release then
that's great but we would also like to know what's going on.

This is exactly why I asked that a new version of the spec be posted before
a reference implementation is released.

ted stockwell

> -----Original Message-----
> From: Abhishek Chauhan [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, March 05, 1999 2:29 PM
> To:   [EMAIL PROTECTED]
> Subject:      Re: JSP Spec enhancment
>
> Steve,
>
> With the advent of extensible tags in JSP such features get out of the
> scope of the JSP spec, and into that of extensible tags.  JSP would
> come with a set of standard tags that would be available on all JSP
> implementations.
>
> Extensible tags will allow JSP users / Tag Library Providers to
> provide custom tags that look and feel just like regular JSP tags.
> The tag provider would be able to implement whatever behaviour they
> want out of the tag.  In particular, I think it is possible to
> implement your suggestion as a custom tag.
>
> -abhishek
>
> steve barrett wrote:
> > I would like to something that provided the following features:
> > 1) Swing components could be placed within the page using something
> > like <input .. BEAN TYPE="JTable">
> >
> > 2) These components shared an applet context so any behavior you could
> > get from an applet could be coded (scripted would be too good to be
> > true)
> >    a) data validation logic where emptiness, or date
> > validation, or amount checking could be done
> >    b) business logic - examples:
> >       1. where components would be disabled because
> >          a radio button was not selected
> >       2. if there was a zip code then city/state could
> >          be set
> >       3. if some field held the int value 9 then some
> >          other field had to be blank or perhaps an
> >          int value 1-5
> >
> > 3) some kind of application bean that could provide access to session
> > beans from multiple browser windows
> >
> > Can any of this already be done?
>

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to