[
https://issues.jboss.org/browse/RF-13091?page=com.atlassian.jira.plugin.s...
]
Brian Leathem updated RF-13091:
-------------------------------
Description:
I am trying to Add MOnth filter .I allready have Yearfilter
{code}
<rich:select value="#{proMaster.yearFilter}"
id="proMasterselect">
<f:selectItems value="#{proMaster.yearDropDown}" />
</rich:select>
<h:commandButton value="#{lbl['label.showrecords']}"
action="#{proMaster.showOutputRecords}" id="proMastershowrcrd"/>
{code}
how can I add Month Filter .I have YearMaster table and YearId in ProMaster
I am also having Date column how can I put event filetr
was:
I am trying to Add MOnth filter .I allready have Yearfilter
<rich:select value="#{proMaster.yearFilter}"
id="proMasterselect">
<f:selectItems value="#{proMaster.yearDropDown}" />
</rich:select>
<h:commandButton value="#{lbl['label.showrecords']}"
action="#{proMaster.showOutputRecords}" id="proMastershowrcrd"/>
how can I add Month Filter .I have YearMaster table and YearId in ProMaster
I am also having Date column how can I put event filetr
Adding Month filter that will change datatable values
-----------------------------------------------------
Key: RF-13091
URL:
https://issues.jboss.org/browse/RF-13091
Project: RichFaces
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: accessibility
Affects Versions: 4.1.0.Final
Reporter: Asim Shaikh
I am trying to Add MOnth filter .I allready have Yearfilter
{code}
<rich:select value="#{proMaster.yearFilter}"
id="proMasterselect">
<f:selectItems value="#{proMaster.yearDropDown}" />
</rich:select>
<h:commandButton value="#{lbl['label.showrecords']}"
action="#{proMaster.showOutputRecords}" id="proMastershowrcrd"/>
{code}
how can I add Month Filter .I have YearMaster table and YearId in ProMaster
I am also having Date column how can I put event filetr
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira