-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I have a problem which I can't fix. In one of my pages I use the
component PropertySelection with submitOnChange. In another page I'd
like to use the same component with submitOnChange, but I get an Error:
this.form.submit is not a function. I can't see the diff in the pages.

page:
<component id="formCreate" type="Form">
  <binding name="delegate" expression="beans.delegate"/>
  <binding name="listener" expression="listeners.submit"/>
</component>

<component id="inputRole" type="PropertySelection">
  <binding name="model" expression="rolenames"/>
  <binding name="value" expression="person.rolename"/>
  <binding name="submitOnChange" expression="true"/>
</component>

html:
<form jwcid="formCreate">
  [...]
  <input jwcid="inputRole"/>
  [...]
</form>

java:
[...]
public void submit(IRequestCycle cycle)
{
  LOG.info("in submit");
}
[...]


I can't see the log message, because of the javascript error. Does
anyone of you have an idea how can i fix this error?


Best Regards,

Mathias

- --
Mathias Herkt (Diplomand)    | SQS Software Quality Systems AG
                             | Stollwerckstrasse 11
Phone:+49 2203/9154-7110     | D-51149 Cologne, GERMANY
Fax:+49 2203/9154-15         | http://www.sqs.de

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (MingW32)

iD8DBQFCxRps8hWAS3IShqURAqb7AJsGQufNoQGB91D6BbJI8SX+dOIqfACfY7ow
Yitm+sFYtmbZuIzobT6RDjE=
=M9Zi
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to