Récupérer valeur chp hidden ds un champ text
Bonjour, je suis un gros débutant en developpement web et j'ai chercher mais je ne trouve pas le pb suivant :
J'ai un champ de type hidden qu' bien une valeur :
Code:
1 2
|
<input TYPE="hidden" id="ppp" VALUE="<bean:write name="habilitation" property="ppwReponsePwsId"/>" NAME="idWSReponse"> |
et j'aimerai l'afficher dans un champ de type text, j'ai essayer avec une fonction javascript mais je n'y arrive pas.
Code:
1 2
|
<input type="text" value= ???? ....> |
Qqun pourrai t il m'aider merci...