On Thursday, January 23, 2003, at 10:55  PM, Scott Farquhar wrote:

Robert Nicholson wrote:
#1. the tld for taglib.tld for textfield doesn't include the attribute "template" and it should.
Why should it include a template attribute? There is no 'setTemplate' method in TextField.java ?

Go take a look at ComponentTag.java

#2 if you try to pass the theme via the "theme" attribute instead of webwork.properties it is ignored
and the default theme is used instead.
Can you post code that doesn't work? You can also set themes on a page by page basis by calling pageContext.setAttribute("theme", "myTheme");
<ui:textfield template="text.vm" theme="velocity" label="'Description'" name="'description'"/>

You need to have a theme though.

I've only managed to get it to point to my theme by making a change to webwork.properties but the way it's coded it should be possible to change the theme via the tags attribute but that code doesn't work.
I've not had a chance to debug it yet.
Can anybody assist me with ways to debug webwork using tomcat?
What do you need to debug?
and Editor that supports JPDA


I had an eval version of IDEA and it worked quite nicely but that's gone now.
Buy it now - it is well worth the money if you program for a living.

Eventually but OS X has got a solid 1.4 jdk yet which IDEA 3 requires.

Cheers,
Scott
--

ATLASSIAN - http://www.atlassian.com
Expert J2EE Software, Services and Support
-------------------------------------------------------
Need a simple, powerful way to track and manage issues?
Try JIRA - http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to