0
-1
-2

hi! this code is working, but not right. the textfield password should be recorded depending on what the user inputted, but instead the bean shell prog is reading it as a whole. what code will i use to read the textfield for input?

  1. Bastiana

    Can you tell us on what you have done first? I need to at least being able to replicate your current state first before talking about helping you.

  2. jedi

    i got the info of the current user using hash variables, then in my bean shell codes i inputted that codes. my #form.passwordchange.cpassword# is the name of my fieldid so when the user inputs a data in that field, the password will change to the text that the user inputted

CommentAdd your comment...

2 answers

  1.  
    1
    0
    -1

    Hi Anders, it is used to update my record in the database

      CommentAdd your comment...
    1.  
      1
      0
      -1

      Hi,

      Where is the BeanShell code being used? According to the docs https://dev.joget.org/community/display/KBv5/Hash+Variable#HashVariable-FormDataHashVariable the form data hash variable can only be used in certain places.

        CommentAdd your comment...