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
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.