• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

editbale rich:daragrid

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Can any one tell me if i can use inputtexts inside rich:datagrid?? My code is
<rich:dataGrid value="#{filterBean.ibFilterValueList}"
var="filterValues" columns="3" width="600px">
<f:facet name="header">
</f:facet>
<rich:panel bodyClass="pbody">
<h:inputText value="#{filterValues}"></h:inputText>
</rich:panel>
</rich:dataGrid>

where my ibFilterValueList is a list of strings.Data grid displays properly but the new values entered in input text are not getting updated to ibFilterValueList on click of submit

am i doing anything wrong?? or rich:dataGrid is purely used for displayuing

Thanks ina dvance
 
Saranya Reddy
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Saranya Reddy wrote:Hi,

Can any one tell me if i can use inputtexts inside rich:datagrid?? My code is
<rich:dataGrid value="#{filterBean.ibFilterValueList}"
var="filterValues" columns="3" width="600px">
<f:facet name="header">
</f:facet>
<rich:panel bodyClass="pbody">
<h:inputText value="#{filterValues}"></h:inputText>
</rich:panel>
</rich:dataGrid>

where my ibFilterValueList is a list of strings.Data grid displays properly but the new values entered in input text are not getting updated to ibFilterValueList on click of submit

am i doing anything wrong?? or rich:dataGrid is purely used for displayuing

Thanks ina dvance

 
I once met a man from Nantucket. He had a tiny ad
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic