• 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

calling Action class from jsp frame

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am hv a jsp page which is actually made up of 4 frames( all jsp) .Now from the main frame jsp , want to open an action class i.e (*.do page).How can i do it?

in the main frame page, there is Submit button(struts tag) which calls a jscript function with the url being passed as parameter.
From the jscript function ,i am submitting the page to go to the designate url ( *.do)
Bt its nt working..
can ny one help???
 
reply
    Bookmark Topic Watch Topic
  • New Topic