Re: Is bean:include supposed to JSP process the page?

2002-01-21 Thread Keith Bacon

%@ taglib uri=/WEB-INF/struts-bean.tld prefix=bean %
did you remember to add this line to your JSP too?

Keith.

--- Alex Paransky [EMAIL PROTECTED] wrote:
 I replaced the following (which is working as expected):
 
 jsp:include page=%= /private/component/detail/memberComponent +
 bean.getComponent().getTypeId() + ViewContent.html % /
 
 With:
 
 bean:include id=detail page=%=
 /private/component/detail/memberComponent +
 bean.getComponent().getTypeId() + ViewContent.html % /
 bean:write name=detail/
 
 However, the output was NOT processed by the .JSP engine.  I have my .html
 extension mapped for processing by the .JSP engine.
 
 Is this working correctly?
 
 -AP_
 www: http://www.alexparansky.com
 
 
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]
 


__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

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




Is bean:include supposed to JSP process the page?

2002-01-19 Thread Alex Paransky

I replaced the following (which is working as expected):

jsp:include page=%= /private/component/detail/memberComponent +
bean.getComponent().getTypeId() + ViewContent.html % /

With:

bean:include id=detail page=%=
/private/component/detail/memberComponent +
bean.getComponent().getTypeId() + ViewContent.html % /
bean:write name=detail/

However, the output was NOT processed by the .JSP engine.  I have my .html
extension mapped for processing by the .JSP engine.

Is this working correctly?

-AP_
www: http://www.alexparansky.com



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