Not sure if you're using Maven or whatever, but the end deployable result needs to be t5c-commons.jar and t6c-contrib.jar sitting in the WAR file's WEB-INF/lib/, right alongside t5's jars.

Then in the .tml just start using it, eg. the Button component can be referenced like this:

<button t:type="t5components/Button" type="button" t:event="Quit"> Quit </button>

or like this:

<t:t5components.button t:event="Quit"> Quit </button>

Cheers,
Geoff

On 26/06/2008, at 2:41 PM, Tan [EMAIL PROTECTED] wrote:

Hi,

May i know how to deploy t5components in existing T5 project? there are not
really many documentation
to guide how to deploy it in T5 project.
Thank you.

Regards,
CYberTAn

Reply via email to