Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6370897
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T00:59:23+00:00 2026-05-25T00:59:23+00:00

I have a rich:Datatable with dynamic columns… Till here its ok… I get all

  • 0

I have a rich:Datatable with dynamic columns… Till here its ok… I get all data from the database and my code shows all checkboxs with the correctly values… But when i change them and click in “salvar” button the values in the other side still the same as before…
But if i put an inputText outside rich:Datatable like

<h:inputText value="#{matrix.teste}"/> 

And put any value, and click in “salvar” the value i’ve typed before goes to my home correctly…

    <ui:param name="matrix" value="#{inscricaoMatrix}" />
        <a4j:outputPanel id="matrixCredenciamento">
    <a4j:form>
            <rich:dataTable value="#{matrix.rows}" var="row" id="matrix" rendered="#{not empty query.inscricoes}">

            <rich:column label="Nome">
                <f:facet name="header">
                    <h:outputText value="Nome" />
                </f:facet>
                <h:outputText value="#{row.nome}" />
            </rich:column>
            <rich:column label="E-mail">
                <f:facet name="header">
                    <h:outputText value="E-mail" />
                </f:facet>
                <h:outputText value="#{row.email}" />
            </rich:column>
            <rich:column label="Credenciamento">
                <f:facet name="header">
                    <h:outputText value="Credenciamento" />
                </f:facet>
                <h:selectBooleanCheckbox value="#{row.credenciamento}" />
            </rich:column>


                <ui:param name="y" value="#{matrix.rows.indexOf(row)}" />

                <rich:columns value="#{matrix.columns}" var="col" index="x" style="text-align: center; width: 60px;">

                    <ui:param name="index" value="#{y * matrix.columns.size() + x}" />
                    <ui:param name="cell" value="#{matrix.cells[index]}" />

                    <f:facet name="header">
                        <h:outputText value="#{col.horario}" escape="true">
                            <f:convertDateTime  pattern="dd/MM/yyyy HH:mm"/>
                        </h:outputText>
                    </f:facet>
                    <h:selectBooleanCheckbox value="#{cell}" />

                </rich:columns>
            </rich:dataTable>

            <h:inputText value="#{matrix.teste}"/> 

            <h:commandButton id="salvar" value="Salvar" action="#{matrix.update()}" />          

        </a4j:form>
        </a4j:outputPanel>  
</ui:composition>

Someone knows what can be the problem? Im working with that page into another (using ui:include) to add this page…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T00:59:24+00:00Added an answer on May 25, 2026 at 12:59 am

    Well,

    I were looking for some solution but didnt found a best way…
    So i solved the problem using a workaround…

    <h:selectBooleanCheckbox value="#{cell}" name="presencasHorarios" onclick="setPresencas(#{index},this.checked)"/>
    

    And then i’ve created a js function like this:

    <a4j:jsFunction name="setPresencas" action="#{matrix.addAlteracaoPresenca()}">
                <a4j:actionparam name="param1" assignTo="#{matrix.index}"  />
                <a4j:actionparam name="param2" assignTo="#{matrix.presenca}"  />        
    </a4j:jsFunction>
    

    In the other side i’ve created a list… so i pass the index of the array and the new value for this item… When i submit it to persist or update i read that list verifying which item has been changed and the new value of it… To get it easier i’ve created a HashMap passing the index and the value… so if the user change the value 1000 times, the value will be ever the last one…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Good morning!! I have a dynamic datatable and I'm using Columns of Richfaces, but
I have a rich:dataTable . I want to hide a row with this code:
I have an issue with message rendering for dataTable with dynamic columns. I want
I am using Richfaces 4. I have a <rich:datatable /> with 4 columns. In
I have a rich:datatable which may be reRendered my multiple components in my page.
I have a rich:dataTable and a rich:dataScroller. When I click on the datascroller, my
I have a rich:dataTable and there i have a rich column with a span.
I am using rich:dataTable with rich:dataTableScroller . And I don't want load all my
I created a simple solution for expandable columns/rows with rich:datatable and rich:column, which is
I have a rich:dataTable with dataScroller. In each page I need to show 5

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.