Uploaded image for project: 'Struts 1'
  1. Struts 1
  2. STR-2551

html:form does not generate a name attribute when in XHTML

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 1.2.7
    • None
    • Unknown
    • None
    • Operating System: Windows 2000
      Platform: PC
    • 36223

    Description

      <html:form action="/myAction"> generate the right code : <form name="myForm"
      action="/myapp/myAction.do" method="post">

      BUT
      <html:xhtml />
      <html:form action="/myAction">
      generates: <form action="/myapp/myAction.do" method="post">

      The targeted form name has been lost.
      => No possibility to used client-side Validator in javascript which needs the
      form name to validate.

      Attachments

        Activity

          People

            Unassigned Unassigned
            stephane.bedin@med.ge.com Stéphane BEDIN
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: