You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by peter ricke <in...@peter-ricke.de> on 2010/04/03 10:59:00 UTC

DateField not working in updated Form (IE only)

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-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: DateField not working in updated Form (IE only)

Posted by peter ricke <in...@peter-ricke.de>.
Hi Anton,
no, i was not able to fix , still on my todo-list ;-(
If you find a way, please let me know

Peter

> Hello Peter!
>
> I am running into the same problem! Were you able to fix it?
>
> Thanks,
> Anton
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: DateField not working in updated Form (IE only)

Posted by "anton.litvinenko" <an...@gmail.com>.
Hello Peter!

I am running into the same problem! Were you able to fix it?

Thanks,
Anton
-- 
View this message in context: http://tapestry-users.832.n2.nabble.com/DateField-not-working-in-updated-Form-IE-only-tp4846375p5097955.html
Sent from the Tapestry Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org