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

        Hide
        Ted Goddard added a comment -

        This bug was originally reported against ICEfaces 1.5, but was fixed. From porting WebMC, it appears to have reappeared with ICEfaces 2.0 compat.

        Show
        Ted Goddard added a comment - This bug was originally reported against ICEfaces 1.5, but was fixed. From porting WebMC, it appears to have reappeared with ICEfaces 2.0 compat.
        Hide
        Mircea Toma added a comment -

        I tested the latest ICEfaces 2.0 but I could not reproduce the issue. The "style" and "styleClass" attributes are rendered correctly into the page.

        Show
        Mircea Toma added a comment - I tested the latest ICEfaces 2.0 but I could not reproduce the issue. The "style" and "styleClass" attributes are rendered correctly into the page.

          People

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

            Dates

            • Created:
              Updated:
              Resolved: