• 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

Question about Struts hidden tag

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have two forms Page1.jsp and Page2.jsp

when i invoke page1.jsp i pass a customer id to it ... the actionclass gets it and displays Page 1.jsp

now when i click on Page 1.jsp i need to pass the same id to Page 2.jsp's Action class

How do i do it..I need to get the product id from request and not from bean

Is it possible using <html:hidden> tag

Thanks
~K
 
reply
    Bookmark Topic Watch Topic
  • New Topic