ICEfaces
  1. ICEfaces
  2. ICE-5089

ice:form does not pass through class attributes

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Cannot Reproduce
    • Affects Version/s: 2.0-Alpha1
    • Fix Version/s: 2.0-Alpha2, 2.0.0
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      Operating System: All
      Platform: All
    • Workaround Exists:
      Yes
    • Workaround Description:
      use h:form

      Description

      This problem came in through the form.
      http://www.icefaces.org/JForum/posts/list/2911.page

      Basically if I have a form that looks like this

      <ice:form class="formClass" style="border: 1px solid red" >
      ....
      </ice:form>

      where
      .formClass{
         border: 1px solid blue;
      }

      The rendered output is as follows:
      <form class="border: 1px solid red" style="border: 1px solid red" ....

      I suspect that there is simple mapping error between the class and style
      attributes.

        Activity

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Patrick Corless
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: