| Author |
request.getParameter & html:link
|
bhaveshMl shah
Greenhorn
Joined: Jul 10, 2009
Posts: 1
|
|
Dear Sir,
i am new to struts i have form1, form2. html:link at search.
if i click html:link i go to form2 with appid and flow
execute,as i have taken appid as hidden at form2.
but now if i go from normal flow
i.e form1 + form2 it show me appid is null .
my query is i wanted my appid at form2 with both the flow.
how should i utilize property=appid for both the flow.
for first flow i can get appid by ( request.getparameter("appid");
but how to integrated in struct for both flow
please help me.
Thanking you
Regards
Bhavesh Shah
|
 |
bhavani evuri
Greenhorn
Joined: Jul 22, 2009
Posts: 8
|
|
knowlegde about java/J2ee examples, it's privide jar file as per your need . it provide
This is the method,request.getParameter() used for getting the value of the HTML form if you want more information
http://infochannel.weebly.com/javaj2ee.html
|
 |
 |
|
|
subject: request.getParameter & html:link
|
|
|