Re: Dot ( . ) in the URL !

2007-10-17 Thread Matej Knopp
Still I believe the HybridUrlCodingStrategy should be able to process
such url. Can you please create a JIRA entry for this? Thanks.

-Matej

On 10/17/07, Martijn Dashorst [EMAIL PROTECTED] wrote:
 Not in the hybrid URL encoding. There the last two numbers are
 separated with a dot and represent page number and version number. The
 page mounted needs to be bookmarkable to be callable without prior
 session buildup,

 Martijn

 On 10/17/07, Eelco Hillenius [EMAIL PROTECTED] wrote:
  As far as I know, only : is reserved. But if you have a reproducible
  bug, please create an issue in JIRA.
 
  Eelco
 
 
  On 10/15/07, chickabee [EMAIL PROTECTED] wrote:
  
   The page was mount using  HybridUrlCodingStrategy
  
   --thanks
  
  
  
   Matej Knopp-2 wrote:
   
How did you mount the page?
   
-Matej
   
On 10/15/07, chickabee [EMAIL PROTECTED] wrote:
   
Hi Guys, It seems that wicket has the special meaning of a dot ( . ) in
the
URL. Wicket expects anything after a dot to be a number and throws 
Number
format exception if it is not, Is there is a way to use dots in the 
url??
   
Here is the example of the url where it is failing:
   
https://lilo:8443/whisky/plist/c/Computers%3EComputer_Systems%3ELaptops/ps/1.00_-_1.99_GHz/
   
Thanks in advance..
--
View this message in context:
http://www.nabble.com/Dot-%28-.-%29-in-the-URL-%21-tf4624550.html#a13206993
Sent from the Wicket - User mailing list archive at Nabble.com.
   
   
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
   
   
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
   
   
  
   --
   View this message in context: 
   http://www.nabble.com/Dot-%28-.-%29-in-the-URL-%21-tf4624550.html#a13224511
   Sent from the Wicket - User mailing list archive at Nabble.com.
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
 Buy Wicket in Action: http://manning.com/dashorst
 Apache Wicket 1.3.0-beta4 is released
 Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4/

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Dot ( . ) in the URL !

2007-10-16 Thread Eelco Hillenius
As far as I know, only : is reserved. But if you have a reproducible
bug, please create an issue in JIRA.

Eelco


On 10/15/07, chickabee [EMAIL PROTECTED] wrote:

 The page was mount using  HybridUrlCodingStrategy

 --thanks



 Matej Knopp-2 wrote:
 
  How did you mount the page?
 
  -Matej
 
  On 10/15/07, chickabee [EMAIL PROTECTED] wrote:
 
  Hi Guys, It seems that wicket has the special meaning of a dot ( . ) in
  the
  URL. Wicket expects anything after a dot to be a number and throws Number
  format exception if it is not, Is there is a way to use dots in the url??
 
  Here is the example of the url where it is failing:
 
  https://lilo:8443/whisky/plist/c/Computers%3EComputer_Systems%3ELaptops/ps/1.00_-_1.99_GHz/
 
  Thanks in advance..
  --
  View this message in context:
  http://www.nabble.com/Dot-%28-.-%29-in-the-URL-%21-tf4624550.html#a13206993
  Sent from the Wicket - User mailing list archive at Nabble.com.
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

 --
 View this message in context: 
 http://www.nabble.com/Dot-%28-.-%29-in-the-URL-%21-tf4624550.html#a13224511
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Dot ( . ) in the URL !

2007-10-15 Thread Matej Knopp
How did you mount the page?

-Matej

On 10/15/07, chickabee [EMAIL PROTECTED] wrote:

 Hi Guys, It seems that wicket has the special meaning of a dot ( . ) in the
 URL. Wicket expects anything after a dot to be a number and throws Number
 format exception if it is not, Is there is a way to use dots in the url??

 Here is the example of the url where it is failing:

 https://lilo:8443/whisky/plist/c/Computers%3EComputer_Systems%3ELaptops/ps/1.00_-_1.99_GHz/

 Thanks in advance..
 --
 View this message in context: 
 http://www.nabble.com/Dot-%28-.-%29-in-the-URL-%21-tf4624550.html#a13206993
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Dot ( . ) in the URL !

2007-10-14 Thread chickabee

Hi Guys, It seems that wicket has the special meaning of a dot ( . ) in the
URL. Wicket expects anything after a dot to be a number and throws Number
format exception if it is not, Is there is a way to use dots in the url??

Here is the example of the url where it is failing:

https://lilo:8443/whisky/plist/c/Computers%3EComputer_Systems%3ELaptops/ps/1.00_-_1.99_GHz/

Thanks in advance..
-- 
View this message in context: 
http://www.nabble.com/Dot-%28-.-%29-in-the-URL-%21-tf4624550.html#a13206993
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]