There's a lot going on there far from vanilla Tapestry 5.  I'd start
looking to see if something else in the mix is involved, such as odd
client-side code. I'd also use the developer tools to verify what is coming
over the wire, and when.


On Wed, May 8, 2013 at 4:51 PM, nhhockeyplayer nashua <
nhhockeypla...@hotmail.com> wrote:

> 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
>




-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

Reply via email to