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" <user@struts.apache.org>
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]



Reply via email to