Re: Problems with requests to MountPath and optional parameters

2012-01-26 Thread kamiseq
maybe try date as milseconds (as long)? pozdrawiam Paweł Kamiński kami...@gmail.com pkaminski@gmail.com __ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail:

Re: Problems with requests to MountPath and optional parameters

2012-01-24 Thread Martin Grigorov
Hi, On Tue, Jan 24, 2012 at 9:37 AM, shayy sha...@gmail.com wrote: Hi, I'm trying to use @MountPath in conjunction with Wicket 1.5 but I'm encountering an issue. I've configured the following mount path on one of my page classes:

Re: Problems with requests to MountPath and optional parameters

2012-01-24 Thread shayy
Although I must use the + since it's in my code logic, I've tried it without it and it still fails. Any suggestions? Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Problems-with-requests-to-MountPath-and-optional-parameters-tp4323095p4323572.html Sent from

Problems with requests to MountPath and optional parameters

2012-01-23 Thread shayy
Hi, I'm trying to use @MountPath in conjunction with Wicket 1.5 but I'm encountering an issue. I've configured the following mount path on one of my page classes: @MountPath(/items/#{itemName}/#{itemNumber}/#{itemDate}/#{subItemName}) Requesting the following URL results in a 404 when using