Do you have the solution, I have the same problem...

madx wrote:
> 
> Error: lang.later is not a function
> Source File:
> http://localhost:8080/dsc/dsc/resources/org.apache.wicket.extensions.yui.YuiLib/yuiloader-beta.js
> Line: 1270
> 
> I am getting this error when i have a textfield with datepicker and
> sortable inmethod grid on the same page.
> I am not able to see the calendar pop up when i click the icon.
> But, if i comment the lines that displays the grid <div
> wicket:id="contacts>, the datepicker shows the calendar popup. Any
> thoughts?
> <p>
>    <form wicket:id="dateForm">
>       <input type="hidden" wicket:id="dateType" id="dateType" />
>       <wicket:message key="contacts.popup.from"/><input type="text"
> wicket:id="fromDate" id="fromDate"/>
>       <wicket:message key="contacts.popup.to"/><input type="text"
> wicket:id="toDate" id="toDate"/>
>       <input type="submit" wicket:id="saveButton"
> wicket:message="value:contacts.popup.dateSearch" />
>     </form>
>   </p>
>   <p>
>     <div style="margin: 1em">
>       <div wicket:id="contacts">
>       </div>
>     </div>
>   </p>
> 

-- 
View this message in context: 
http://www.nabble.com/datepicker-and-inmethod-tp15703645p19091753.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to