Re: Re: how to get data from http get / url?

2005-01-13 Thread Dody Rachmat Wicaksono
Thank you, it's true that creating formbean for simple task
such as http://localhost/detail.do?id=99 is too much efford.

i'd like to use your suggession. thanks.

=== At 2005-01-13, 08:58:16 you wrote: ===

>There might be a few ways, but from my exprience..
>
>String sid = request.getParameter("id");
>
>or
>
>editFormsform = (editForm)form;
>String sid = sform.getUserid();  
>
>
>- Original Message - 
>From: "Dody Rachmat Wicaksono" <[EMAIL PROTECTED]>
>To: "Struts Users Mailing List" 
>Sent: Thursday, January 13, 2005 2:42 AM
>Subject: how to get data from http get / url?
>
>
>> What should i do to get the value from url?
>> ex: http://localhost:8080/st/editForm.do?id=99
>> 
>> how to get the id value?
>> Thank you in advance.
>> 
>> 
>> Dody
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>

= = = = = = = = = = = = = = = = = = = =





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Re: how to get data from http get / url?

2005-01-13 Thread Dody Rachmat Wicaksono
Thank you, it's true that creating formbean for simple task
such as http://localhost/detail.do?id=99 is too much efford.

i'd like to use your suggession. thanks.

=== At 2005-01-13, 08:58:16 you wrote: ===

>There might be a few ways, but from my exprience..
>
>String sid = request.getParameter("id");
>
>or
>
>editFormsform = (editForm)form;
>String sid = sform.getUserid();  
>
>
>- Original Message - 
>From: "Dody Rachmat Wicaksono" <[EMAIL PROTECTED]>
>To: "Struts Users Mailing List" 
>Sent: Thursday, January 13, 2005 2:42 AM
>Subject: how to get data from http get / url?
>
>
>> What should i do to get the value from url?
>> ex: http://localhost:8080/st/editForm.do?id=99
>> 
>> how to get the id value?
>> Thank you in advance.
>> 
>> 
>> Dody
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>

= = = = = = = = = = = = = = = = = = = =





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: how to get data from http get / url?

2005-01-12 Thread Yen
There might be a few ways, but from my exprience..
String sid = request.getParameter("id");
or
editFormsform = (editForm)form;
String sid = sform.getUserid();  

- Original Message - 
From: "Dody Rachmat Wicaksono" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" 
Sent: Thursday, January 13, 2005 2:42 AM
Subject: how to get data from http get / url?


What should i do to get the value from url?
ex: http://localhost:8080/st/editForm.do?id=99
how to get the id value?
Thank you in advance.
Dody

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


how to get data from http get / url?

2005-01-12 Thread Dody Rachmat Wicaksono
What should i do to get the value from url?
ex: http://localhost:8080/st/editForm.do?id=99

how to get the id value?
Thank you in advance.


Dody


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



how to get data from http get / url?

2005-01-12 Thread Dody Rachmat Wicaksono
What should i do to get the value from url?
ex: http://localhost:8080/st/editForm.do?id=99

how to get the id value?
Thank you in advance.


Dody


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]