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