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 8000989
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T15:58:02+00:00 2026-06-04T15:58:02+00:00

I have the following problem and I could not find a solution anywhere. I

  • 0

I have the following problem and I could not find a solution anywhere.

I have the following code:

<h:inputText id="username" value="#{registrationBB.userName}" binding="#{userNameToConfirm}"/>

and later on:

<h:inputSecret id="confirmed-password" value="#{registrationBB.userPasswordConfirmed}">
  <f:validator validatorId="usernameNotInPasswordValidator"/>
  <f:attribute name="username" value="#{userNameToConfirm.value}" />
</h:inputSecret>

The inputText is bound to #{userNameToConfirm} (which is not a property in any backingbean) and later this binding is used in the password validator.

This all works well.

But, the form that these fields are on contains a “Reset” button, that should empty all fields on the form.

When the reset button is clicket, all properties in the registrationBB are emptied and the following code is called:

getViewRoot().getChildren().clear();

But, the username will never be empty, because it will always be set by the value in the “#userNameToConfirm” binding.

My question is: How can I access this binding and delete in the faces back-end?

We use jsf version 1.2.

regards,
arash

  • 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-04T15:58:04+00:00Added an answer on June 4, 2026 at 3:58 pm

    Let the reset button reload the page instead.

    <h:commandButton value="Reset" onclick="location.reload(true)" />
    

    Or by a <navigation-case> with a <redirect>.

    <h:commandButton value="Reset" action="reloadPagename" />
    

    with

    <navigation-rule>
        <navigation-case>
            <from-outcome>reloadPagename</from-outcome>
            <to-view-id>/pagename.jsf</to-view-id>
            <redirect />
        </navigation-case>
    </navigation-rule>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a problem that recognized recently but could not find the solution.Generally when
I have following problem, Code: String a=Yeahh, I have no a idea what's happening
I have searched all around to find a solution to my problem, but i
I have the following code, which works fine on live site, but not on
I have following problem: I have built a tabbar application with 4 tabs. I
I have the following problem: I have a form in site/banen (currently local running
I have the following problem. I have three classes, A, B and C. A
I have the following problem: I implemented a managed mobile application for Windows Mobile
I have the following problem that the standard library doesn't solve well, and I'm
I have the following problem: I got a view with two text fields and

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.