You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Don Brown (JIRA)" <ji...@apache.org> on 2008/01/25 13:41:14 UTC

[jira] Resolved: (WW-2303) s:combobox don't work with struts.enable.SlashesInActionNames=true

     [ https://issues.apache.org/struts/browse/WW-2303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Don Brown resolved WW-2303.
---------------------------

    Resolution: Fixed
      Assignee: Don Brown  (was: Ted Husted)

Improved the escaping method accordingly.

> s:combobox don't work with struts.enable.SlashesInActionNames=true
> ------------------------------------------------------------------
>
>                 Key: WW-2303
>                 URL: https://issues.apache.org/struts/browse/WW-2303
>             Project: Struts 2
>          Issue Type: Bug
>            Reporter: François Karman
>            Assignee: Don Brown
>             Fix For: 2.1.1
>
>
> If you use slashes in action names (with the specific option) : the automatic id of html tags includes slashes and javascript method names too.
> By the way, the JS function names are illegal and the combobox doesn't work.
> I think this bug could be present on others tags. For me, the way correction will be to avoid slashes or dot in automatic id. Maybe by replacing them with underscores.
> Workaround:
> Define an id for the tag in error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.