I'm trying to use webwork jsp examples as a webapp under weblogic. I've copied the webwork examples directory under weblogic/applications, and extracted the taglib.tld from webwork.jar to WEB-INF directory. I can run a few tests, and the XSLT examples but get an error for all the jsp examples.
e.g. I get the following error while trying to run the bank example. D:\develop\XPPro\weblogic\config\mydomain\applications\DefaultWebApp_myserver\WEB-INF\_tmp_war_myser ver_myserver_DefaultWebApp_myserver\jsp_servlet\_examples\_bank\__transfer.java:85: _webwork_textfie ld0 is already defined in _jspService(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpS ervletResponse) webwork.view.taglib.ui.TextFieldTag _webwork_textfield0 = null, _webwork_textfield1 = null; ^ D:\develop\XPPro\weblogic\config\mydomain\applications\DefaultWebApp_myserver\WEB-INF\_tmp_war_myser ver_myserver_DefaultWebApp_myserver\jsp_servlet\_examples\_bank\__transfer.java:85: _webwork_textfie ld1 is already defined in _jspService(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpS ervletResponse) webwork.view.taglib.ui.TextFieldTag _webwork_textfield0 = null, _webwork_textfield1 = null; Thanks in advance for your help. Ashish. _______________________________________________ Webwork-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webwork-user