RE: wiquery css

2012-03-02 Thread N. Metzger
Found it! In deployment mode it looks for the minified css which didn't exist in the jar file. I added it and - voila - all works fine. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wiquery-css-tp4407116p4439324.html Sent from the Users forum mailing list archive a

RE: wiquery css

2012-03-02 Thread N. Metzger
I'm one step further. It's not oc4j or weblogic, it's the fact that I switch from development mode to deployment mode. It happens in both containers. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wiquery-css-tp4407116p4439118.html Sent from the Users forum mailing l

RE: wiquery css

2012-03-02 Thread N. Metzger
Details: 1) I downloaded a theme from jquery and added the relevant part to wiquery-1.2.3.jar, jar is part of my libararies 2) I updated my Application to implement IThemableApplication: public ResourceReference getTheme(Session session) { if (session instanceof MidasSession){

RE: wiquery css

2012-03-02 Thread N. Metzger
Well, the library is there, and I tried running it without the modification to my Application which loads my local theme. In that case it displays the default theme. I'm going to debug some more... Natalie -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wiquery-css-tp

RE: wiquery css

2012-03-02 Thread Hielke Hoeve
: RE: wiquery css Me again, I figured it all out and it work beautifully ... when deployed in weblogic. For my production environment I unfortunately have to use oc4j, and somehow I'm unable to load the resource in this environment: 2012-03-01 20:51:03,471 WARN (PackageResource.java:594) - U

RE: wiquery css

2012-03-01 Thread N. Metzger
Me again, I figured it all out and it work beautifully ... when deployed in weblogic. For my production environment I unfortunately have to use oc4j, and somehow I'm unable to load the resource in this environment: 2012-03-01 20:51:03,471 WARN (PackageResource.java:594) - Unable to find package r

RE: wiquery css

2012-02-23 Thread N. Metzger
I tried the easy way out because I just need the style for one page so far. Unfortunately it didn't work with Should I have used any other style definitions? And if I go the whole route with the themeroller: I got myself a zip file with all the definitions for my layout. Where in my code

RE: wiquery css

2012-02-22 Thread Hielke Hoeve
: woensdag 22 februari 2012 9:36 To: users@wicket.apache.org Subject: Re: wiquery css Natalie, On Tue, Feb 21, 2012 at 3:10 PM, N. Metzger wrote: > Hi all, > > I'm having another of my blind mornings. > I just tried wiquery for the first time and had an accordion running > with

Re: wiquery css

2012-02-22 Thread Ernesto Reinaldo Barreiro
Natalie, On Tue, Feb 21, 2012 at 3:10 PM, N. Metzger wrote: > Hi all, > > I'm having another of my blind mornings. > I just tried wiquery for the first time and had an accordion running within > a few minutes, so first of all: thanks!!! > Now: what's the best way to change the look and feel? I s