• 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

Problem in Struts 1

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

Is it possible to call a struts action from within a tag - meaning that the generated html from action is available to the tag.

In pseudo:

.. Do some work in the tag ...

... Call a action ..
... Action finished ...
... Assing generated output to a String variable ...

... Add value of String to the output from the tag ...

I've read that you can do this in Struts2 by using HttpServletResponseAware - but unfortunately we cannot upgrade right now, and as a result I'm seeking an alternative within Struts 1.

Thanks in advance.

/Søren
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic