Hello, Is it possible to pass on an JavaBean object reference to a JavaScript object... so that i can manipulate and restore the changes back to the JavaBean object? please advise.. Thanks...
Best regards,<br /> <br />vanchin
Balaji Loganathan
author and deputy
Bartender
Joined: Jul 13, 2001
Posts: 3150
posted
0
You mean in JSP ? Yes, you can pass the value of javabean to javascript provided javascript can understand it but not the vice versa.
yes, actually there is a JavaBean object in a JSP page. The bean contains a password property. I want to pass the password property value to a class object in JavaScript to compare with the re-entered password by the user. The JavaScript file is refered by the 'src' attribute of the 'script' element. pl. advise...
subject: Passing Bean objects to JavaScript Objects....