[JBoss JIRA] Created: (RF-6230) Support itemValue and itemLabel for rich:comboBox
by Felipe Jaekel (JIRA)
Support itemValue and itemLabel for rich:comboBox
-------------------------------------------------
Key: RF-6230
URL: https://jira.jboss.org/jira/browse/RF-6230
Project: RichFaces
Issue Type: Feature Request
Reporter: Felipe Jaekel
When using a SelectItem object, only the value property is used.
The problem is when data is populated from the database, the value property is necessary for holding the entity primary key, since the property that is used as label isn't always unique at the database, like the name property of an Employee entity for example. It has also the problem of having to write extra code to retrieve the entity. Having the ID there are already some entity converters available and when using JPA there is the EntityManager's findById method.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (RF-3559) rich:combobox using different itemValue and itemLabel select item
by Rafael Jimenez (JIRA)
rich:combobox using different itemValue and itemLabel select item
-----------------------------------------------------------------
Key: RF-3559
URL: http://jira.jboss.com/jira/browse/RF-3559
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: IE7 - Richfaces 3.2.1 CR7 - eclipse europa
Reporter: Rafael Jimenez
Priority: Optional
Fix For: 3.2.1
In this code:
-------------------------------------------------------------------------------------------------------
<f:view>
<ui:composition>
<ui:define>
<h:form>
<rich:panel style="width:500px; height:300px; overflow:scroll" >
<h:outputText value="ComboBox Scroll Bug" />
<rich:comboBox>
<f:selectItem itemValue="001" itemLabel="option1" />
<f:selectItem itemValue="002" itemLabel="option2" />
<f:selectItem itemValue="003" itemLabel="option3" />
</rich:comboBox>
</rich:panel>
</h:form>
</ui:define>
</ui:composition>
</f:view>
---------------------------------------------------------------------------------------------------------------
It must show itemlabels options and get itemvalue but It shows itemvalues and get itemvalue from selectitem.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Updated: (RF-8691) dataTables client side implementation problems
by Konstantin Mishin (JIRA)
[ https://jira.jboss.org/browse/RF-8691?page=com.atlassian.jira.plugin.syst... ]
Konstantin Mishin updated RF-8691:
----------------------------------
Fix Version/s: Future_4.X
(was: 4.0.0.Milestone2)
> dataTables client side implementation problems
> ----------------------------------------------
>
> Key: RF-8691
> URL: https://jira.jboss.org/browse/RF-8691
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.0.0.ALPHA1
> Reporter: Ilya Shaikovsky
> Assignee: Konstantin Mishin
> Priority: Critical
> Fix For: Future_4.X
>
> Original Estimate: 3 days
> Remaining Estimate: 3 days
>
> 1) now we have two scripts with partially the same functionality: extendedDataTable.js and dataTable.js - ideally extendedDataTable client object should just extend basic table object.
> 2) extendedDataTable object not extended from base component at all - not uses client side components mechanism described by Pavel.
> 2.1) in the result - api on the extendedDataTable uses $('id').component.api() convention and this conflicts with our new standard.
> Nick we should check what should be corrected for A2 (at least 2.1 - a must) and assign.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months