[Seaside] Not getting head and body tags... and disappearing outer component.

Derek Brans brans at nerdonawire.com
Sat Feb 8 22:55:01 CET 2003


Hi Avi and Julian,

This problem has two parts, but I thought they might be related.

Part 1: Not getting head and body tags

When I look at the generated code for my page this is how it starts:
<link rel="stylesheet" type="text/css" 
href="/seaside/best.bc.ca/advocacy/k=26025b80-3bc4-11d7-808e-000393814416"
 >
<table cellpadding="2" cellspacing="1" width="100%">
  <tr>
   <td align="center">
    <table cellpadding="2" cellspacing="1">
     <tr>
      <td>
       <table cellpadding="3" cellspacing="0">
        <tr>
         <th align="center" class="tab-current">

I'm wondering what I could possibly be doing that's making the head and 
body tags not appear.

Part 2: Disappearing outer component.

Something else that's strange: sometimes when I call a page in a certain 
way, I just end up with the inner component (seen above,near the end).
<table cellpadding="3" cellspacing="0">
  <tr>
   <th align="center" class="tab-current">

The actual container is nested a few tags deeper.
By calling the page I lose the outer component responsible for the outer 
html:
<link rel="stylesheet" type="text/css" 
href="/seaside/best.bc.ca/advocacy/k=26025b80-3bc4-11d7-808e-000393814416"
 >
<table cellpadding="2" cellspacing="1" width="100%">
  <tr>
   <td align="center">
    <table cellpadding="2" cellspacing="1">
     <tr>
      <td>

In other words, I start with:
<outer component>
	<inner component>
		<container catching the call>

When I call a page inside the container I end up with:
<inner component>
	<container with new component>
...no outer component


Any ideas?
Thanks,
Derek

Nerd on a Wire: Web and Information Solutions
Website Design - Database Systems - Site Hosting
604.874.6463
mailto:info at nerdonawire.com
For more information, visit http://nerdonawire.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 2756 bytes
Desc: not available
Url : http://lnx-12.ams-2.theinternetone.net/pipermail/seaside/attachments/20030208/7a44de0b/attachment.bin


More information about the Seaside mailing list