Re: [Wicket-user] getting id attribute from preview

2006-05-10 Thread Johan Compagner
setOutputMarkupId(true)getMarkupId()johanOn 5/10/06, Ittay Dror <[EMAIL PROTECTED]> wrote: hi,i am trying to write something similar to the date picker - i have an input field and a _javascript_ needs to write to it. therefore, when generating the _javascript_, i want to give it the field's id. so,

[Wicket-user] getting id attribute from preview

2006-05-10 Thread Ittay Dror
hi, i am trying to write something similar to the date picker - i have an input field and a javascript needs to write to it. therefore, when generating the javascript, i want to give it the field's id. so, creating this MyDatePicker component, i pass to it the other component in the ctor. the