Hello, I'm getting closer to having everything running. I'm testing a .jsp where I use the <ui:textarea/> tag. In my WW only installation, it works great. In the installation where WW exists alongside my company's convoluted Tomcat-based mutant, I am getting html with blank spaces where the <ui> tag is supposed to be. The log says this:
Using template:/template/xhtml/textarea.jsp and the submit button which fires the form's action triggers the breakpoint in my action code, so that is not the problem. Any suggestions on what I might do to debug? Thanks! I'll include the complete log and the <ui/> tag from the jsp below. -Robert Douglass ### ui tag <form method=POST action="com.webs4.WWEditor.action"> <ui:textarea label="'Hi!'" name="'html'" value="html" rows="20" cols="80"/> <input type="submit" name="Submit" value="Submit"/> </form> ## processes to <form method=POST action="com.webs4.WWEditor.action"> <input type="submit" name="Submit" value="Submit"/> </form> ##log 2003-06-08 11:58:23,160 INFO webwork.dispatcher.ServletDispatcher [Hype initializer thread] - Action dispatcher initialized 2003-06-08 11:58:24,151 DEBUG webwork.util.ServletValueStack [HttpProcessor[80][1]] - findValue() for: query="80" {[id="null" type="12" values="80"]} 2003-06-08 11:58:24,151 DEBUG webwork.util.ServletValueStack [HttpProcessor[80][1]] - findValue() for: query="20" {[id="null" type="12" values="20"]} 2003-06-08 11:58:24,151 DEBUG webwork.util.ServletValueStack [HttpProcessor[80][1]] - findValue() for: query="'Hi!'" {[id="Hi!" type="0" values=""]} 2003-06-08 11:58:24,161 DEBUG webwork.util.ServletValueStack [HttpProcessor[80][1]] - findValue() for: query="'html'" {[id="html" type="0" values=""]} 2003-06-08 11:58:24,161 DEBUG webwork.view.taglib.ui.ComponentTag [HttpProcessor[80][1]] - valueAttr:html 2003-06-08 11:58:24,161 DEBUG webwork.util.ServletValueStack [HttpProcessor[80][1]] - findValue() for: query="html" {[id="html" type="8" values=""]} 2003-06-08 11:58:24,171 DEBUG webwork.view.taglib.ui.ComponentTag [HttpProcessor[80][1]] - Setting value to:null 2003-06-08 11:58:24,171 DEBUG webwork.util.ServletValueStack [HttpProcessor[80][1]] - findValue() for: query="html" {[id="html" type="8" values=""]} 2003-06-08 11:58:24,171 DEBUG webwork.util.ServletValueStack [HttpProcessor[80][1]] - findValue() for: query="'center'" {[id="center" type="0" values=""]} 2003-06-08 11:58:24,181 DEBUG webwork.view.taglib.ui.ComponentTag [HttpProcessor[80][1]] - Using template:/template/xhtml/textarea.jsp 2003-06-08 12:12:15,527 DEBUG webwork.util.ServletValueStack [HttpProcessor[80][1]] - findValue() for: query="80" {[id="null" type="12" values="80"]} 2003-06-08 12:12:15,527 DEBUG webwork.util.ServletValueStack [HttpProcessor[80][1]] - findValue() for: query="20" {[id="null" type="12" values="20"]} 2003-06-08 12:12:15,537 DEBUG webwork.util.ServletValueStack [HttpProcessor[80][1]] - findValue() for: query="'Hi!'" {[id="Hi!" type="0" values=""]} 2003-06-08 12:12:15,537 DEBUG webwork.util.ServletValueStack [HttpProcessor[80][1]] - findValue() for: query="'html'" {[id="html" type="0" values=""]} 2003-06-08 12:12:15,537 DEBUG webwork.view.taglib.ui.ComponentTag [HttpProcessor[80][1]] - valueAttr:html 2003-06-08 12:12:15,547 DEBUG webwork.util.ServletValueStack [HttpProcessor[80][1]] - findValue() for: query="html" {[id="html" type="8" values=""]} 2003-06-08 12:12:15,547 DEBUG webwork.view.taglib.ui.ComponentTag [HttpProcessor[80][1]] - Setting value to:null 2003-06-08 12:12:15,547 DEBUG webwork.util.ServletValueStack [HttpProcessor[80][1]] - findValue() for: query="html" {[id="html" type="8" values=""]} 2003-06-08 12:12:15,557 DEBUG webwork.util.ServletValueStack [HttpProcessor[80][1]] - findValue() for: query="'center'" {[id="center" type="0" values=""]} 2003-06-08 12:12:15,557 DEBUG webwork.view.taglib.ui.ComponentTag [HttpProcessor[80][1]] - Using template:/template/xhtml/textarea.jsp 2003-06-08 12:12:17,900 DEBUG webwork.action.factory.AliasingActionFactoryProxy [HttpProcessor[80][1]] - Aliasing only:false 2003-06-08 12:12:18,411 DEBUG webwork.action.ActionSupport [HttpProcessor[80][1]] - Action executing.. 2003-06-08 12:12:34,003 DEBUG webwork.action.ActionSupport [HttpProcessor[80][1]] - Action execution done 2003-06-08 12:12:34,064 DEBUG webwork.action.ActionSupport [HttpProcessor[80][1]] - Action executed in 15643 ms 2003-06-08 12:12:34,084 DEBUG webwork.dispatcher.ServletDispatcher [HttpProcessor[80][1]] - Result:editor.jsp 2003-06-08 12:12:34,084 DEBUG webwork.util.ServletValueStack [HttpProcessor[80][1]] - findValue() for: query="80" {[id="null" type="12" values="80"]} 2003-06-08 12:12:34,094 DEBUG webwork.util.ServletValueStack [HttpProcessor[80][1]] - findValue() for: query="20" {[id="null" type="12" values="20"]} 2003-06-08 12:12:34,094 DEBUG webwork.util.ServletValueStack [HttpProcessor[80][1]] - findValue() for: query="'Hi!'" {[id="Hi!" type="0" values=""]} 2003-06-08 12:12:34,104 DEBUG webwork.util.ServletValueStack [HttpProcessor[80][1]] - findValue() for: query="'html'" {[id="html" type="0" values=""]} 2003-06-08 12:12:34,104 DEBUG webwork.view.taglib.ui.ComponentTag [HttpProcessor[80][1]] - valueAttr:html 2003-06-08 12:12:34,104 DEBUG webwork.util.ServletValueStack [HttpProcessor[80][1]] - findValue() for: query="html" {[id="html" type="8" values=""]} 2003-06-08 12:12:34,194 DEBUG webwork.util.ServletValueStack [HttpProcessor[80][1]] - value for [html] is null. 2003-06-08 12:12:34,194 DEBUG webwork.view.taglib.ui.ComponentTag [HttpProcessor[80][1]] - Setting value to:null 2003-06-08 12:12:34,204 DEBUG webwork.util.ServletValueStack [HttpProcessor[80][1]] - findValue() for: query="html" {[id="html" type="8" values=""]} 2003-06-08 12:12:34,204 DEBUG webwork.util.ServletValueStack [HttpProcessor[80][1]] - value for [html] is null. 2003-06-08 12:12:34,204 DEBUG webwork.util.ServletValueStack [HttpProcessor[80][1]] - findValue() for: query="'center'" {[id="center" type="0" values=""]} 2003-06-08 12:12:34,214 DEBUG webwork.view.taglib.ui.ComponentTag [HttpProcessor[80][1]] - Using template:/template/xhtml/textarea.jsp ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork