Sorry but i'm not familiar with addPathInfo().
How about you try something like javascript:alert("myform.textFieldName.value") to
debug the string.
If the proper value is shown, then you might debug the addPathInfo() Methode to find
out what's going on.
Hope that helps.
Dieter
-----Urspr�ngliche Nachricht-----
Von: Leina Last [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 20. M�rz 2003 14:36
An: Turbine Users List
Betreff: Re: AW: send textfield value with addPathInfo() ?
Thanks for reply,
To specify a submit action/button I will have to make use of nested
forms, which as I understand can't be done.
My problem is actually just to get the textfield value inside the
parameter (parmValue) of addPathInfo( "parmName","parmValue").
In the place of "parmValue", to get the textfield value, I tried things
like "myform.textFieldName.value" , "textFieldName.value",
"textFieldName", javascript "getTextFieldName()".
None is working.
Any idea how this can be done??
L
"Engelhardt, ITS BetrWi AE2, FD" <[EMAIL PROTECTED]>
wrote: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]
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]
---------------------------------
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]