[
https://issues.apache.org/jira/browse/WICKET-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696911#action_12696911
]
Juergen Donnerstag commented on WICKET-2155:
--------------------------------------------
I can not reproduce it at http://www.wicket-library.com/wicket-examples/signin2
which run 1.4rc2. Does the issue occur there for you as well?
Mind you testing your application with 1.4?
> Wrong escaping of backslashes when using persistent text components
> -------------------------------------------------------------------
>
> Key: WICKET-2155
> URL: https://issues.apache.org/jira/browse/WICKET-2155
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.3.5
> Environment: java version "1.6.0_0"
> IcedTea6 1.3.1 (6b12-0ubuntu6.1) Runtime Environment (build 1.6.0_0-b12)
> OpenJDK 64-Bit Server VM (build 1.6.0_0-b12, mixed mode)
> Wicket: 1.3.5
> OS: Ubuntu 8.10 - x64
> IDE: Intellij IDEA 8.1
> Reporter: Noam Y. Tenne
>
> When turning on persistence (setPersistence=true) on different text
> components, after reload, Wicket escapes and doubles each backslash which has
> been entered
> For example, when entering '\', and reloading, the value of the text
> component will turn to '\\'.
> Entering '\\', will result in '\\\\', etc'.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.