Re: jsp:include when page="anAction.do"

2002-07-22 Thread Kevin Scott

I have had the same problem.  You should call the anAction.do class first.  Have it 
put all the required data in a javabean then then forward on to a jsp page to display 
the into the Java bean.



*** REPLY SEPARATOR  ***

On 7/19/2002 at 1:55 PM Struts Newsgroup wrote:

>Subject: jsp:include when page="anAction.do"
>From: "M. David" <[EMAIL PROTECTED]>
> ===
>I'm wondering if anybody is attempting this.  The problem I'm seeing is the
>content is never completely rendered.
>
>Versions of software:
>JDK 1.3
>tomcat 4.0
>Struts 1.0.2
>
>thanks in advance,
>manny
>
>
>
>
>
>
>
>--
>To unsubscribe, e-mail:
>
>For additional commands, e-mail: 




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




calling a ActionMapping from a structs template page

2002-07-18 Thread Kevin Scott

here is the template page:
<%@ taglib uri='/WEB-INF/struts-template.tld' prefix='template' %>


  
  
  


here the structs-config.xml
   
   


   
 

I would like to be call the SaveRegistrationAction class before displaying the 
="/admin/UserEdit.jsp page.  Can this be done?  Or am I missing somthing?

I can not get any template page to call any action class.  I can only get the 
templates to work with a jsp or html file.

Is there a work around to get this to work if it can not be done?

Kevin Scott


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>