On Wed, Jun 11, 2008 at 9:00 PM, Frank Silbermann <
[EMAIL PROTECTED]> wrote:

> (My Wicket 1.3 QuickStart adds log4j-1.2.14.jar, slf4j-api-1.4.2.jar,
> and slf4j-log4j12-1.4.2.jar to the application's lib directory; my
> Wicket 1.2 application does not add these.)


If I recall, 1.2 would have been common-logging based, hence the appearance
of the slf4j jars with 1.3...


> My application uses images much as does in Wicket's "images" example.  I
> have some image files (e.g. "image1.png") stored directly inside the
> "webapp" folder, and my application references the images by generating
> HTML like so:
>
...

>          < img wicket:id="picture" src="image1.png" alt="Picture"/ >
>
> The image appears when I run the application in Tomcat, but not when I
> run it in Eclipse with Jetty

...

That seems odd to me - the same web-app?  I'm probably way off base, but I'd
be double-checking where it's actually serving it from & the HTML in the
rendered pages...

/Gwyn


> ...

Reply via email to