Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
None
-
None
-
Here you have a repo that reproduce this:
Description
Id parameter is ignored when set by struts2 param tag.
<s:checkbox key="check" id="workingId"> <s:param name="title">Title works</s:param> </s:checkbox> <s:checkbox key="check"> <s:param name="id" value="NOT_WORKING_ID"></s:param> <s:param name="title">Title is working but id is'nt</s:param> </s:checkbox>