Should I file a bug report because of the link problems?

--
Best regards,
Thomas Singer


Thomas Singer schrieb:
Hi David and others,

I've converted my tiny project to Wicket 1.2, but encounter the same
problems as with Wicket 1.1.1.
- the image on the first page is not found,
- clicking the About link shows the about page, but does not render the
links correctly (About is still a link).

My "exploded" directory contains this structure:
+---META-INF
|       context.xml
|
+---pages
|   |   Index.html
|   |   PageTemplate.html
|   |
|   +---about
|   |       Index.html
|   |
|   \---graphics
|           logo.gif
|
\---WEB-INF
    |   web.xml
    |
    +---classes
    |   \---com
    |       \---foo
    |           \---website
    |               |   FooWebApplication$1.class
    |               |   FooWebApplication.class
    |               |
    |               +---pages
    |               |   |   Index.class
    |               |   |
    |               |   \---about
    |               |           Index.class
    |               |
    |               \---templates
    |                       PageTemplate.class
    |
    \---lib
            commons-logging-1.0.4.jar
            log4j-1.2.12.jar
            wicket-1.2-20060227-0200.jar

I'd really appreciate it, if someone please could take a look at the tiny project (http://regnis.de/_wicket/wicket-060228.zip) and give a hint about what's wrong and how to make it better. Thanks in advance.

--
Best regards,
Thomas Singer




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to