Haha. Let's *slap ourselves for being so stupid*! When building a war on the current version of wicket-contrib-examples, it depends on RC1, which has the bug I just described. The bug is fixed in HEAD (and thus for rc2). Test by first building a snapshot for wicket (maven clean jar:install-snapshot), and replacing the dependency in wicket-contrib-example to use the snapshot:

   <dependency>
     <groupId>wicket</groupId>
     <artifactId>wicket</artifactId>
     <version>SNAPSHOT</version>
     <properties>
       <eclipse.dependency>true</eclipse.dependency>
       <war.bundle>true</war.bundle>
     </properties>
   </dependency>

I am sure that's the whole problem Juergen, and that if you do the same for the wicket-examples project, you can close all bugs you just reported, as they all are a result of the same problem.

Regards,

Eelco

Eelco Hillenius wrote:

Yep, that's a problem. You're using Jetty 5.x right? It is not a problem with Jetty 4.1.x and with Tomcat it works fine as well.

There is a problem with loading resources in Jetty 5.x (I'm using Jetty 5.1.3) that results in Jetty not being able to serve anything with a 'subdir'. Thought this was fixed :(

Ok, I'm on it, and every help is appreciated. This *must* be fixed before we put out rc2.

Eelco

Eelco Hillenius wrote:

Aha. Lemme test that.

Juergen Donnerstag wrote:

It actually works if jetty is started from within eclipse
(jettylauncher), but running the example like maven jetty:run-war
shows that strange behaviour. And I cleaned and rebuild all projects.

Juergen

---------- Forwarded message ----------
From: SourceForge.net <[EMAIL PROTECTED]>
Date: Apr 16, 2005 12:24 PM
Subject: [ wicket-Bugs-1184215 ] example pub is broken
To: [EMAIL PROTECTED]


Bugs item #1184215, was opened at 2005-04-16 12:16
Message generated for change (Comment added) made by eelco12
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1184215&group_id=119783



Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Juergen Donnerstag (jdonnerstag) Assigned to: Nobody/Anonymous (nobody) Summary: example pub is broken

Initial Comment:
with the pub example the images are not shown properly.
They seem to be get only partially loaded. Strange
looking. I'm using Firefox

----------------------------------------------------------------------



Comment By: Eelco Hillenius (eelco12)


Date: 2005-04-16 12:24

Message:
Logged In: YES
user_id=820266

Locally tested (with Firefox) it works fine. Are you sure
this is not a connection problem you have?

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1184215&group_id=119783




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop





------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop





------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to