Click to See Complete Forum and Search --> : Help, setting a bean from javascript


cocabc
02-03-2003, 01:30 PM
Does anyone know if it's possible to set a java bean within a javascript function?
Sample would be appreciated.
Thanks.

khalidali63
02-03-2003, 02:22 PM
You can do that making use of the LiveConnect technology within JavaScript.
But that will limit you to NS browsers.

instead your best bet will be to use JSP pages and work with beans.

to learn more on jsp structure pleae go to this link

http://developer.java.sun.com/developer/onlineTraining/JSPIntro/

cheers

Khalid