hi, im a struts newbie, im using stuts 1.2.9 and have a problem, i cannot get
params from url in struts action

in my a href i have /sservice/editSP.do?spid=<bean:write name="studyProgram"
property="studyProgramID"/>

action code :

String param=(String)request.getAttribute("spid");



but request has no param with name spid or any other

note: if i  just type editSP?spid=..... server says resource not found altho
i have mapped it correctly in stuts config 
-- 
View this message in context: 
http://www.nabble.com/getting-param-from-an-url-link-tp14665989p14665989.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to