At 17:05 01/24/01, Johnny Cass wrote:
>Hi,
>
>I have a question regarding the ecsscreen tag behaviour of Jetpseed
>1.3a1. In /WEB-INF/templates/jsp/layouts/html/default.jsp it is invoked
>as follows:
>
><table cellspacing="0" width="100%" cellpadding="0" border="0">
><tr>
>   <td valign="top" bgcolor="#ffffff">
>
>     <jetspeed:jetspeedNavigation  defaultTemplate="left.jsp" />
>     <jetspeed:ecsscreen />
>
>   </td>
></tr>
></table>
>
>I noticed that left.jsp includes the following html fragments:
>
></td>
>   <td valign="top" rowspan="2">
>
>so that the above gets converted into:
>
><table cellspacing="0" width="100%" cellpadding="0" border="0">
><tr>
>   <td valign="top" bgcolor="#ffffff">
>     <!-- Content of left.jsp -->
>   </td>
>
>   <td valign="top" rowspan="2">
>     <!-- Content of the ecsscreen -->
>   </td>
></tr>
></table>
>
>at run time. My question: If I explicitly remove the last two lines of
>html from left.jsp and add it instead in default.jsp between the two
>jetspeed tags, the layout becomes corrupted. In fact, it seems that ANY
>html between the <jetspeed:jetspeedNavigation
>defaultTemplate="left.jsp" /> and <jetspeed:ecsscreen /> tags are
>ignored and only placed after the html generated by the ecsscreen.
>
>How do I insert something between the html produced by left.jsp and the
>ecsscreen without putting it in left.jsp itself (where it does not
>necesarily belong)?
>
>Any help would be greatly appreciated.

That's a bug that is already fixed in CVS. I think the problem was that the 
ecsScreenTag wrote directly to the response whilst the JSP generated 
content is buffered.
If you use the ecsscreentag from CVS it should work.

ingo.


>Thank you for your time.
>- Johnny
>
>
>--
>--------------------------------------------------------------
>To subscribe:        [EMAIL PROTECTED]
>To unsubscribe:      [EMAIL PROTECTED]
>Search: <http://www.mail-archive.com/[email protected]/>
>List Help?:          [EMAIL PROTECTED]



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/[email protected]/>
List Help?:          [EMAIL PROTECTED]

Reply via email to