i scanned through it and the only minor thing i noticed is a somewhat incorrect servlet mapping.
<url-pattern>/app</url-pattern>
should be
<url-pattern>/app/*</url-pattern>
with /app mapping resources wont work because the url for a resouce is built as /app/resource/*
-Igor
On 1/2/06,
R.J. Lorimer <[EMAIL PROTECTED]> wrote:
I have posted a quick Tutorial to the Javalobby Tips & Tricks section
presenting Wicket 1.1 (actually works with Wicket 1.2 12/29 snapshot as
well) as a primer to a suite of tips I plan to write regarding Wicket:
http://www.javalobby.org/forums/thread.jspa?threadID=60786
Comments, feedback, corrections, and suggestions would be appreciated. I
don't want to omit or state something incorrectly!
Regards,
R.J. Lorimer
[EMAIL PROTECTED]
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop
