Hello !
i ran into trouble using a t:dateField within an zone.
When the zone containing the datefield is updated after the datefield
has been used once,
the datefield is no longer usable in InternetExplorer. (no Problems . in
Chrome,FF)
I get the following Error Message:
Meldung: Objekt erforderlich
Zeile: 361
Zeichen: 5
Code: 0
URI: http://localhost:8080/agenda/assets/scriptaculous/5.1.0.5/effects.js
I reduced my code to the very simple following exerpt, problem is still
there.
I use tapestry 5.1.0.5
Anybody else faced this behaviour?
Thanks
Peter
the .tml includes only:
<t:form t:id="preAction" zone="formZone">
<t:linksubmit > OK </t:linksubmit>
</t:form>
<t:zone t:id="formZone"/>
<t:block id="formBlock">
<t:form t:id="myForm">
<t:datefield t:id="startdate" value="startdate" />
</t:form>
</t:block>
and the class:
public class ErrorPage2 {
@Property
private Date startDate;
@Inject
private Block formBlock;
Object onSubmitFromPreAction(){
return formBlock;
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org