Hi,
have you specified an action for the screen your inputfield resides in?
Do you submit the action?
Then you should get your value just by using
data.getParameters().getString("YYYY")
-----Urspr�ngliche Nachricht-----
Von: Leina Last [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 20. M�rz 2003 14:01
An: [EMAIL PROTECTED]
Betreff: send textfield value with addPathInfo() ?
Hi
I will appreciate if someone PLEASE can help me.
I have a text field like <input type="text" name="YYYY" value="2003">
and would like to send the value of YYYY to a servlet
(data.getParameters().getString("YYYY") ), making use of addPathInfo().
To send the value, I tried something like
addPathInfo("YYYY",YYYY.value), I also tried calling a javascript
something like addPathInfo( "YYYY",getYearValue() )
None of these work.
How can I manage to send a value from a text field making use of
addPathInfo() ?
Thank You
L
---------------------------------
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]