You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Xuan Tran Le <le...@gmail.com> on 2009/09/09 07:35:52 UTC

Comment in .tml file

I want to comment in .tml file and all the comments will not be displayed
when we view page source (on browser). Anybody help me...

Re: Comment in .tml file

Posted by Xuan Tran Le <le...@gmail.com>.
Thanks for your helping

On Wed, Sep 9, 2009 at 5:10 PM, Carl Crowder <ca...@taptu.com> wrote:

> Without dealing with comments you can't use conditional stylesheets.
>
>
> Xuan Tran Le wrote:
>
>> I think that the Tapestry should not take care of the comments, it should
>> ignore what reside in the comment notation. Because in the comment there
>> is
>> just the comment for the code of developer or the copyright in the header.
>> There is nothing to be parsed here.
>>
>> On Wed, Sep 9, 2009 at 4:51 PM, Komiwes Robin
>> <ro...@atosorigin.com>wrote:
>>
>>  Because if you do so, you use the XML comment notation and Tapestry will
>>> be
>>> unable to fully parse your template file.
>>> Then, errors can occurs if your java classes reffer to elements in the
>>> template (which are commented).
>>>
>>> -----Message d'origine-----
>>> De : Xuan Tran Le [mailto:lexuanttkhtn@gmail.com]
>>> Envoyé : mercredi 9 septembre 2009 11:34
>>> À : Tapestry users
>>> Objet : Re: Comment in .tml file
>>>
>>> Thanks for Inge Solvoll.
>>> Is there any better way to do this?
>>> By the way, I found that in tapestry4 the <!-- and --> syns apply good
>>> for
>>> this situation. I wonder why they can't apply for tapestry5.
>>>
>>> On Wed, Sep 9, 2009 at 1:07 PM, Inge Solvoll <inge.tapestry@gmail.com
>>>
>>>> wrote:
>>>> You could use <t:remove>, but it's not too pretty either...
>>>>
>>>> On Wed, Sep 9, 2009 at 7:35 AM, Xuan Tran Le <le...@gmail.com>
>>>> wrote:
>>>>
>>>>  I want to comment in .tml file and all the comments will not be
>>>>>
>>>> displayed
>>>
>>>> when we view page source (on browser). Anybody help me...
>>>>>
>>>>>
>>> Ce message et les pièces jointes sont confidentiels et réservés à l'usage
>>> exclusif de ses destinataires. Il peut également être protégé par le
>>> secret
>>> professionnel. Si vous recevez ce message par erreur, merci d'en avertir
>>> immédiatement l'expéditeur et de le détruire. L'intégrité du message ne
>>> pouvant être assurée sur Internet, la responsabilité du groupe Atos
>>> Origin
>>> ne pourra être recherchée quant au contenu de ce message. Bien que les
>>> meilleurs efforts soient faits pour maintenir cette transmission exempte
>>> de
>>> tout virus, l'expéditeur ne donne aucune garantie à cet égard et sa
>>> responsabilité ne saurait être recherchée pour tout dommage résultant
>>> d'un
>>> virus transmis.
>>>
>>> This e-mail and the documents attached are confidential and intended
>>> solely
>>> for the addressee; it may also be privileged. If you receive this e-mail
>>> in
>>> error, please notify the sender immediately and destroy it. As its
>>> integrity
>>> cannot be secured on the Internet, the Atos Origin group liability cannot
>>> be
>>> triggered for the message content. Although the sender endeavours to
>>> maintain a computer virus-free network, the sender does not warrant that
>>> this transmission is virus-free and will not be liable for any damages
>>> resulting from any virus transmitted.
>>>
>>>
>>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: Comment in .tml file

Posted by Carl Crowder <ca...@taptu.com>.
Without dealing with comments you can't use conditional stylesheets.

Xuan Tran Le wrote:
> I think that the Tapestry should not take care of the comments, it should
> ignore what reside in the comment notation. Because in the comment there is
> just the comment for the code of developer or the copyright in the header.
> There is nothing to be parsed here.
> 
> On Wed, Sep 9, 2009 at 4:51 PM, Komiwes Robin
> <ro...@atosorigin.com>wrote:
> 
>> Because if you do so, you use the XML comment notation and Tapestry will be
>> unable to fully parse your template file.
>> Then, errors can occurs if your java classes reffer to elements in the
>> template (which are commented).
>>
>> -----Message d'origine-----
>> De : Xuan Tran Le [mailto:lexuanttkhtn@gmail.com]
>> Envoyé : mercredi 9 septembre 2009 11:34
>> À : Tapestry users
>> Objet : Re: Comment in .tml file
>>
>> Thanks for Inge Solvoll.
>> Is there any better way to do this?
>> By the way, I found that in tapestry4 the <!-- and --> syns apply good for
>> this situation. I wonder why they can't apply for tapestry5.
>>
>> On Wed, Sep 9, 2009 at 1:07 PM, Inge Solvoll <inge.tapestry@gmail.com
>>> wrote:
>>> You could use <t:remove>, but it's not too pretty either...
>>>
>>> On Wed, Sep 9, 2009 at 7:35 AM, Xuan Tran Le <le...@gmail.com>
>>> wrote:
>>>
>>>> I want to comment in .tml file and all the comments will not be
>> displayed
>>>> when we view page source (on browser). Anybody help me...
>>>>
>>
>> Ce message et les pièces jointes sont confidentiels et réservés à l'usage
>> exclusif de ses destinataires. Il peut également être protégé par le secret
>> professionnel. Si vous recevez ce message par erreur, merci d'en avertir
>> immédiatement l'expéditeur et de le détruire. L'intégrité du message ne
>> pouvant être assurée sur Internet, la responsabilité du groupe Atos Origin
>> ne pourra être recherchée quant au contenu de ce message. Bien que les
>> meilleurs efforts soient faits pour maintenir cette transmission exempte de
>> tout virus, l'expéditeur ne donne aucune garantie à cet égard et sa
>> responsabilité ne saurait être recherchée pour tout dommage résultant d'un
>> virus transmis.
>>
>> This e-mail and the documents attached are confidential and intended solely
>> for the addressee; it may also be privileged. If you receive this e-mail in
>> error, please notify the sender immediately and destroy it. As its integrity
>> cannot be secured on the Internet, the Atos Origin group liability cannot be
>> triggered for the message content. Although the sender endeavours to
>> maintain a computer virus-free network, the sender does not warrant that
>> this transmission is virus-free and will not be liable for any damages
>> resulting from any virus transmitted.
>>
> 

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


Re: Comment in .tml file

Posted by Xuan Tran Le <le...@gmail.com>.
I think that the Tapestry should not take care of the comments, it should
ignore what reside in the comment notation. Because in the comment there is
just the comment for the code of developer or the copyright in the header.
There is nothing to be parsed here.

On Wed, Sep 9, 2009 at 4:51 PM, Komiwes Robin
<ro...@atosorigin.com>wrote:

> Because if you do so, you use the XML comment notation and Tapestry will be
> unable to fully parse your template file.
> Then, errors can occurs if your java classes reffer to elements in the
> template (which are commented).
>
> -----Message d'origine-----
> De : Xuan Tran Le [mailto:lexuanttkhtn@gmail.com]
> Envoyé : mercredi 9 septembre 2009 11:34
> À : Tapestry users
> Objet : Re: Comment in .tml file
>
> Thanks for Inge Solvoll.
> Is there any better way to do this?
> By the way, I found that in tapestry4 the <!-- and --> syns apply good for
> this situation. I wonder why they can't apply for tapestry5.
>
> On Wed, Sep 9, 2009 at 1:07 PM, Inge Solvoll <inge.tapestry@gmail.com
> >wrote:
>
> > You could use <t:remove>, but it's not too pretty either...
> >
> > On Wed, Sep 9, 2009 at 7:35 AM, Xuan Tran Le <le...@gmail.com>
> > wrote:
> >
> > > I want to comment in .tml file and all the comments will not be
> displayed
> > > when we view page source (on browser). Anybody help me...
> > >
> >
>
>
> Ce message et les pièces jointes sont confidentiels et réservés à l'usage
> exclusif de ses destinataires. Il peut également être protégé par le secret
> professionnel. Si vous recevez ce message par erreur, merci d'en avertir
> immédiatement l'expéditeur et de le détruire. L'intégrité du message ne
> pouvant être assurée sur Internet, la responsabilité du groupe Atos Origin
> ne pourra être recherchée quant au contenu de ce message. Bien que les
> meilleurs efforts soient faits pour maintenir cette transmission exempte de
> tout virus, l'expéditeur ne donne aucune garantie à cet égard et sa
> responsabilité ne saurait être recherchée pour tout dommage résultant d'un
> virus transmis.
>
> This e-mail and the documents attached are confidential and intended solely
> for the addressee; it may also be privileged. If you receive this e-mail in
> error, please notify the sender immediately and destroy it. As its integrity
> cannot be secured on the Internet, the Atos Origin group liability cannot be
> triggered for the message content. Although the sender endeavours to
> maintain a computer virus-free network, the sender does not warrant that
> this transmission is virus-free and will not be liable for any damages
> resulting from any virus transmitted.
>

RE: Comment in .tml file

Posted by Komiwes Robin <ro...@atosorigin.com>.
Because if you do so, you use the XML comment notation and Tapestry will be unable to fully parse your template file.
Then, errors can occurs if your java classes reffer to elements in the template (which are commented).

-----Message d'origine-----
De : Xuan Tran Le [mailto:lexuanttkhtn@gmail.com]
Envoyé : mercredi 9 septembre 2009 11:34
À : Tapestry users
Objet : Re: Comment in .tml file

Thanks for Inge Solvoll.
Is there any better way to do this?
By the way, I found that in tapestry4 the <!-- and --> syns apply good for
this situation. I wonder why they can't apply for tapestry5.

On Wed, Sep 9, 2009 at 1:07 PM, Inge Solvoll <in...@gmail.com>wrote:

> You could use <t:remove>, but it's not too pretty either...
>
> On Wed, Sep 9, 2009 at 7:35 AM, Xuan Tran Le <le...@gmail.com>
> wrote:
>
> > I want to comment in .tml file and all the comments will not be displayed
> > when we view page source (on browser). Anybody help me...
> >
>


Ce message et les pièces jointes sont confidentiels et réservés à l'usage exclusif de ses destinataires. Il peut également être protégé par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir immédiatement l'expéditeur et de le détruire. L'intégrité du message ne pouvant être assurée sur Internet, la responsabilité du groupe Atos Origin ne pourra être recherchée quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout virus, l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne saurait être recherchée pour tout dommage résultant d'un virus transmis.

This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos Origin group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.

Re: Comment in .tml file

Posted by Xuan Tran Le <le...@gmail.com>.
Thanks for Inge Solvoll.
Is there any better way to do this?
By the way, I found that in tapestry4 the <!-- and --> syns apply good for
this situation. I wonder why they can't apply for tapestry5.

On Wed, Sep 9, 2009 at 1:07 PM, Inge Solvoll <in...@gmail.com>wrote:

> You could use <t:remove>, but it's not too pretty either...
>
> On Wed, Sep 9, 2009 at 7:35 AM, Xuan Tran Le <le...@gmail.com>
> wrote:
>
> > I want to comment in .tml file and all the comments will not be displayed
> > when we view page source (on browser). Anybody help me...
> >
>

Re: Comment in .tml file

Posted by Inge Solvoll <in...@gmail.com>.
You could use <t:remove>, but it's not too pretty either...

On Wed, Sep 9, 2009 at 7:35 AM, Xuan Tran Le <le...@gmail.com> wrote:

> I want to comment in .tml file and all the comments will not be displayed
> when we view page source (on browser). Anybody help me...
>