• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

request.getParameter & html:link

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic