Re: [Wicket-user] RC2 - still have javascript errors

2006-04-21 Thread Vincent Jenks
Oh, sorry, here's the whole thing. servlet servlet-nameProductCatalogApp/servlet-name servlet-classwicket.protocol.http.WicketServlet/servlet-class init-param param-nameapplicationClassName/param-name param-valuecom.myapp.ProductCatalogApp/param-value /init-param

Re: [Wicket-user] RC2 - still have javascript errors

2006-04-21 Thread Vincent Jenks
Finally got around to putting the /* in the mapping and t's all good now, thanks! On 4/21/06, Vincent Jenks [EMAIL PROTECTED] wrote: Oh, sorry, here's the whole thing. servlet servlet-nameProductCatalogApp/servlet-name servlet-classwicket.protocol.http.WicketServlet/servlet-class

Re: [Wicket-user] RC2 - still have javascript errors

2006-04-21 Thread Gwyn Evans
Just as an aside, to the best of my knowledge, this isn't something that's new/changed in 1.2, hence nothing in any transition notes - this is been there right from the start, but maybe it's more apparent now there tends to be more to Wicket than the basic servlet, if you see what I mean. /Gwyn

Re: [Wicket-user] RC2 - still have javascript errors

2006-04-21 Thread Vincent Jenks
Interesting, I had never noticed it before and didn't get the error while using 1.1.1. I've only been using wicket for about 1.5 mo. so I'm still a greenhorn. On 4/21/06, Gwyn Evans [EMAIL PROTECTED] wrote: Just as an aside, to the best of my knowledge, this isn't something that's new/changed

[Wicket-user] RC2 - still have javascript errors

2006-04-20 Thread Vincent Jenks
Using Wicket 1.2RC2, I still get these javascript errors in both Firefox 1.5.0.2 and IE 6.0: deleteWicketCookie is not defined getWicketCookie is not defined --- Using Tomcat but need to do more? Need to support web services, security? Get

Re: [Wicket-user] RC2 - still have javascript errors

2006-04-20 Thread Johan Compagner
how is that possible?don't you have a script like:script type=text/_javascript_ src=/wicket/forminput/resources/wicket.markup.html.WebPage/cookies.js/scriptincluded in youre page? johanOn 4/20/06, Vincent Jenks [EMAIL PROTECTED] wrote: Using Wicket 1.2RC2, I still get these _javascript_ errors in

Re: [Wicket-user] RC2 - still have javascript errors

2006-04-20 Thread Juergen Donnerstag
What was the bug number again? Opening a bug in sourceforge is the safest way to make sure that nothing gets forgotten and junit tests are helpful for us to reproduce the error and to make sure it doesn't come back in new releases. Running wicket-example, cdapp and the phonebook on IE6.0 and FF

Re: [Wicket-user] RC2 - still have javascript errors

2006-04-20 Thread Vincent Jenks
Yep, here's all the js stuff I see in the head: script type=text/javascript src=/MyApp/products/resources/wicket.markup.html.WebPage/cookies.js;jsessionid=8D5250BD41A597EBD63C695113E757DF/script script type=text/javascriptvar pagemapcookie = getWicketCookie('pm-null/MyAppProductCatalogApp');

Re: [Wicket-user] RC2 - still have javascript errors

2006-04-20 Thread Johan Compagner
and what does this link return?/MyApp/products/resources/wicket.markup.html.WebPage/cookies.js;jsessionid=8D5250BD41A597EBD63C695113E757DFjohanOn 4/20/06, Vincent Jenks [EMAIL PROTECTED] wrote: Yep, here's all the js stuff I see in the head:script type=text/_javascript_src="" script

Re: [Wicket-user] RC2 - still have javascript errors

2006-04-20 Thread Vincent Jenks
404 not found On 4/20/06, Johan Compagner [EMAIL PROTECTED] wrote: and what does this link return? /MyApp/products/resources/wicket.markup.html.WebPage/cookies.js;jsessionid=8D5250BD41A597EBD63C695113E757DF johan On 4/20/06, Vincent Jenks [EMAIL PROTECTED] wrote: Yep, here's all the

Re: [Wicket-user] RC2 - still have javascript errors

2006-04-20 Thread Igor Vaynberg
what is the servlet mapping you use for the wicket servlet?-IgorOn 4/20/06, Vincent Jenks [EMAIL PROTECTED] wrote:404 not foundOn 4/20/06, Johan Compagner [EMAIL PROTECTED] wrote: and what does this link return?

Re: [Wicket-user] RC2 - still have javascript errors

2006-04-20 Thread Vincent Jenks
servlet-classwicket.protocol.http.WicketServlet/servlet-class On 4/20/06, Igor Vaynberg [EMAIL PROTECTED] wrote: what is the servlet mapping you use for the wicket servlet? -Igor On 4/20/06, Vincent Jenks [EMAIL PROTECTED] wrote: 404 not found On 4/20/06, Johan Compagner [EMAIL

Re: [Wicket-user] RC2 - still have javascript errors

2006-04-20 Thread Igor Vaynberg
i was talking about the servlet mapping...whats between your servlet-mapping tags?On 4/20/06, Vincent Jenks [EMAIL PROTECTED] wrote:servlet-classwicket.protocol.http.WicketServlet /servlet-classOn 4/20/06, Igor Vaynberg [EMAIL PROTECTED] wrote: what is the servlet mapping you use for the wicket

Re: [Wicket-user] RC2 - still have javascript errors

2006-04-20 Thread Eelco Hillenius
I think Igor meant what the servlet-mapping element looks like. E.g. phonebook has: servlet-mapping servlet-namephonebook/servlet-name url-pattern/app/*/url-pattern /servlet-mapping if that would be servlet-mapping servlet-namephonebook/servlet-name