Bugs item #1213229, was opened at 2005-06-01 23:35
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1213229&group_id=119783
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: 1.0.0-rc3
Status: Open
Resolution: None
Priority: 5
Submitted By: Jess Sightler (jsight)
Assigned to: Nobody/Anonymous (nobody)
Summary: Image doesn't like webapps with urlpattern set to /*
Initial Comment:
Had a web.xml like this:
<web-app>
<display-name>Health Track Application</display-name>
<servlet>
<servlet-name>HealthTrackApplication</servlet-name>
<servlet-class>wicket.protocol.http.WicketServlet</servlet-class>
<init-param>
<param-name>applicationClassName</param-name>
<param-value>com.sightler.healthtrack.wicket.HealthTrackApplication</param-value>
</init-param>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>HealthTrackApplication</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>
</web-app>
Deployed to Jetty-5.1.3, and found that image
references would not work:
new Image("image1");
<img wicket:id="image1" src="image.png" />
But changing the url-pattern to /app/* worked fine!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1213229&group_id=119783
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop