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

2006-04-22 Thread Eelco Hillenius
It's related to multi browser support.

Eelco

> What do need setWicketCookie and deleteWicketCookie for? What is the
> use case? Apologize that I'm not reading every mail anymore, but there
> are just to many. Has there been a discussion on the use case already?
> RFE?
>
> Juergen
>
> On 4/20/06, Vincent Jenks <[EMAIL PROTECTED]> wrote:
> > 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 stuff done quickly with pre-integrated technology to make your job 
> > easier
> > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> > http://sel.as-us.falkag.net/sel?cmdlnk&kid0709&bid&3057&dat1642
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>
> ---
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmdlnk&kid0709&bid&3057&dat1642
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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 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
>
> On 21/04/06, Vincent Jenks <[EMAIL PROTECTED]> wrote:
> > 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.
> > >
> > >   
> > > ProductCatalogApp
> > > wicket.protocol.http.WicketServlet
> > > 
> > >   applicationClassName
> > >   com.myapp.ProductCatalogApp
> > > 
> > > 1
> > >   
> > >   
> > > ProductCatalogApp
> > > /products
> > >   
> > >
> > > ...obviously I need to change it to /products/* ??  I guess I must
> > > have missed that in the transition doc, sorry!
>
>
> ---
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmdlnk&kid0709&bid&3057&dat1642
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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

On 21/04/06, Vincent Jenks <[EMAIL PROTECTED]> wrote:
> 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.
> >
> >   
> > ProductCatalogApp
> > wicket.protocol.http.WicketServlet
> > 
> >   applicationClassName
> >   com.myapp.ProductCatalogApp
> > 
> > 1
> >   
> >   
> > ProductCatalogApp
> > /products
> >   
> >
> > ...obviously I need to change it to /products/* ??  I guess I must
> > have missed that in the transition doc, sorry!


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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.
>
>   
> ProductCatalogApp
> wicket.protocol.http.WicketServlet
> 
>   applicationClassName
>   com.myapp.ProductCatalogApp
> 
> 1
>   
>   
> ProductCatalogApp
> /products
>   
>
> ...obviously I need to change it to /products/* ??  I guess I must
> have missed that in the transition doc, sorry!
>
> On 4/20/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> > I think Igor meant what the  element looks like. E.g.
> > phonebook has:
> >
> > 
> > phonebook
> > /app/*
> > 
> >
> > if that would be
> >
> > 
> > phonebook
> > /app/
> > 
> >
> > (without the *), package resources won't work.
> >
> > Eelco
> >
> >
> > On 4/20/06, Vincent Jenks <[EMAIL PROTECTED]> wrote:
> > > wicket.protocol.http.WicketServlet
> > >
> > > 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 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 js stuff I see in the head:
> > > > > >
> > > > > >  > > > > >
> > > > src="/MyApp/products/resources/wicket.markup.html.WebPage/cookies.js;jsessionid=8D5250BD41A597EBD63C695113E757DF">
> > > > > > var pagemapcookie =
> > > > > > getWicketCookie('pm-null/MyAppProductCatalogApp');
> > > > > > if(!pagemapcookie && pagemapcookie !=
> > > > > >
> > > > '1'){setWicketCookie('pm-null/MyAppProductCatalogApp',1);}
> > > > > > else {document.location.href =
> > > > > >
> > > > '/MyApp/products;jsessionid=8D5250BD41A597EBD63C695113E757DF?wicket:bookmarkablePage=wicket-0:com.myapp.ui.ProductCatalog';}
> > > > > > 
> > > > > >
> > > > > > ...and in the body tag:
> > > > > >
> > > > > >  > > > > >
> > > > onUnLoad="deleteWicketCookie('pm-null/MyAppProductCatalogApp');">
> > > > > >
> > > > > > On 4/20/06, Johan Compagner <[EMAIL PROTECTED]> wrote:
> > > > > > > how is that possible?
> > > > > > > don't you have a script like:
> > > > > > >  > > > > > >
> > > > > >
> > > > src="/wicket/forminput/resources/wicket.markup.html.WebPage/cookies.js">
> > > > > > >
> > > > > > > included in youre page?
> > > > > > >
> > > > > > >
> > > > > > > johan
> > > > > > >
> > > > > > >
> > > > > > > On 4/20/06, Vincent Jenks < [EMAIL PROTECTED] > wrote:
> > > > > > > >
> > > > > > >  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 stuff done quickly with pre-integrated technology to make 
> > > > > > > your job
> > > > > > > easier
> > > > > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache
> > > > Geronimo
> > > > > > >
> > > > > >
> > > > http://sel.as-us.falkag.net/sel?cmdlnk&kid0709&bid&3057&dat1642
> > > > > > > ___
> > > > > > > Wicket-user mailing list
> > > > > > > Wicket-user@lists.sourceforge.net
> > > > > > >
> > > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > > ---
> > > > > >
> > > > > > Using Tomcat but need to do more? Need to support web services,
> > > > security?
> > > > > > Get stuff done quickly with pre-integrated technology to make your 
> > > > > > job
> > > > > > easier
> > > > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache
> > > > Geronimo
> > > > > >
> > > > http://sel.as-us.falkag.net/sel?cmdlnk&kid0709&bid&3057&dat1642
> > > > > > ___
> > > > > > Wicket-user mailing list
> > > > > > Wicket-user@lists.sourceforge.net
> > > > > >
> > > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > ---
> > > > > Using Tomcat but need to do more? Need to support web services, 
> > > > > security?
> > > > > Get stuff done quickly with pre-integrated technology to make your job
> > > > easier
> > > > > Download IBM WebSphere App

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

2006-04-21 Thread Vincent Jenks
Oh, sorry, here's the whole thing.

  
ProductCatalogApp
wicket.protocol.http.WicketServlet

  applicationClassName
  com.myapp.ProductCatalogApp

1
  
  
ProductCatalogApp
/products
  

...obviously I need to change it to /products/* ??  I guess I must
have missed that in the transition doc, sorry!

On 4/20/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> I think Igor meant what the  element looks like. E.g.
> phonebook has:
>
> 
> phonebook
> /app/*
> 
>
> if that would be
>
> 
> phonebook
> /app/
> 
>
> (without the *), package resources won't work.
>
> Eelco
>
>
> On 4/20/06, Vincent Jenks <[EMAIL PROTECTED]> wrote:
> > wicket.protocol.http.WicketServlet
> >
> > 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 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 js stuff I see in the head:
> > > > >
> > > > >  > > > >
> > > src="/MyApp/products/resources/wicket.markup.html.WebPage/cookies.js;jsessionid=8D5250BD41A597EBD63C695113E757DF">
> > > > > var pagemapcookie =
> > > > > getWicketCookie('pm-null/MyAppProductCatalogApp');
> > > > > if(!pagemapcookie && pagemapcookie !=
> > > > >
> > > '1'){setWicketCookie('pm-null/MyAppProductCatalogApp',1);}
> > > > > else {document.location.href =
> > > > >
> > > '/MyApp/products;jsessionid=8D5250BD41A597EBD63C695113E757DF?wicket:bookmarkablePage=wicket-0:com.myapp.ui.ProductCatalog';}
> > > > > 
> > > > >
> > > > > ...and in the body tag:
> > > > >
> > > > >  > > > >
> > > onUnLoad="deleteWicketCookie('pm-null/MyAppProductCatalogApp');">
> > > > >
> > > > > On 4/20/06, Johan Compagner <[EMAIL PROTECTED]> wrote:
> > > > > > how is that possible?
> > > > > > don't you have a script like:
> > > > > >  > > > > >
> > > > >
> > > src="/wicket/forminput/resources/wicket.markup.html.WebPage/cookies.js">
> > > > > >
> > > > > > included in youre page?
> > > > > >
> > > > > >
> > > > > > johan
> > > > > >
> > > > > >
> > > > > > On 4/20/06, Vincent Jenks < [EMAIL PROTECTED] > wrote:
> > > > > > >
> > > > > >  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 stuff done quickly with pre-integrated technology to make your 
> > > > > > job
> > > > > > easier
> > > > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache
> > > Geronimo
> > > > > >
> > > > >
> > > http://sel.as-us.falkag.net/sel?cmdlnk&kid0709&bid&3057&dat1642
> > > > > > ___
> > > > > > Wicket-user mailing list
> > > > > > Wicket-user@lists.sourceforge.net
> > > > > >
> > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > ---
> > > > >
> > > > > Using Tomcat but need to do more? Need to support web services,
> > > security?
> > > > > Get stuff done quickly with pre-integrated technology to make your job
> > > > > easier
> > > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache
> > > Geronimo
> > > > >
> > > http://sel.as-us.falkag.net/sel?cmdlnk&kid0709&bid&3057&dat1642
> > > > > ___
> > > > > Wicket-user mailing list
> > > > > Wicket-user@lists.sourceforge.net
> > > > >
> > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > > > >
> > > > >
> > > >
> > > >
> > > > ---
> > > > Using Tomcat but need to do more? Need to support web services, 
> > > > security?
> > > > Get stuff done quickly with pre-integrated technology to make your job
> > > easier
> > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache 
> > > > Geronimo
> > > >
> > > http://sel.as-us.falkag.net/sel?cmdlnk&kid0709&bid&3057&dat1642
> > > > ___
> > > > Wicket-user mailing list
> > > > Wicket-user@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > > >
> > >
> > >
> >
> >
> > ---
> > Using Tomcat but need to do more

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

2006-04-20 Thread Eelco Hillenius
I think Igor meant what the  element looks like. E.g.
phonebook has:


phonebook
/app/*


if that would be


phonebook
/app/


(without the *), package resources won't work.

Eelco


On 4/20/06, Vincent Jenks <[EMAIL PROTECTED]> wrote:
> wicket.protocol.http.WicketServlet
>
> 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 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 js stuff I see in the head:
> > > >
> > > >  > > >
> > src="/MyApp/products/resources/wicket.markup.html.WebPage/cookies.js;jsessionid=8D5250BD41A597EBD63C695113E757DF">
> > > > var pagemapcookie =
> > > > getWicketCookie('pm-null/MyAppProductCatalogApp');
> > > > if(!pagemapcookie && pagemapcookie !=
> > > >
> > '1'){setWicketCookie('pm-null/MyAppProductCatalogApp',1);}
> > > > else {document.location.href =
> > > >
> > '/MyApp/products;jsessionid=8D5250BD41A597EBD63C695113E757DF?wicket:bookmarkablePage=wicket-0:com.myapp.ui.ProductCatalog';}
> > > > 
> > > >
> > > > ...and in the body tag:
> > > >
> > > >  > > >
> > onUnLoad="deleteWicketCookie('pm-null/MyAppProductCatalogApp');">
> > > >
> > > > On 4/20/06, Johan Compagner <[EMAIL PROTECTED]> wrote:
> > > > > how is that possible?
> > > > > don't you have a script like:
> > > > >  > > > >
> > > >
> > src="/wicket/forminput/resources/wicket.markup.html.WebPage/cookies.js">
> > > > >
> > > > > included in youre page?
> > > > >
> > > > >
> > > > > johan
> > > > >
> > > > >
> > > > > On 4/20/06, Vincent Jenks < [EMAIL PROTECTED] > wrote:
> > > > > >
> > > > >  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 stuff done quickly with pre-integrated technology to make your job
> > > > > easier
> > > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache
> > Geronimo
> > > > >
> > > >
> > http://sel.as-us.falkag.net/sel?cmdlnk&kid0709&bid&3057&dat1642
> > > > > ___
> > > > > Wicket-user mailing list
> > > > > Wicket-user@lists.sourceforge.net
> > > > >
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > > > >
> > > > >
> > > >
> > > >
> > > > ---
> > > >
> > > > Using Tomcat but need to do more? Need to support web services,
> > security?
> > > > Get stuff done quickly with pre-integrated technology to make your job
> > > > easier
> > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache
> > Geronimo
> > > >
> > http://sel.as-us.falkag.net/sel?cmdlnk&kid0709&bid&3057&dat1642
> > > > ___
> > > > Wicket-user mailing list
> > > > Wicket-user@lists.sourceforge.net
> > > >
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > > >
> > > >
> > >
> > >
> > > ---
> > > Using Tomcat but need to do more? Need to support web services, security?
> > > Get stuff done quickly with pre-integrated technology to make your job
> > easier
> > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> > >
> > http://sel.as-us.falkag.net/sel?cmdlnk&kid0709&bid&3057&dat1642
> > > ___
> > > Wicket-user mailing list
> > > Wicket-user@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > >
> >
> >
>
>
> ---
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmdlnk&kid0709&bid&3057&dat1642
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on A

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:wicket.protocol.http.WicketServlet
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 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 js stuff I see in the head:> > >> > > > > >
> src=""
> > >