Re: Comment in .tml file

2009-09-09 Thread Inge Solvoll
You could use t:remove, but it's not too pretty either...

On Wed, Sep 9, 2009 at 7:35 AM, Xuan Tran Le lexuanttk...@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

2009-09-09 Thread Xuan Tran Le
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.tapes...@gmail.comwrote:

 You could use t:remove, but it's not too pretty either...

 On Wed, Sep 9, 2009 at 7:35 AM, Xuan Tran Le lexuanttk...@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

2009-09-09 Thread Komiwes Robin
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:lexuanttk...@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.tapes...@gmail.comwrote:

 You could use t:remove, but it's not too pretty either...

 On Wed, Sep 9, 2009 at 7:35 AM, Xuan Tran Le lexuanttk...@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

2009-09-09 Thread Xuan Tran Le
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
robin.komi...@atosorigin.comwrote:

 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:lexuanttk...@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.tapes...@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 lexuanttk...@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

2009-09-09 Thread Carl Crowder

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
robin.komi...@atosorigin.comwrote:


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:lexuanttk...@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.tapes...@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 lexuanttk...@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-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Comment in .tml file

2009-09-09 Thread Xuan Tran Le
Thanks for your helping

On Wed, Sep 9, 2009 at 5:10 PM, Carl Crowder carl.crow...@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
 robin.komi...@atosorigin.comwrote:

  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:lexuanttk...@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.tapes...@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 lexuanttk...@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-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org