If i have form with text field and i want to use the curret value entered in textfield in beanshell script.How can i use it? Can i use hash variables

Regards,

poonam chaudhari

  • No labels

1 Comment

  1. Hi poonam chaudhari,

    What is the purpose of your beanshell script? Please note that beanshell script is server side processing. You can't get it by Hash Variable or any code in beanshell until the value is actually stored. To do client side processing, please use "Custom HTML" element and also javascript. jQuery is supported in "Custom HTML" element too. 

    Hope this is help.

    Best regards,

    Owen