You could try storing the output of html:rewrite into a variable (or using c:url), then use the variable as the value of the page attribute. jsp:include's page attribute will allow expressions (EL or scripting)
http://java.sun.com/products/jsp/syntax/2.0/syntaxref2020.html#8828 Adam -----Original Message----- From: Michael Jouravlev [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 1:00 PM To: Struts Users Mailing List Subject: Re: struts portlet bridge - <html rewrite You cannot include one JSP tag into another JSP tag. On 7/4/06, Spin <[EMAIL PROTECTED]> wrote: > > Hello, > I want to use the bridge together with the jsp: > > <%@ taglib > uri="http://portals.apache.org/bridges/struts/tags-portlet-html" > prefix="html"%> > <jsp:include flush="true" page="<html:rewrite > page='einbind.jsp'/>"></jsp:include> > > This line is only for practice, my goal is to call an action: > <jsp:include flush="true" page="<html:rewrite > page='start.do'/>"></jsp:include> > > I try to include actionURL or renderURL in the jsp and also in the > struts-portlet-config. But the error stays alway the same kind: > (source code) > The requested resource (/Tiger7/<html:rewrite page='einbind.jsp'/>) is > not available<br> > > What is wrong? How can I use <html:rewrite in my jsp. I found > http://portals.apache.org/bridges/multiproject/portals-bridges-struts/ > features.html > but this could not help me. > Thanks for help > Spin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ----------------------------------------- The information contained in this message may be privileged, confidential, and protected from disclosure. If the reader of this message is not the intended recipient, or any employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Paychex, Inc. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]