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

  • Home
  • SEARCH
  • 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 8549495
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T13:43:39+00:00 2026-06-11T13:43:39+00:00

I have web application in which I am using JSF + Primefaces for UI.

  • 0

I have web application in which I am using JSF + Primefaces for UI. I am facing difficulty in applying dirty checks on web pages specially when working with AJAX calls like AJAX call on rowSelect event of datatable.

Following is the exact scenario in which I want to apply dirty checks with AJAX call. Following are the components which I am using in my web page.

1) I have one dataTable which is populated by bean named ‘companyBean’ (Having attributes for companies)

<p:dataTable id="basic" var="company" value="#{companyInfoBean.companyList}" 
    rowKey="#{company.id}"
    selection="#{companyInfoBean.selectedCompany}" selectionMode="single">

    <p:ajax event="rowSelect" update=":customerDataForm:customerDataFields" />

    <p:column id="modelHeader">
        <f:facet name="header">
            <h:outputText value="Company Name" />
        </f:facet>
        <h:outputText value="#{company.companyName}" />
    </p:column>
      more columns....
</p:dataTable>

As depicted above on row selected (AJAX Call) I update the values in the form on the bottom of the page

<h:form id="customerDataForm">
<p:panel id="customerDataFields">
<p:panelGrid >
<p:row>
    <p:column>
        <h:outputLabel for="companyname" value="Company Name " />
    </p:column>
    <p:column>
        <p:inputText id="companyname" value="#{companyInfoBean.selectedCompany.companyName}" label="Company Name" />
    </p:column>
         more columns...
  <p:row>
    <p:column colspan="2" style="text-align:right">
        <p:commandButton value="Save" actionListener="#{companyInfoBean.updateCompany}" 
        update=":customerDataForm:customerDataTable"/>
    </p:column>
    <p:column colspan="2" style="text-align:left">
        <p:commandButton value="Undo" />
    </p:column>
</p:row>

In above form user can Edit the values that is updated on the rowSelect on datatable.

Now I want a dirty check on the form on the rowSelection on the datatable i.e. if there are some unsaved changes on form that user used be prompted in spite of execution of AJAX call of rowSelect..

Basically what I can understand from this scenario.. that I need some conditional based AJAX calls rather then straightforward. Or I have to use some jQuery stuff to get dirty checks implemented.

  • 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-06-11T13:43:41+00:00Added an answer on June 11, 2026 at 1:43 pm

    There are different ways you can implement this. Here are a few (I would prefer Method 3 if popup’s are OK):

    Method 1:

    a) Use a copy of selectedCompany eg, editCompanyBean as the backing
    bean for customerDataFields.
    b) Add a “listener” to the ajax event
    this can check the editCompanyBean for null values before setting
    this with selectedCompany’s values. If this fails you can growl a
    message and block the copy.
    Note: You can use an override switch to override (b)
    c) On save of editCompanyBean initialize it to null
    values for fields.

    Method 2:

    a) In the set statement for selectedCompany check if the bean already has a value populated. Throw a warning message if its populated and skip edit.
    b) Have the user click save or reset on customerDataFields before proceeding.
    Note: Clear selectedCompany after each save or reset of customerDataFields

    Method 3:

    a) Put customerDataFields in a modal popup dialog. Set it up so that the user has to save or reset before proceeding.

    b) The ajax event will popup the above modal dialog. You can use a button to popup as well.

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

Sidebar

Related Questions

I have a small web application developed using Icefaces 1.8.2 and jsf 1.1 which
We have an ASP.net 2.0 web application which is using themes set on the
Using JDeveloper as my IDE, I have a web application which calls services provided
I have a java web application which I can debug using IntelliJ or Eclipse
I have an Web-application in which I capture Image using EdgeCamShots Sample Application Saving
I have a web application, which is using a SQL Server 2005 database. My
I have an ASP.net web service that I'm using for a web application which
I am developing a web application using JSF on Netbeans 7.0. I have created
I have a web application which I uploaded using IIS. I want the users
I am using jsf and spring together in web application. I have configured datasource

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.