Uploaded image for project: 'Struts 2'
  1. Struts 2
  2. WW-5130

ID param not being set

    XMLWordPrintableJSON

Details

    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>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            dfliess Diego Alejandro Fliess
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: