In doEndTag() I have some code like:

String includeFile = "/shared/tagsupport/somepage.jsp?somearg=" +
someargval;

pageContext.include(includeFile );

return EVAL_PAGE;

And that's it. What isn't working for you?

Paul

> -----Original Message-----
> From: David Whipple [mailto:[EMAIL PROTECTED]
> Sent: 2005/20/04 17:54
> To: Struts Users Mailing List
> Subject: RE: HTML:tags in a Tag
> 
> 
> Can you elaborate a bit on this?  I couldn't get this to work 
> when I was
> trying it, but maybe I didn't do what you are doing.
> 
> It would be great to get this to work - I have a need to do 
> this in our
> project.
> 
> Thanks,
> Dave
> 
> 
> 
>                                                               
>                                                               
>                  
>                       Paul McCulloch                          
>                                                               
>                  
>                       <[EMAIL PROTECTED]        To:       
> 'Struts Users Mailing List' <user@struts.apache.org>          
>                  
>                       ystems.com>                   cc:       
> (bcc: David Whipple/DTCC)                                     
>                  
>                                                     Subject:  
> RE: HTML:tags in a Tag                                        
>                  
>                       04/20/2005 11:39 AM                     
>                                                               
>                  
>                       Please respond to                       
>                                                               
>                  
>                       "Struts Users Mailing                   
>                                                               
>                  
>                       List"                                   
>                                                               
>                  
>                                                               
>                                                               
>                  
> 
> 
> 
> 
> I achieve this by having my tag include 
> (pageContext.include() ) a JSP page
> which has the other custom tags I want to use.
> 
> Paul
> 
> > -----Original Message-----
> > From: Scott Purcell [mailto:[EMAIL PROTECTED]
> > Sent: 2005/20/04 16:21
> > To: user@struts.apache.org
> > Subject: HTML:tags in a Tag
> >
> >
> > Hello,
> >
> > While finishing up a project, I found the need to create a
> > Tag to use in my JSP file.
> >
> > Problem is, I have created all view using the HTML:tags. Can
> > the HTML:tags be used in a Tag file? In my tag, I have access
> > to a JspWriter, but I am not sure how to use the tags in the
> > class, since it is a class.
> >
> > Can this be done? Any ideas of workarounds?
> >
> > Thanks,
> > Scott
> >
> >
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> 
> Axios Email Confidentiality Footer
> Privileged/Confidential Information may be contained in this 
> message. If
> you are not the addressee indicated in this message (or 
> responsible for
> delivery of the message to such person), you may not copy or 
> deliver this
> message to anyone. In such case, you should destroy this message, and
> notify us immediately. If you or your employer does not 
> consent to Internet
> email messages of this kind, please advise us immediately. Opinions,
> conclusions and other information expressed in this message 
> are not given
> or endorsed by my Company or employer unless otherwise indicated by an
> authorised representative independent of this message.
> 
> WARNING:
> While Axios Systems Ltd takes steps to prevent computer 
> viruses from being
> transmitted via electronic mail attachments we cannot guarantee that
> attachments do not contain computer virus code.  You are 
> therefore strongly
> advised to undertake anti virus checks prior to accessing the 
> attachment to
> this electronic mail.  Axios Systems Ltd grants no warranties 
> regarding
> performance use or quality of any attachment and undertakes 
> no liability
> for loss or damage howsoever caused.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

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

Reply via email to