I'm using javascript with the JXForms and I'd like to call a Java function from within the flowscript. Something like:
sendView(url1) sendView(url2) if (something updated in the model) call a member function from a Java class Is this possible? If so, how do you do it? Looking at the samples it appears as if the Form class is being used within the jxform.js so I think you can do, but my javascript skills aren't at the point where I can figure out how. Any tips, links to references, etc. would be really appreciated. Thanks, Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
