Hi Folks,

Sorry to present this... but I was hoping maybe anyone else has seen something 
like this.

I am operating a fairly stealthy crud framework. Fairly stable.

I am sensitive to the markup being spit out.

On EDIT page... I have a problem... the whole page markup becomes corrupted.

Something (actually its looking like a complete SHOW.TML page) is being 
injected into the top of my markup in the form of a comment. See the resulting 
markup below.

Any ideas how or why this is being caused ? I would like to clean it up. its 
making EDIT pages creepy. So you can imagine what my resulting page looks like.

Best regards 
and thanks... KEN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";><!--
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd"; 
                xmlns:p="tapestry:parameter"
                xmlns:j="tapestry-library:jquery">

                
        <h1>${title}</h1>

        <t:grid t:id="grid" source="source" row="bean" inPlace="true" 
add="__id__" reorder="__id__" t:mixins="tynamo/BeanModelAdvisor">
                <p:__id__header>
                </p:__id__header>

                <p:__id__cell>
                        <t:pagelink t:page="Show" 
context="showPageContext"><t:tynamo.identifier object="bean"/></t:pagelink>
                </p:__id__cell>
        </t:grid>       

</html>
--><html
                                          

Reply via email to