[Webwork-user] Cosmetic improvements and bug fixes
Brought to you by:
baldree,
rickardoberg
From: Hristo S. <hr_...@ya...> - 2000-12-15 06:35:55
|
Hi webworkers! I commited several small additions 1. improved build.bat 2. improved build.xml 3. bug fixes in several .jsp to get it work with Orion server 4. Draft for package level docs (javadocs) 5. web.xml to pick up index.jsp as a welcome file 6. fixed text.jsp and password.jsp from the templates so they handle missing properies Rickard, here is something I get when I hit test.jsp: ===================================================== java.lang.IllegalArgumentException: No such property:time at webwork.taglib.TagUtil.findIterator(TagUtil.java:276) at webwork.taglib.TagUtil.findProperty(TagUtil.java:41) at webwork.taglib.TagUtil.findProperty(TagUtil.java:36) at webwork.taglib.PropertyTag.doStartTag(PropertyTag.java:50) at /test.jsp._jspService(/test.jsp.java:417) (JSP page line 49) at com.orionserver.http.OrionHttpJspPage.service(JAX) at com.evermind.server.http.HttpApplication.xi(JAX) at com.evermind.server.http.JSPServlet.service(JAX) at com.evermind.server.http.d5.sv(JAX) at com.evermind.server.http.d5.include(JAX) at webwork.servlets.Dispatcher.service(Dispatcher.java:378) at javax.servlet.http.HttpServlet.service(HttpServlet.java) at com.evermind.server.http.d5.sv(JAX) at com.evermind.server.http.d5.st(JAX) at com.evermind.server.http.d5.forward(JAX) at /index.jsp._jspService(/index.jsp.java:28) at com.orionserver.http.OrionHttpJspPage.service(JAX) at com.evermind.server.http.HttpApplication.xi(JAX) at com.evermind.server.http.JSPServlet.service(JAX) at com.evermind.server.http.d5.sv(JAX) at com.evermind.server.http.d5.st(JAX) at com.evermind.server.http.eh.s0(JAX) at com.evermind.server.http.eh.do(JAX) at com.evermind.util.f.run(JAX) __________________________________________________ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/ |