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?
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com
===========================================================================
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".