I'm running Weblogic 6.1 sp1 with the j2ee1.3 support

<region:put section='footer'> <font size='4'>Direct
Content</font> </region:put> This works fine with
doInitBody and doAfterBody being called. however
<region:put section='footer' content='footer.jsp'/> In
this situation the doInitBody and doAfterBody
functions are never called even though EVAL_BODY_TAG
is returned from the doStartTag.

I tested the same code with <region:put ...> in
Jboss1.3/tomcat and it works. Can someone tell me how
do I make this to work in Weblogic?


--code snip---
<%@ taglib uri='regions' prefix='region' %>

<region:render template='timetrackingtemplate.jsp'>
   <region:put section='header'
               content='/jsp/header.jsp'/>

   <region:put section='content'
               content='/jsp/signin.jsp'/>

   <region:put section='footer'
               content='/jsp/header.jsp'/>
</region:render>

The above code render correct content in JBOSS but
renders nothing in WL

Thanks


=====
PiFen Ellwood

__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to