[
https://issues.apache.org/jira/browse/WICKET-3363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Grigorov reassigned WICKET-3363:
---------------------------------------
Assignee: Igor Vaynberg (was: Martin Grigorov)
Igor, can you take a look at Url.java, line 780. It has the following code:
// process any ../ segments in the relative url
while (!relative.getSegments().isEmpty() &&
("".equals(relative.getSegments().get(0))
I think this check for "" is wrong and should be removed.
I added the correct check for "..".
> forminput examle: switching locales does not have the desired effect.
> ---------------------------------------------------------------------
>
> Key: WICKET-3363
> URL: https://issues.apache.org/jira/browse/WICKET-3363
> Project: Wicket
> Issue Type: Bug
> Components: wicket-examples
> Affects Versions: 1.5-RC1
> Reporter: Eelco Hillenius
> Assignee: Igor Vaynberg
>
> localization in the forminput example does not appear to be working. See:
> http://screencast.com/t/xxZFfUzi
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.