Hi again Evgeny!
To make changes to your component without restarting the server, you
must put your template file in the docroot (not in WEB-INF/classes or in
a jar file). You must also set the JSFTemplating DEBUG flag in the
web.xml file:
<context-param>
<param-name>com.sun.jsftemplating.DEBUG</param-name>
<param-value>true</param-value>
</context-param>
You should then be able to see changes as soon as you make them to the
template file for the component (or page if you use JSFT for pages also).
The best place to ask questions about JSFT where more people will be
able to help you is the dev_at_jsftemplating.dev.java.net email list. You
must join by going to:
https://jsftemplating.dev.java.net/servlets/ProjectMailingListList
You must login first, then you can subscribe. Do not forget to reply to
the email message that it sends you -- then you'll be subscribed.
I've cc'd that email list on this reply also.
One other way to get help is on irc.freenode.net #jsftemplating. You
have already found this... unfortunately it is most active while you are
sleeping. :) JohnBat26 is from Moscow and is sometimes online when you
are. He may be able to help you and speak Russian.
Good luck!
Thanks,
Ken
e.dontsov wrote:
>
> I could only change ColumnLayout-component, whenever i was trying to
> make mine one - appeared an error - such a component is not found
>
> Could you tell me contacts of other people who can help me in
> JSFT-learning.
>