Struts 1.1, using Tomcat
 
I am trying to associate a Controller with a Struts tile. This way I can
call my business objects within the Controller to populate it appropriately
and it will be tied to the tile. So far everything has been working fine
however I run into a slight problem. It appears that the ActionForm that is
in the tile does not exist, or I can't find where it exists, when the
ControllerSupport execute method is called there is no form argument and I
can't seem to figure out a way to retrieve or manually construct one to then
place in the session so it will be picked up when the tile continues
processing. Anyone out there have any idea? Did I explain it good enough or
do you need a more thorough example?
 
Thanks for any help,
 
Keith

Reply via email to