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...
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...
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Passing Bean objects to JavaScript Objects....