Basically the code given bellow will throw an exception stating that this is not an ajax request
<t:zone t:id="zone"> <form t:id="form" t:type="form" t:zone="^"> <t:textfield t:value="value" onblur="this.form.submit();"/> <input t:type="submit" value="Save"/> </form> value: ${value} <br /> </t:zone> --------------------------------------------------------- @Property @Persist private String value; @InjectComponent private Zone zone; Object onSuccess() { return zone.getBody(); } ---------------------------------------------- Is there any way to submit a form using onblur event as ajax? Cheers -- Sincerely *Boris Horvat*