Okay, the error was I was trying to use the textarea in a @Script. You have to put the @Script AFTER the textarea otherwise the name and form aren't set by the time the script is rendered.
On Thu, 2005-10-06 at 16:00 -0400, Dan Adams wrote: > I put a @TextArea in a form and when it renders getName() and getForm() > both return null(!?) I tested it with a textfield just to make sure. > -- Dan Adams Software Engineer Interactive Factory --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
