I'm confused. By user, do you mean someone who *uses* the webapp or
someone who makes the webapp available for other people to use. Only
the latter type is going to be able to get to the context directory
to drop in new HTML files, and, since you expect them to be able to
write Tapestry HTML files without a problem, you can probably expect
them to be able to change the .application file while they're at it.
(Although, maybe in 4.0 you don't have to change the .application
file. I think I remember reading that.)
How many different user-defined styles are you expecting to have on a
single installation?
Todd
On Aug 7, 2005, at 8:59 AM, Jone.hwk wrote:
Thank you Robert Zeigler,however, I'd like to provide customers
much more
control on page styles including css,html block,page template and page
layout.In my product,users can implement their own template
page,for example
user John implement a set of template pages and put them in
directory templates
as following:
[context]
templtes
temlate_John
login.html
view.html
go.html
.....
Now there'is a key problem:how to get favorite template page on the
fly?I tried
to rewrite getTemplate() in TemplateSourceImpl ,but it get invoked
only once
when finishing loading component!
Could anyone help me?
thanks in advance
Jone.hwk
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]