Re: [Wicket-user] Handle String array in PageParameters

2006-08-20 Thread Juergen Donnerstag
I tried to apply the patch provided yesterday but the code obviously
has changed. May be you can create a new patch on the latest version?


Juergen

On 8/20/06, Jean-Baptiste Quenot [EMAIL PROTECTED] wrote:
 Hi,

 While we  are [1]talking about  the hacks required to  make Wicket
 work, there's an old one I submitted:

 [ 1493672 ] Handle String array in PageParameters
 http://sourceforge.net/tracker/index.php?func=detailaid=1493672group_id=119783atid=684977

 Basically the following code:

 PageParameters params = new PageParameters();
 params.add(a, 1);
 params.add(a, 2);

 Gives the following URL:

 http://server/app?a=1

 Instead of:

 http://server/app?a=1a=2

 Can you please review it?
 --
  Jean-Baptiste Quenot
 aka  John Banana Qwerty
 http://caraldi.com/jbq/

 [1] http://sourceforge.net/mailarchive/message.php?msg_id=36407447

 -
 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=lnkkid=120709bid=263057dat=121642
 ___
 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=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Handle String array in PageParameters

2006-08-20 Thread Jean-Baptiste Quenot
* Juergen Donnerstag:

 I tried to apply the patch provided yesterday but the code obviously
 has changed. May be you can create a new patch on the latest version?

OK, I just updated the patch.  But the previous one applied successfully for me:

$ cd wicket/branches/WICKET_1_2/wicket
$ patch  20060811-wicket-WebRequestCodingStrategy-StringArray
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|--- src/java/wicket/protocol/http/request/WebRequestCodingStrategy.java.orig   
Thu Jun 29 22:49:54 2006
|+++ src/java/wicket/protocol/http/request/WebRequestCodingStrategy.java
Fri Aug 11 14:40:22 2006
--
Patching file 
src/java/wicket/protocol/http/request/WebRequestCodingStrategy.java using Plan 
A...
Hunk #1 succeeded at 540 (offset 2 lines).
Hunk #2 succeeded at 555 (offset 2 lines).
done

Note also that this patch breaks some unit tests, as the
BOOKMARKABLE_PAGE_PARAMETER_NAME is now properly encoded, that was
not the case before.  Tell me if you want me to provide a patch
for the testcases.

All the best,
-- 
 Jean-Baptiste Quenot
aka  John Banana Qwerty
http://caraldi.com/jbq/

-
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=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Handle String array in PageParameters

2006-08-20 Thread Juergen Donnerstag
Ah, it is a 1.2 patch. I applied it on my laptop. Because it changes
bookmarkable URL we'll definitely

On 8/20/06, Jean-Baptiste Quenot [EMAIL PROTECTED] wrote:
 * Juergen Donnerstag:

  I tried to apply the patch provided yesterday but the code obviously
  has changed. May be you can create a new patch on the latest version?

 OK, I just updated the patch.  But the previous one applied successfully for 
 me:

 $ cd wicket/branches/WICKET_1_2/wicket
 $ patch  20060811-wicket-WebRequestCodingStrategy-StringArray
 Hmm...  Looks like a unified diff to me...
 The text leading up to this was:
 --
 |--- src/java/wicket/protocol/http/request/WebRequestCodingStrategy.java.orig 
   Thu Jun 29 22:49:54 2006
 |+++ src/java/wicket/protocol/http/request/WebRequestCodingStrategy.java  
   Fri Aug 11 14:40:22 2006
 --
 Patching file 
 src/java/wicket/protocol/http/request/WebRequestCodingStrategy.java using 
 Plan A...
 Hunk #1 succeeded at 540 (offset 2 lines).
 Hunk #2 succeeded at 555 (offset 2 lines).
 done

 Note also that this patch breaks some unit tests, as the
 BOOKMARKABLE_PAGE_PARAMETER_NAME is now properly encoded, that was
 not the case before.  Tell me if you want me to provide a patch
 for the testcases.

 All the best,
 --
  Jean-Baptiste Quenot
 aka  John Banana Qwerty
 http://caraldi.com/jbq/

 -
 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=lnkkid=120709bid=263057dat=121642
 ___
 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=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Handle String array in PageParameters

2006-08-20 Thread Jean-Baptiste Quenot
* Juergen Donnerstag:

 Ah, it is a 1.2 patch. I applied it on my laptop. Because it changes
 bookmarkable URL we'll definitely

Yes it is in branch 1.2.  But tell me, we'll definitely... what?
-- 
 Jean-Baptiste Quenot
aka  John Banana Qwerty
http://caraldi.com/jbq/

-
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=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Handle String array in PageParameters

2006-08-20 Thread Johan Compagner
abrupt abort of the sentence?What does that patch break? Our stable bookmarkable urls?johanOn 8/20/06, Juergen Donnerstag 
[EMAIL PROTECTED] wrote:Ah, it is a 1.2 patch. I applied it on my laptop. Because it changes
bookmarkable URL we'll definitelyOn 8/20/06, Jean-Baptiste Quenot [EMAIL PROTECTED] wrote: * Juergen Donnerstag:  I tried to apply the patch provided yesterday but the code obviously
  has changed. May be you can create a new patch on the latest version? OK, I just updated the patch.But the previous one applied successfully for me: $ cd wicket/branches/WICKET_1_2/wicket
 $ patch  20060811-wicket-WebRequestCodingStrategy-StringArray Hmm...Looks like a unified diff to me... The text leading up to this was: -- |--- src/java/wicket/protocol/http/request/WebRequestCodingStrategy.java.orig Thu Jun 29 22:49:54 2006
 |+++ src/java/wicket/protocol/http/request/WebRequestCodingStrategy.javaFri Aug 11 14:40:22 2006 -- Patching file src/java/wicket/protocol/http/request/WebRequestCodingStrategy.java using Plan A...
 Hunk #1 succeeded at 540 (offset 2 lines). Hunk #2 succeeded at 555 (offset 2 lines). done Note also that this patch breaks some unit tests, as the BOOKMARKABLE_PAGE_PARAMETER_NAME is now properly encoded, that was
 not the case before.Tell me if you want me to provide a patch for the testcases. All the best, --Jean-Baptiste Quenot akaJohn Banana Qwerty 
http://caraldi.com/jbq/ - 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=lnkkid=120709bid=263057dat=121642
 ___ 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 easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://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=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Handle String array in PageParameters

2006-08-20 Thread Jean-Baptiste Quenot
* Johan Compagner:

 abrupt abort of the sentence?

 What does that patch break? Our stable bookmarkable urls?

See attached unit  tests output.  I kept only  the relevant parts.
Basically « : »  is converted  to « %3A »,  and catching  up would
require a search and replace in the unit tests.

But we can  also keep the old behaviour if  you wish, encoding the
bookmarkable URLs  is not  necessary for  passing String  array in
PageParameters.
-- 
 Jean-Baptiste Quenot
aka  John Banana Qwerty
http://caraldi.com/jbq/
Running wicket.markup.html.link.BookmarkableHomePageLinksTest
=== wicket.markup.html.link.BookmarkableHomePageLinksPage ===
17c17
   a 
href=/WicketTester/WicketTester?wicket:bookmarkablePage=testpagemap:wicket.markup.html.link.BookmarkableHomePageLinksPage
 wicket:id=defaulthompagewithpagemap/a
---
   a 
 href=/WicketTester/WicketTester?wicket:bookmarkablePage=testpagemap%3Awicket.markup.html.link.BookmarkableHomePageLinksPage
  wicket:id=defaulthompagewithpagemap/a

Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec  
FAILURE!
Running wicket.markup.html.basic.SimplePageTest
=== wicket.markup.html.basic.SimplePage ===
=== wicket.markup.html.basic.SimplePage_3 ===
=== wicket.markup.html.basic.SimplePage_4 ===
=== wicket.markup.html.basic.SimplePage_5 ===
=== wicket.markup.html.basic.SimplePage_6 ===
=== wicket.markup.html.basic.SimplePage_7 ===
=== wicket.markup.html.basic.SimplePage_8 ===
=== wicket.markup.html.basic.SimplePage_9 ===
=== wicket.markup.html.basic.SimplePage_10 ===
=== wicket.markup.html.basic.SimplePage_11 ===
=== wicket.markup.html.basic.SimplePage_12 ===
10c10
 a 
href=/WicketTester/WicketTester?wicket:bookmarkablePage=:wicket.markup.html.basic.SimplePage_3Link/a
---
 a 
 href=/WicketTester/WicketTester?wicket:bookmarkablePage=%3Awicket.markup.html.basic.SimplePage_3Link/a
13c13
 a 
href=/WicketTester/WicketTester?wicket:bookmarkablePage=:wicket.markup.html.basic.SimplePage_3Link/a
---
 a 
 href=/WicketTester/WicketTester?wicket:bookmarkablePage=%3Awicket.markup.html.basic.SimplePage_3Link/a
16c16
 a 
href=/WicketTester/WicketTester?wicket:bookmarkablePage=:wicket.markup.html.basic.SimplePage_3Link/a
---
 a 
 href=/WicketTester/WicketTester?wicket:bookmarkablePage=%3Awicket.markup.html.basic.SimplePage_3Link/a
19c19
 a 
href=/WicketTester/WicketTester?wicket:bookmarkablePage=:wicket.markup.html.basic.SimplePage_3Link/a
---
 a 
 href=/WicketTester/WicketTester?wicket:bookmarkablePage=%3Awicket.markup.html.basic.SimplePage_3Link/a
22c22
 a 
href=/WicketTester/WicketTester?wicket:bookmarkablePage=:wicket.markup.html.basic.SimplePage_3
 wicket:id=linkLink/a
---
 a 
 href=/WicketTester/WicketTester?wicket:bookmarkablePage=%3Awicket.markup.html.basic.SimplePage_3
  wicket:id=linkLink/a

=== wicket.markup.html.basic.SimplePage ===
Tests run: 14, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.528 sec  
FAILURE!
Running wicket.markup.html.autolink.AutolinkTest
=== wicket.markup.html.autolink.MyPage ===
6,7c6,7
   a 
href=/WicketTester/WicketTester?wicket:bookmarkablePage=:wicket.markup.html.autolink.PageAPage
 A/a
   a 
href=/WicketTester/WicketTester?wicket:bookmarkablePage=:wicket.markup.html.autolink.sub.PageBPage
 B/a
---
   a 
 href=/WicketTester/WicketTester?wicket:bookmarkablePage=%3Awicket.markup.html.autolink.PageAPage
  A/a
   a 
 href=/WicketTester/WicketTester?wicket:bookmarkablePage=%3Awicket.markup.html.autolink.sub.PageBPage
  B/a
12c12
 a 
href=/WicketTester/WicketTester?wicket:bookmarkablePage=:wicket.markup.html.autolink.PageAPage
 A/a
---
 a 
 href=/WicketTester/WicketTester?wicket:bookmarkablePage=%3Awicket.markup.html.autolink.PageAPage
  A/a

=== wicket.markup.html.autolink.PageA ===
5c5
   a 
href=/WicketTester/WicketTester?wicket:bookmarkablePage=:wicket.markup.html.autolink.MyPageMy
 Page/a
---
   a 
 href=/WicketTester/WicketTester?wicket:bookmarkablePage=%3Awicket.markup.html.autolink.MyPageMy
  Page/a
7c7
   a 
href=/WicketTester/WicketTester?wicket:bookmarkablePage=:wicket.markup.html.autolink.sub.PageBPage
 B/a
---
   a 
 href=/WicketTester/WicketTester?wicket:bookmarkablePage=%3Awicket.markup.html.autolink.sub.PageBPage
  B/a

=== wicket.markup.html.autolink.sub.PageB ===
Tests run: 3, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec  
FAILURE!
Running wicket.markup.html.header.testing3.HeaderTest
=== wicket.markup.html.header.testing3.TestPage ===
=== wicket.markup.html.header.testing3.TestPage : link ===
6c6
 body
---
 body onload=function_1()
8,9c8,9
   Panel 2
 /wicket:panel/span
---
 Panel 1
   /wicket:panel/span

Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec  
FAILURE!
Running wicket.markup.html.link.AutolinkTest
=== wicket.markup.html.link.AutolinkPage_1 ===
6c6
 a 
href=/WicketTester/WicketTester?wicket:bookmarkablePage=:wicket.markup.html.link.Page1Home/a
---
 a 
 

Re: [Wicket-user] Handle String array in PageParameters

2006-08-20 Thread Juergen Donnerstag
Because URL querystrings will change, and because bookmarkable URLs
are changed also, that means that some web browser bookmarks won't
work anymore.

Juergen

On 8/20/06, Jean-Baptiste Quenot [EMAIL PROTECTED] wrote:
 * Johan Compagner:

  abrupt abort of the sentence?
 
  What does that patch break? Our stable bookmarkable urls?

 See attached unit  tests output.  I kept only  the relevant parts.
 Basically «:»  is converted  to «%3A»,  and catching  up would
 require a search and replace in the unit tests.

 But we can  also keep the old behaviour if  you wish, encoding the
 bookmarkable URLs  is not  necessary for  passing String  array in
 PageParameters.
 --
  Jean-Baptiste Quenot
 aka  John Banana Qwerty
 http://caraldi.com/jbq/


 -
 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=lnkkid=120709bid=263057dat=121642

 ___
 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=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Handle String array in PageParameters

2006-08-20 Thread Jean-Baptiste Quenot
* Juergen Donnerstag:

 Because URL querystrings will change, and because bookmarkable URLs
 are changed also, that means that some web browser bookmarks won't
 work anymore.

That is not likely to be true.  The bookmark will be eg:

/WicketTester/WicketTester?wicket:bookmarkablePage=:wicket.markup.html.basic.SimplePage_3

Instead of:

/WicketTester/WicketTester?wicket:bookmarkablePage=%3Awicket.markup.html.basic.SimplePage_3

That is exactly the same query string once decoded.  Both URLs are
equivalent.  So existing bookmarks will continue to work.

We  just have  to  decide  whether or  not  Wicket should  produce
standards-compliant and properly-encoded URLs.   If that is not an
option, the  patch can be  reworked to keep the  current behaviour
for bookmarkable URLs.
-- 
 Jean-Baptiste Quenot
aka  John Banana Qwerty
http://caraldi.com/jbq/

-
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=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Handle String array in PageParameters

2006-08-20 Thread Juergen Donnerstag
Though I agree in theory, have you tested it? On which browsers?

And the new would be

/WicketTester/WicketTester?wicket%3AbookmarkablePage=%3Awicket.markup.html.basic.SimplePage_3


Juergen

On 8/20/06, Jean-Baptiste Quenot [EMAIL PROTECTED] wrote:
 * Juergen Donnerstag:

  Because URL querystrings will change, and because bookmarkable URLs
  are changed also, that means that some web browser bookmarks won't
  work anymore.

 That is not likely to be true.  The bookmark will be eg:

 /WicketTester/WicketTester?wicket:bookmarkablePage=:wicket.markup.html.basic.SimplePage_3

 Instead of:

 /WicketTester/WicketTester?wicket:bookmarkablePage=%3Awicket.markup.html.basic.SimplePage_3

 That is exactly the same query string once decoded.  Both URLs are
 equivalent.  So existing bookmarks will continue to work.

 We  just have  to  decide  whether or  not  Wicket should  produce
 standards-compliant and properly-encoded URLs.   If that is not an
 option, the  patch can be  reworked to keep the  current behaviour
 for bookmarkable URLs.
 --
  Jean-Baptiste Quenot
 aka  John Banana Qwerty
 http://caraldi.com/jbq/

 -
 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=lnkkid=120709bid=263057dat=121642
 ___
 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=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Handle String array in PageParameters

2006-08-20 Thread Juergen Donnerstag
I asked myself that question as well but URLEncoder/URLDecoder are
converting these.

Juergen

On 8/20/06, Johan Compagner [EMAIL PROTECTED] wrote:
 do we have to do such ugly urls?
 i don't like that. is : really a char that has to be encoded?

 johan



 On 8/20/06, Juergen Donnerstag  [EMAIL PROTECTED] wrote:
  Though I agree in theory, have you tested it? On which browsers?
 
  And the new would be
 
 
 /WicketTester/WicketTester?wicket%3AbookmarkablePage=%3Awicket.markup.html.basic.SimplePage_3
  
 
  Juergen
 
  On 8/20/06, Jean-Baptiste Quenot  [EMAIL PROTECTED] wrote:
   * Juergen Donnerstag:
  
Because URL querystrings will change, and because bookmarkable URLs
are changed also, that means that some web browser bookmarks won't
work anymore.
  
   That is not likely to be true.  The bookmark will be eg:
  
  
 /WicketTester/WicketTester?wicket:bookmarkablePage=:wicket.markup.html.basic.SimplePage_3
  
   Instead of:
  
  
 /WicketTester/WicketTester?wicket:bookmarkablePage=%3Awicket.markup.html.basic.SimplePage_3
  
   That is exactly the same query string once decoded.  Both URLs are
   equivalent.  So existing bookmarks will continue to work.
  
   We  just have  to  decide  whether or  not  Wicket should  produce
   standards-compliant and properly-encoded URLs.   If that is not an
   option, the  patch can be  reworked to keep the  current behaviour
   for bookmarkable URLs.
   --
Jean-Baptiste Quenot
   aka  John Banana Qwerty
   http://caraldi.com/jbq/
  
  
 -
   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=lnkkid=120709bid=263057dat=121642
   ___
   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=lnkkid=120709bid=263057dat=121642
  ___
  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=lnkkid=120709bid=263057dat=121642

 ___
 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=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Handle String array in PageParameters

2006-08-20 Thread Johan Compagner
do we have to do such ugly urls?i don't like that. is : really a char that has to be encoded?johanOn 8/20/06, Juergen Donnerstag 
[EMAIL PROTECTED] wrote:Though I agree in theory, have you tested it? On which browsers?
And the new would be/WicketTester/WicketTester?wicket%3AbookmarkablePage=%3Awicket.markup.html.basic.SimplePage_3JuergenOn 8/20/06, Jean-Baptiste Quenot 
[EMAIL PROTECTED] wrote: * Juergen Donnerstag:  Because URL querystrings will change, and because bookmarkable URLs  are changed also, that means that some web browser bookmarks won't
  work anymore. That is not likely to be true.The bookmark will be eg: /WicketTester/WicketTester?wicket:bookmarkablePage=:wicket.markup.html.basic.SimplePage_3 Instead of:
 /WicketTester/WicketTester?wicket:bookmarkablePage=%3Awicket.markup.html.basic.SimplePage_3 That is exactly the same query string once decoded.Both URLs are equivalent.So existing bookmarks will continue to work.
 Wejust havetodecidewhether ornotWicket shouldproduce standards-compliant and properly-encoded URLs. If that is not an option, thepatch can bereworked to keep thecurrent behaviour
 for bookmarkable URLs. --Jean-Baptiste Quenot akaJohn Banana Qwerty http://caraldi.com/jbq/ -
 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=lnkkid=120709bid=263057dat=121642
 ___ 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 easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://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=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user