Re: DatePicker, TextField and AjaxEventBehavior

2009-04-01 Thread Michal Hybler
If someone have same problem I have solved that by using DateTextField instead of DateField from wicket extension. M. Michal Hybler wrote: > > Hi, > i have problem with using datepicker in wicket. I have TextField and > DatePicker attached to it. > > final TextField d

DatePicker, TextField and AjaxEventBehavior

2009-03-27 Thread Michal Hybler
Hi, i have problem with using datepicker in wicket. I have TextField and DatePicker attached to it. final TextField dateFieldfrom = new TextField("validityFrom", new Model(userClassification.getValidity().getValidFrom())); dateField

Re: Modal window from modal window

2009-02-17 Thread Michal Hybler
solved sorry for spam :( Michal Hybler wrote: > > Hi, > is there possibility to open modal window from modal window in wicket? I > have form in modal window and i want to implement button that opens next > modal window with some user options. > > Thnx for your answers.

Modal window from modal window

2009-02-17 Thread Michal Hybler
Hi, is there possibility to open modal window from modal window in wicket? I have form in modal window and i want to implement button that opens next modal window with some user options. Thnx for your answers. with regards Michal -- View this message in context: http://www.nabble.com/Modal-wind

DataCrud mechanism

2009-02-10 Thread Michal Hybler
Hi! I have question about selecting system of DataCrud. I have datacrud which displays 3 rows on page (for testing). For that 3 objects it make 5 selects First for all data and later for each row separately (3 rows for page and extra one for next page existence). Is it right to make that muc

Re: InMethod DataGrid Localization

2009-02-09 Thread Michal Hybler
ic void render(IModel rowModel, Response response) { > return "your localized text" > } > }; > } > > > On Feb 9, 2009, at 10:02 AM, Michal Hybler wrote: > >> >> Thanks for you

Re: InMethod DataGrid Localization

2009-02-09 Thread Michal Hybler
xamples. I think all of them use an external > properties file to declare the header row display. > > > On Feb 9, 2009, at 8:50 AM, Michal Hybler wrote: > >> >> Hi, >> is there any support for localization in DataGrid? I need to >> substitute cell >>

InMethod DataGrid Localization

2009-02-09 Thread Michal Hybler
Hi, is there any support for localization in DataGrid? I need to substitute cell content of explicit column. For example: I have row state and it can reach 3 values (created, updated, deleted) in my database but I want show substitutes for that values in my dataGrid (in other language). Is ther

YUI menu and wicker border problem

2009-01-27 Thread Michal Hybler
c. Notice that the Page1 link is now clickable (so that you can return to Page1 if you want to) and the Page2 link is italicized text. Go ahead and click the Page3 link. If i use label instead of menu (for test) everything is ok then I thinkn problem is in Yui m