scroll bar for palette

2010-08-10 Thread rasheed
hello, is there a way to show scroll bar in wicket palette? i've tried this css but doesn't work : style table.palette td.pane select { width:400px !important; scroll: auto !important; } /style help plz -- View this message in context:

Re: scroll bar for palette

2010-08-10 Thread rasheed
hello, thanks for your answer, but this solution doesn't work and horizontal scroll bar still not appears even if the palette contains a large elements. thx -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/scroll-bar-for-palette-tp2320164p2320726.html Sent from the

dateField pattern with no separator

2010-07-21 Thread rasheed
hello, i've a problem when formatting dateField value to pattern ddMM , for example for 01/07/2010 it shows 172010 instaed of 01072010. NB : it works well with separator. this is my source code : protected DateTextField newDateTextField(String id, PropertyModel dateFieldModel){