You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by "Madan, Vishal (Home Office)" <ma...@lls.org> on 2006/01/19 17:38:04 UTC

HTML Parser

I need to close a table tag that is defined in my component, inside the mail
html page. but parser is throwing an error saying that I can not close it as
I do not have open tag. Open tag is in component and it has to be closed in
main html page
NOTICE: This message, including all attachments transmitted with it, is for
the use of the addressee only. It may contain proprietary, confidential
and/or legally privileged information. No confidentiality or privilege is
waived or lost by any mistransmission. If you are not the intended
recipient, you must not, directly or indirectly, use, disclose, distribute,
print or copy any part of this message. If you believe you have received
this message in error, please delete it and all copies of it from your
system and notify the sender immediately by reply e-mail. Thank you.
REF#38293.51942 


______________________________________________________________________
This e-mail has been scanned by The Leukemia & Lymphoma Society Managed Email Content Service, provided by MCI and Message Labs.

Re: HTML Parser

Posted by Danny Mandel <dm...@tolweb.org>.
I'm not sure it's a good idea to have an open tag in location and the 
closing tag in another (maybe it can't be avoided, though), but you can 
close the tag by doing this:

<span jwcid="@Insert" value="</table>" raw="ognl:true"/>

Hope that helps,
Danny

Madan, Vishal (Home Office) wrote:

>I need to close a table tag that is defined in my component, inside the mail
>html page. but parser is throwing an error saying that I can not close it as
>I do not have open tag. Open tag is in component and it has to be closed in
>main html page
>NOTICE: This message, including all attachments transmitted with it, is for
>the use of the addressee only. It may contain proprietary, confidential
>and/or legally privileged information. No confidentiality or privilege is
>waived or lost by any mistransmission. If you are not the intended
>recipient, you must not, directly or indirectly, use, disclose, distribute,
>print or copy any part of this message. If you believe you have received
>this message in error, please delete it and all copies of it from your
>system and notify the sender immediately by reply e-mail. Thank you.
>REF#38293.51942 
>
>
>______________________________________________________________________
>This e-mail has been scanned by The Leukemia & Lymphoma Society Managed Email Content Service, provided by MCI and Message Labs.
>  
>


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