Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: EE-4.0.0.GA, 4.1
-
Component/s: MOBI-Components
-
Labels:None
-
Environment:Tomcat
-
Assignee Priority:P1
Description
mobi:fieldsetRow seems to have changed how it renders its child content, so that:
<mobi:fieldsetRow>
<h:outputLabel for="nameIn" value="Name:"/>
<h:inputText id="nameIn" value="#{userBean.name}"/>
</mobi:fieldsetRow>
will only display the input field without a matching label.
This is most easily seen on the live showcase:
http://icefaces-showcase.icesoft.org/showcase-mobile.jsf
Just click to the "Fieldset" demo to see a bunch of input text fields without the proper and expected labels.
<mobi:fieldsetRow>
<h:outputLabel for="nameIn" value="Name:"/>
<h:inputText id="nameIn" value="#{userBean.name}"/>
</mobi:fieldsetRow>
will only display the input field without a matching label.
This is most easily seen on the live showcase:
http://icefaces-showcase.icesoft.org/showcase-mobile.jsf
Just click to the "Fieldset" demo to see a bunch of input text fields without the proper and expected labels.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion