hemen wrote:
....
It will print the "<p>hi this is demo property file.. please refer
<t:pagelink t:page="about">Home</t:pagelink></p>". --- As whole String with
HTML tags

HTML parsing is not done....
In fact, Tapestry escaped the armful characters to avoid any damaging side effects. If you actually want to output your string as it is, you will to use the outputraw component:
http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/OutputRaw.html

--
Francois Armand
Etudes & Développements J2EE
Groupe Linagora - http://www.linagora.com
Tél.: +33 (0)1 58 18 68 28
-----------
http://fanf42.blogspot.com
InterLDAP - http://interldap.org FederID - http://www.federid.org/
Open Source identities management and federation


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to