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) - Unable

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

RE: wiquery css

2012-03-02 Thread N. Metzger
) { super(WiQueryCoreThemeResourceReference.class, theme + /jquery-ui-+version+.custom.css); } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wiquery-css-tp4407116p4438639.html Sent from the Users forum mailing

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

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

RE: wiquery css

2012-03-01 Thread N. Metzger
resource [path = org/odlabs/wiquery/ui/themes/mytheme/jquery-ui-1.8.18.custom.min.css, style = null, locale = null] Maybe this is not the right forum, but perhaps someone has an idea. Thanks! Natalie -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wiquery-css

RE: wiquery css

2012-02-23 Thread N. Metzger
layout. Where in my code do I put this zip file or the unzipped files so it gets called with the new theme name I give it in my WebApplication? Thanks, Natalie -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wiquery-css-tp4407116p4414854.html Sent from the Users forum

Re: wiquery css

2012-02-22 Thread Ernesto Reinaldo Barreiro
Natalie, On Tue, Feb 21, 2012 at 3:10 PM, N. Metzger nmetz...@odu.edu 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

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 nmetz...@odu.edu 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

wiquery css

2012-02-21 Thread N. Metzger
? Or should I just define the css for my page? If the latter, what should I use as my base? Thanks, Natalie P.S. I'm using wicket 1.4.19 with wiquery 1.2.4 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wiquery-css-tp4407116p4407116.html Sent from the Users forum mailing