4 Replies Latest reply on Aug 12, 2007 6:59 AM by sharonbn

    h:inputSecret

    sharonbn

      how can i show the password fields with h:inputSecret ?? (******)
      i need to fill all the data in the input fields.

        • 1. Re: h:inputSecret
          amitev

          What do you mean to "show"?

          • 2. Re: h:inputSecret
            sharonbn

            i get to an edit page and fill all the input fields from the data base , i want that tha password field show (*******) with tha data(like a inputSecret field) too and not be empty field, because when i submit the form i get empty string without the previous password.

            thank's for the quick response..

            • 3. Re: h:inputSecret
              amitev

              Use "redisplay" property.

              It's a boolean flag indicating that any existing value in this field should be rendered when the form is created. Because this is a potential security risk, password values are not displayed by default.

              • 4. Re: h:inputSecret
                sharonbn

                it's working now..

                thank you very much..