You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Ron Piterman <rp...@gmx.net> on 2006/02/23 20:48:35 UTC

can't see the problem - tired eyes?

here is a part of my html:

<div id="proceed">
   <span jwcid="ifCanNotProceed">
      <input jwcid="submit1"/>
      <span key="submit1.comment></span>
   </span>
   <span jwcid="else">
      <p>
        <span key="proceed.label"></span> <-- line 76 -->
      </p>
      <input jwcid="submit2"/>
   </span>
</div>

when showing the page I get a rendering exception:

Could not parse...

Tag <span> on line 76 is a dynamic component, and may not appear inside 
an ignored block.

any idea ?

cheers,
Ron


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: can't see the problem - tired eyes?

Posted by Daniel Lydiard <dl...@hotmail.com>.
"<span key="submit1.comment></span>"

You are missing an end quote, it probably couldn't parse the html.

----- Original Message ----- 
From: "Ron Piterman" <rp...@gmx.net>
To: <ta...@jakarta.apache.org>
Sent: Thursday, February 23, 2006 11:48 AM
Subject: can't see the problem - tired eyes?


> here is a part of my html:
> 
> <div id="proceed">
>   <span jwcid="ifCanNotProceed">
>      <input jwcid="submit1"/>
>      <span key="submit1.comment></span>
>   </span>
>   <span jwcid="else">
>      <p>
>        <span key="proceed.label"></span> <-- line 76 -->
>      </p>
>      <input jwcid="submit2"/>
>   </span>
> </div>
> 
> when showing the page I get a rendering exception:
> 
> Could not parse...
> 
> Tag <span> on line 76 is a dynamic component, and may not appear inside 
> an ignored block.
> 
> any idea ?
> 
> cheers,
> Ron
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: can't see the problem - tired eyes?

Posted by Ron Piterman <rp...@gmx.net>.
no closing " in previous <span key...
got it...
cheers,
Ron


Ron Piterman wrote:
> here is a part of my html:
> 
> <div id="proceed">
>   <span jwcid="ifCanNotProceed">
>      <input jwcid="submit1"/>
>      <span key="submit1.comment></span>
>   </span>
>   <span jwcid="else">
>      <p>
>        <span key="proceed.label"></span> <-- line 76 -->
>      </p>
>      <input jwcid="submit2"/>
>   </span>
> </div>
> 
> when showing the page I get a rendering exception:
> 
> Could not parse...
> 
> Tag <span> on line 76 is a dynamic component, and may not appear inside 
> an ignored block.
> 
> any idea ?
> 
> cheers,
> Ron
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org