Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-tapestry Wiki" for change notification.
The following page has been changed by gabrielh: http://wiki.apache.org/jakarta-tapestry/TapestryAndApplets ------------------------------------------------------------------------------ - The HTML:[[br]] + The HTML:[[BR]] - You want to set the hidden input (called document.appletForm.someData.value) with the applet method result of document.myApplet.getSomeData().[[br]] + * The form name is appletForm and is accessed in javascript using: document.appletForm + * The applet name is myApplet and is accessed in javascript using: document.myApplet + * The submit onClick, sets the form hidden field with the applet getSomeData() method result. - You want to pass the data back to the applet using the <param> tag, hence the ognl:getAppletParameters() insert.[[br]] + * You want to pass the data back to the applet using the <param> tag, hence the ognl:getAppletParameters() insert. - [[br]] - Form name: appletForm[[br]] - Access in javascript: document.appletForm[[br]] - [[br]] - Applet name: myApplet[[br]] - Access in javascript: document.myApplet - {{{ <form jwcid="[EMAIL PROTECTED]"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
