cannot get ContextImage/Path to create the right path

2008-11-07 Thread Trent Larson
I am trying to access different static images that aren't Wicket resources, though their path is set programmatically by my Wicket pages; unfortunately I'm seeing strange behavior. My wicket app is installed under /myContext/wicketStuff (with wicketFilter url-pattern pointing to 'wicketStuff'),

Re: cannot get ContextImage/Path to create the right path

2008-11-07 Thread Igor Vaynberg
this issue has already been fixed. you can either compile trunk or wait for m4 to go official -igor On Fri, Nov 7, 2008 at 9:49 AM, Trent Larson [EMAIL PROTECTED] wrote: I am trying to access different static images that aren't Wicket resources, though their path is set programmatically by my