[gatein-issues] [JBoss JIRA] (GTNPORTAL-2444) Can't change status of UIFormCheckboxInput

Vu Viet Phuong (JIRA) jira-events at lists.jboss.org
Wed May 30 05:10:17 EDT 2012


Vu Viet Phuong created GTNPORTAL-2444:
-----------------------------------------

             Summary: Can't change status of UIFormCheckboxInput
                 Key: GTNPORTAL-2444
                 URL: https://issues.jboss.org/browse/GTNPORTAL-2444
             Project: GateIn Portal
          Issue Type: Bug
      Security Level: Public (Everyone can see)
            Reporter: Vu Viet Phuong
            Assignee: Vu Viet Phuong
            Priority: Minor


In UIFormCheckBoxInput#processRender() method, we should remove this snipet

{code}
w.write(" value='");
      if (value_ != null)
         w.write(String.valueOf(value_));
{code}

It will create bug when we move to use jQuery.serialize() in UIForm.js. 
For example: Go to Application management portlet --> can't add an application to category, due to problem with jQuery.serialize() method

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list