wicket-datetime 1.3.1 css problem

2008-02-28 Thread Andrew Moore

I've just upgraded to wicket 1.3.1 and seem to be having a problem getting
the calendar to display correctly.
It works, but it's not picking up calendar css.

From having a quick look at the source of AbstractCalendar is seems to be
doing a:
add(HeaderContributor.forCss(AbstractCalendar.class,
assets/calendar.css));

but from what I can tell calendar.css doesn't seem to be under the assets
directory assets  it seems to be at assets/skins/sam.

Am I doing something wrong, or is the css resource path not correct?
Cheers
Andrew
-- 
View this message in context: 
http://www.nabble.com/wicket-datetime-1.3.1-css-problem-tp15731702p15731702.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]



Re: wicket-datetime 1.3.1 css problem

2008-02-28 Thread Gerolf Seitz
this should be fixed in trunk.

  Gerolf

On Thu, Feb 28, 2008 at 9:21 AM, Andrew Moore [EMAIL PROTECTED]
wrote:


 I've just upgraded to wicket 1.3.1 and seem to be having a problem getting
 the calendar to display correctly.
 It works, but it's not picking up calendar css.

 From having a quick look at the source of AbstractCalendar is seems to be
 doing a:
 add(HeaderContributor.forCss(AbstractCalendar.class,
 assets/calendar.css));

 but from what I can tell calendar.css doesn't seem to be under the assets
 directory assets  it seems to be at assets/skins/sam.

 Am I doing something wrong, or is the css resource path not correct?
 Cheers
 Andrew
 --
 View this message in context:
 http://www.nabble.com/wicket-datetime-1.3.1-css-problem-tp15731702p15731702.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]