Thanks a lot for your answers, guys.
Johan, you were right : i removed the WebApplication.mount() for my 
page, and everything is all right now! Thanks to your help, i won't even 
have to use Wireshark  ;-)

Johan Compagner a écrit :
> how is that html file targeted in the browser?
> like a bookmarkable url or a mount?
>
> If i have to guess what happens is that flash player looks at the 
> current url
> strips something and then appens the settings call to it. In wicket it 
> still looks like a bookmarkable url
> but now with a wrong param or something like that
>
> So checkout what exactly the url looks like that did go wrong.
>
> johan
>
>
> On 3/23/07, *Landry Soules * <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>     Hello !
>
>     I'm working on a site that will integrate some cool flash
>     multimedia stuff.
>     My flash component actually consists in :
>     one html page
>     one swf script
>     one mp3 file, contained in a "Sound" folder.
>     one xml file ("settings.xml")
>     If i put all of these directly under webroot, it works great.
>
>     But if i integrate the html in a Wicket page, only the static
>     content of
>     the flash app is displayed, and Wicket generates errors :
>
>     2007-03-23 22:24:18,832 [http-9999-Processor24] ERROR
>     wicket.RequestCycle - Unable to load class with name:
>     eu.kwark.main.settings.xml
>     wicket.WicketRuntimeException: Unable to load class with name:
>     eu.kwark.main.settings.xml
>         at
>     
> wicket.application.DefaultClassResolver.resolveClass(DefaultClassResolver.java:66)
>         at
>     
> wicket.request.target.coding.PackageRequestTargetUrlCodingStrategy.decode(PackageRequestTargetUrlCodingStrategy.java
>     :82)
>         at
>     
> wicket.protocol.http.request.WebRequestCodingStrategy.targetForRequest(WebRequestCodingStrategy.java:331)
>         at
>     
> wicket.request.compound.DefaultRequestTargetResolverStrategy.resolve(DefaultRequestTargetResolverStrategy.java
>     :83)
>         at
>     
> wicket.request.compound.AbstractCompoundRequestCycleProcessor.resolve(AbstractCompoundRequestCycleProcessor.java:48)
>         at wicket.RequestCycle.step(RequestCycle.java:992)
>         at wicket.RequestCycle.steps (RequestCycle.java:1084)
>         at wicket.RequestCycle.request(RequestCycle.java:454)
>         at
>     wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:219)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java :740)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>         at
>     
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
>         at
>     org.apache.catalina.core.ApplicationFilterChain.doFilter
>     (ApplicationFilterChain.java:173)
>         at
>     
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>         at
>     
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java
>     :178)
>         at
>     
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
>         at
>     
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
>         at
>     org.apache.catalina.core.StandardEngineValve.invoke
>     (StandardEngineValve.java:107)
>         at
>     
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
>         at
>     org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
>         at
>     
> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
>         at
>     
> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
>         at
>     
> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
>         at
>     
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
>         at java.lang.Thread.run (Thread.java:595)
>
>     (eu.kwark.main is the package where i stored all the flash related
>     files)
>
>     Can someone show me the way, please ?
>
>
>     -------------------------------------------------------------------------
>
>     Take Surveys. Earn Cash. Influence the Future of IT
>     Join SourceForge.net's Techsay panel and you'll get the chance to
>     share your
>     opinions on IT & business topics through brief surveys-and earn cash
>     http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>     
> <http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV>
>     _______________________________________________
>     Wicket-user mailing list
>     Wicket-user@lists.sourceforge.net
>     <mailto:Wicket-user@lists.sourceforge.net>
>     https://lists.sourceforge.net/lists/listinfo/wicket-user
>     <https://lists.sourceforge.net/lists/listinfo/wicket-user>
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ------------------------------------------------------------------------
>
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>   


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to