My favorites | Sign in
Project Logo
             
Details: Show all Hide all

Last 30 days

  • Nov 26, 2009
    issue 71 (org.apache.jasper.JasperException: /WEB-INF/tags/ext/body.ta...) commented on by agovea27xel   -   I solved the problem as follows replace this: BeanUtils.getProperty(this,"items") for BeanUtils.getProperty(this,Item.items) where Item is a class with static constants: public static String item="items"; and tablibs.jsp file. include this line: <% @ tag import = "cons.Item"%>
    I solved the problem as follows replace this: BeanUtils.getProperty(this,"items") for BeanUtils.getProperty(this,Item.items) where Item is a class with static constants: public static String item="items"; and tablibs.jsp file. include this line: <% @ tag import = "cons.Item"%>
  • Nov 23, 2009
    issue 83 (Exporting a Gridpanel to Excel file) reported by baslih.s.n   -   What steps will reproduce the problem? 1. I create a gridpanel using Exttld 2. I populate the store and integrate options 3. I want to export the grid in excel format What is the expected output? What do you see instead? Excel file What version of the product are you using? On what operating system? 2.1, windows xp Please provide any additional information below. J2EE/struts1, IDE: Eclipse 3.3
    What steps will reproduce the problem? 1. I create a gridpanel using Exttld 2. I populate the store and integrate options 3. I want to export the grid in excel format What is the expected output? What do you see instead? Excel file What version of the product are you using? On what operating system? 2.1, windows xp Please provide any additional information below. J2EE/struts1, IDE: Eclipse 3.3

Earlier this year

  • Nov 07, 2009
    issue 82 (Not working with tomcat 6.0.20) commented on by joao.rossa   -   I managed to make it work yes...
    I managed to make it work yes...
  • Nov 06, 2009
    issue 82 (Not working with tomcat 6.0.20) commented on by khoivu   -   Does ExtTLD work with ExtJS 3.0 yet?
    Does ExtTLD work with ExtJS 3.0 yet?
  • Nov 03, 2009
    issue 81 (Forum or Wiki Site) commented on by khoivu   -   I hope that this project is still going on since it this quite interesting. I am not sure if this ExtTLD is workable in java portlet JSR-286 yet or not. And I hope developer is still working to upgrade this to current Ext JS 3.0. Are there any forum or wiki. This is more for logging issues, not a place where we can discuss. K
    I hope that this project is still going on since it this quite interesting. I am not sure if this ExtTLD is workable in java portlet JSR-286 yet or not. And I hope developer is still working to upgrade this to current Ext JS 3.0. Are there any forum or wiki. This is more for logging issues, not a place where we can discuss. K
  • Nov 03, 2009
    issue 81 (Forum or Wiki Site) commented on by joao.rossa   -   Is it me or this project seems dead?
    Is it me or this project seems dead?
  • Nov 03, 2009
    issue 82 (Not working with tomcat 6.0.20) reported by joao.rossa   -   What steps will reproduce the problem? 1. Install tomcat 6.0.20 2. use ext3.0 What is the expected output? What do you see instead? it works only with tomcat 6.0.16 What version of the product are you using? On what operating system? windows xp Please provide any additional information below.
    What steps will reproduce the problem? 1. Install tomcat 6.0.20 2. use ext3.0 What is the expected output? What do you see instead? it works only with tomcat 6.0.16 What version of the product are you using? On what operating system? windows xp Please provide any additional information below.
  • Nov 02, 2009
    issue 79 (Portal tags) commented on by khoivu   -   Does ExtTLD supports Portlet JSR 168 and JSR 286? Does ExtTLD support the current Ext JS 3.0 yet
    Does ExtTLD supports Portlet JSR 168 and JSR 286? Does ExtTLD support the current Ext JS 3.0 yet
  • Oct 29, 2009
    issue 81 (Forum or Wiki Site) reported by khoivu   -   Are there forum / wiki sites for ExtTld? I would like to post my question there and hope someone can help me out before I can come here to report bug. Pardon me for asking this question here: Can I use Ext JS 3.0 (current release) with ExtTld 1.0? Thanks
    Are there forum / wiki sites for ExtTld? I would like to post my question there and hope someone can help me out before I can come here to report bug. Pardon me for asking this question here: Can I use Ext JS 3.0 (current release) with ExtTld 1.0? Thanks
  • Aug 12, 2009
    issue 80 (Possibility of Paging toolbar) reported by sideeque   -   Is it possible to have a paging tool bar with a grid panel using ExtJS tagLib?
    Is it possible to have a paging tool bar with a grid panel using ExtJS tagLib?
  • Aug 12, 2009
    issue 54 (how to use the pagingToolbar) commented on by sideeque   -   Is it fixed now?
    Is it fixed now?
  • Aug 09, 2009
    issue 79 (Portal tags) reported by bromokun   -   Hi I'm bromo I try to use your libs and its cool :) ... makes me easier on building a web apps using Spring and etc. Btw, how to use your portal & portlet tags? any idea?
    Hi I'm bromo I try to use your libs and its cool :) ... makes me easier on building a web apps using Spring and etc. Btw, how to use your portal & portlet tags? any idea?
  • Aug 05, 2009
    issue 78 (syntax for onCelldblClick attribute in ext tld Grid Panel) reported by nitin.khatti   -   I have a grid panel with gets populated by backend data. Now I need to know which row or cell in that particular grid is double clicked. I know there is an attribute in gridPanel tag with which one can find. I am looking for exact syntax. I need to call a javascript function and get the value of entire row record. Any help is highly appreciated. Thanks, NK
    I have a grid panel with gets populated by backend data. Now I need to know which row or cell in that particular grid is double clicked. I know there is an attribute in gridPanel tag with which one can find. I am looking for exact syntax. I need to call a javascript function and get the value of entire row record. Any help is highly appreciated. Thanks, NK
  • Aug 02, 2009
    issue 77 (Error while running Exttld) reported by nishant.g.shah   -   What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? The error which i get: org.apache.jasper.JasperException: /WEB-INF/tags/ext/window.tag(1039,22) Attribute value BeanUtils.getProperty(this,"items")!=null is quoted with " which must be escaped when used within the value org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40) org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407) org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:198) org.apache.jasper.compiler.Parser.parseQuoted(Parser.java:299) org.apache.jasper.compiler.Parser.parseAttributeValue(Parser.java:249) org.apache.jasper.compiler.Parser.parseAttribute(Parser.java:211) org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:154) org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1250) org.apache.jasper.compiler.Parser.parseElements(Parser.java:1462) org.apache.jasper.compiler.Parser.parseBody(Parser.java:1670) org.apache.jasper.compiler.Parser.parseOptionalBody(Parser.java:1020) org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1288) org.apache.jasper.compiler.Parser.parseElements(Parser.java:1462) org.apache.jasper.compiler.Parser.parse(Parser.java:137) org.apache.jasper.compiler.ParserController.doParse(ParserController.java:255) org.apache.jasper.compiler.ParserController.parse(ParserController.java:103) org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:170) org.apache.jasper.compiler.Compiler.compile(Compiler.java:332) org.apache.jasper.compiler.Compiler.compile(Compiler.java:312) org.apache.jasper.compiler.Compiler.compile(Compiler.java:299) org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:586) org.apache.jasper.servlet.JspServletWrapper.loadTagFile(JspServletWrapper.java:215) org.apache.jasper.compiler.TagFileProcessor.loadTagFile(TagFileProcessor.java:624) org.apache.jasper.compiler.TagFileProcessor.access$000(TagFileProcessor.java:52) org.apache.jasper.compiler.TagFileProcessor$TagFileLoaderVisitor.visit(TagFileProcessor.java:684) org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1530) org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2361) org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2411) org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2417) org.apache.jasper.compiler.Node$Root.accept(Node.java:495) org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2361) org.apache.jasper.compiler.TagFileProcessor.loadTagFiles(TagFileProcessor.java:702) org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:195) org.apache.jasper.compiler.Compiler.compile(Compiler.java:332) org.apache.jasper.compiler.Compiler.compile(Compiler.java:312) org.apache.jasper.compiler.Compiler.compile(Compiler.java:299) org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:586) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) What version of the product are you using? On what operating system? I have windows XP Home Edition and working on myeclipse, Java 1.6, tomcat 6.0 Please provide any additional information below. I am trying to attach exttld with java. And getting error as above.
    What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? The error which i get: org.apache.jasper.JasperException: /WEB-INF/tags/ext/window.tag(1039,22) Attribute value BeanUtils.getProperty(this,"items")!=null is quoted with " which must be escaped when used within the value org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40) org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407) org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:198) org.apache.jasper.compiler.Parser.parseQuoted(Parser.java:299) org.apache.jasper.compiler.Parser.parseAttributeValue(Parser.java:249) org.apache.jasper.compiler.Parser.parseAttribute(Parser.java:211) org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:154) org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1250) org.apache.jasper.compiler.Parser.parseElements(Parser.java:1462) org.apache.jasper.compiler.Parser.parseBody(Parser.java:1670) org.apache.jasper.compiler.Parser.parseOptionalBody(Parser.java:1020) org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1288) org.apache.jasper.compiler.Parser.parseElements(Parser.java:1462) org.apache.jasper.compiler.Parser.parse(Parser.java:137) org.apache.jasper.compiler.ParserController.doParse(ParserController.java:255) org.apache.jasper.compiler.ParserController.parse(ParserController.java:103) org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:170) org.apache.jasper.compiler.Compiler.compile(Compiler.java:332) org.apache.jasper.compiler.Compiler.compile(Compiler.java:312) org.apache.jasper.compiler.Compiler.compile(Compiler.java:299) org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:586) org.apache.jasper.servlet.JspServletWrapper.loadTagFile(JspServletWrapper.java:215) org.apache.jasper.compiler.TagFileProcessor.loadTagFile(TagFileProcessor.java:624) org.apache.jasper.compiler.TagFileProcessor.access$000(TagFileProcessor.java:52) org.apache.jasper.compiler.TagFileProcessor$TagFileLoaderVisitor.visit(TagFileProcessor.java:684) org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1530) org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2361) org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2411) org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2417) org.apache.jasper.compiler.Node$Root.accept(Node.java:495) org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2361) org.apache.jasper.compiler.TagFileProcessor.loadTagFiles(TagFileProcessor.java:702) org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:195) org.apache.jasper.compiler.Compiler.compile(Compiler.java:332) org.apache.jasper.compiler.Compiler.compile(Compiler.java:312) org.apache.jasper.compiler.Compiler.compile(Compiler.java:299) org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:586) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) What version of the product are you using? On what operating system? I have windows XP Home Edition and working on myeclipse, Java 1.6, tomcat 6.0 Please provide any additional information below. I am trying to attach exttld with java. And getting error as above.
  • Jul 27, 2009
    issue 76 (One foolish mistake) commented on by haiping.email   -   This error only appears in the Apache Tomcat also appears in the Resin!
    This error only appears in the Apache Tomcat also appears in the Resin!
  • Jul 27, 2009
    issue 76 (One foolish mistake) reported by haiping.email   -   org.apache.jasper.JasperException: /WEB-INF/tags/ext/body.tag(187,18) Attribute value BeanUtils.getProperty(this,"items")!=null is quoted with " which must be escaped when used within the value org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErro rHandler.java:40) org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher .java:407) org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher .java:198) org.apache.jasper.compiler.Parser.parseQuoted(Parser.java:301) org.apache.jasper.compiler.Parser.parseAttributeValue(Parser.java:2 50) org.apache.jasper.compiler.Parser.parseAttribute(Parser.java:212) org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:155) org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1252) org.apache.jasper.compiler.Parser.parseElements(Parser.java:1467) org.apache.jasper.compiler.Parser.parse(Parser.java:138) org.apache.jasper.compiler.ParserController.doParse(ParserControlle r.java:216) org.apache.jasper.compiler.ParserController.parse(ParserController. java:103) org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:154) org.apache.jasper.compiler.Compiler.compile(Compiler.java:315) org.apache.jasper.compiler.Compiler.compile(Compiler.java:295) org.apache.jasper.compiler.Compiler.compile(Compiler.java:282) org.apache.jasper.JspCompilationContext.compile(JspCompilationConte xt.java:586) org.apache.jasper.servlet.JspServletWrapper.loadTagFile(JspServletW rapper.java:215) org.apache.jasper.compiler.TagFileProcessor.loadTagFile(TagFileProc essor.java:576) org.apache.jasper.compiler.TagFileProcessor.access$000(TagFileProce ssor.java:50) org.apache.jasper.compiler.TagFileProcessor$TagFileLoaderVisitor.vi sit(TagFileProcessor.java:636) org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1512) org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2343) org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2393) org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2399) org.apache.jasper.compiler.Node$Root.accept(Node.java:489) org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2343) org.apache.jasper.compiler.TagFileProcessor.loadTagFiles(TagFilePro cessor.java:654) org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:178) org.apache.jasper.compiler.Compiler.compile(Compiler.java:315) org.apache.jasper.compiler.Compiler.compile(Compiler.java:295) org.apache.jasper.compiler.Compiler.compile(Compiler.java:282) org.apache.jasper.JspCompilationContext.compile(JspCompilationConte xt.java:586) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapp er.java:317) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java :342) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(Moni torFilter.java:390)
    org.apache.jasper.JasperException: /WEB-INF/tags/ext/body.tag(187,18) Attribute value BeanUtils.getProperty(this,"items")!=null is quoted with " which must be escaped when used within the value org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErro rHandler.java:40) org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher .java:407) org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher .java:198) org.apache.jasper.compiler.Parser.parseQuoted(Parser.java:301) org.apache.jasper.compiler.Parser.parseAttributeValue(Parser.java:2 50) org.apache.jasper.compiler.Parser.parseAttribute(Parser.java:212) org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:155) org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1252) org.apache.jasper.compiler.Parser.parseElements(Parser.java:1467) org.apache.jasper.compiler.Parser.parse(Parser.java:138) org.apache.jasper.compiler.ParserController.doParse(ParserControlle r.java:216) org.apache.jasper.compiler.ParserController.parse(ParserController. java:103) org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:154) org.apache.jasper.compiler.Compiler.compile(Compiler.java:315) org.apache.jasper.compiler.Compiler.compile(Compiler.java:295) org.apache.jasper.compiler.Compiler.compile(Compiler.java:282) org.apache.jasper.JspCompilationContext.compile(JspCompilationConte xt.java:586) org.apache.jasper.servlet.JspServletWrapper.loadTagFile(JspServletW rapper.java:215) org.apache.jasper.compiler.TagFileProcessor.loadTagFile(TagFileProc essor.java:576) org.apache.jasper.compiler.TagFileProcessor.access$000(TagFileProce ssor.java:50) org.apache.jasper.compiler.TagFileProcessor$TagFileLoaderVisitor.vi sit(TagFileProcessor.java:636) org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1512) org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2343) org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2393) org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2399) org.apache.jasper.compiler.Node$Root.accept(Node.java:489) org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2343) org.apache.jasper.compiler.TagFileProcessor.loadTagFiles(TagFilePro cessor.java:654) org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:178) org.apache.jasper.compiler.Compiler.compile(Compiler.java:315) org.apache.jasper.compiler.Compiler.compile(Compiler.java:295) org.apache.jasper.compiler.Compiler.compile(Compiler.java:282) org.apache.jasper.JspCompilationContext.compile(JspCompilationConte xt.java:586) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapp er.java:317) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java :342) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(Moni torFilter.java:390)
  • Jul 09, 2009
    issue 71 (org.apache.jasper.JasperException: /WEB-INF/tags/ext/body.ta...) commented on by somineni.srinu   -   i also getting the same can any one help me? i tried on tomcat 6.0.16 still same problem.
    i also getting the same can any one help me? i tried on tomcat 6.0.16 still same problem.
  • Jun 04, 2009
    issue 75 (new tag named toolbar.fill.tag to have {xtype = tbfill} item...) reported by aekroft   -   What steps will reproduce the problem? 1. current version does not include a <ext:toolbar.fill/> tag like <ext:toolbar.spacer/> to have a {xtype = tbfill} item the solution is very simply, just copy all the code from toolbar.spacer.tag into a file named toolbar.fill.tag and change new Ext.Toolbar.Spacer() with new Ext.Toolbar.Fill() and of course the description of the tag
    What steps will reproduce the problem? 1. current version does not include a <ext:toolbar.fill/> tag like <ext:toolbar.spacer/> to have a {xtype = tbfill} item the solution is very simply, just copy all the code from toolbar.spacer.tag into a file named toolbar.fill.tag and change new Ext.Toolbar.Spacer() with new Ext.Toolbar.Fill() and of course the description of the tag
  • Jun 03, 2009
    issue 74 (org.apache.jasper.JasperException: /WEB-INF/tags/ext/body.ta...) reported by garcia.raul   -   What steps will reproduce the problem? 1. Assemble the project in netbeans, as in the examples. 2. Run the example. 3. What is the expected output? What do you see instead? The examples running. What version of the product are you using? On what operating system? NetBeans 6.5, GlassFish v2, ext 2.2.1 Please provide any additional information below. In a new web application I have: folder: Web Pages | + WEB-INF | + lib [with all the jars from the example] + tags | + ext [with all the tld´s and folders] sun-web.xml web.xml | + examples [copy with all the htm and folders] | + img [copy with all the images and folders] index.jsp When I run it I get: org.apache.jasper.JasperException: /WEB-INF/tags/ext/body.tag(105,4) PWC6038: "${empty(extLocation)?"js/ext-2.0":extLocation}" contiene expresiones no válidas: javax.el.ELException: Error Parsing: ${empty(extLocation)?"js/ext-2.0":extLocation} at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler .java:62) at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:35 7) at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:16 9) at org.apache.jasper.compiler.JspUtil.validateExpressions(JspUtil.java:633) at org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:7 36) at org.apache.jasper.compiler.Node$ELExpression.accept(Node.java:929) at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2257) at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2307) at org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:8 54) at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1482) at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2257) at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2307) at org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2313) at org.apache.jasper.compiler.Node$Root.accept(Node.java:481) at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2257) at org.apache.jasper.compiler.Validator.validate(Validator.java:1837) at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:195) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:409) at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java: 592) at org.apache.jasper.servlet.JspServletWrapper.loadTagFile(JspServletWrapper.j ava:245) at org.apache.jasper.compiler.TagFileProcessor.loadTagFile(TagFileProcessor.ja va:667) at org.apache.jasper.compiler.TagFileProcessor.access$000(TagFileProcessor.jav a:72) at org.apache.jasper.compiler.TagFileProcessor$TagFileLoaderVisitor.visit(TagF ileProcessor.java:723) at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1482) at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2257) at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2307) at org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2313) at org.apache.jasper.compiler.Node$Root.accept(Node.java:481) at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2257) at org.apache.jasper.compiler.TagFileProcessor.loadTagFiles(TagFileProcessor.j ava:741) at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:207) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:409) at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java: 592) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java: 344) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:470) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:364) at javax.servlet.http.HttpServlet.service(HttpServlet.java:831) at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationF ilterChain.java:411) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicatio nFilterChain.java:317) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterC hain.java:198) at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilte r.java:390) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicatio nFilterChain.java:230) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterC hain.java:198) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.j ava:288) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContex tValve.java:271) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.j ava:202) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:63 2) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:57 7) at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:20 6) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:63 2) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:57 7) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.jav a:150) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:63 2) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:57 7) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:272) at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter (DefaultProcessorTask.java:637) at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(Def aultProcessorTask.java:568) at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(Defau ltProcessorTask.java:813) at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTa sk(DefaultReadTask.java:341) at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultRead Task.java:263) at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultRead Task.java:214) at com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask(PortU nificationPipeline.java:380) at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265) at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerT hread.java:106) Why is this happening?
    What steps will reproduce the problem? 1. Assemble the project in netbeans, as in the examples. 2. Run the example. 3. What is the expected output? What do you see instead? The examples running. What version of the product are you using? On what operating system? NetBeans 6.5, GlassFish v2, ext 2.2.1 Please provide any additional information below. In a new web application I have: folder: Web Pages | + WEB-INF | + lib [with all the jars from the example] + tags | + ext [with all the tld´s and folders] sun-web.xml web.xml | + examples [copy with all the htm and folders] | + img [copy with all the images and folders] index.jsp When I run it I get: org.apache.jasper.JasperException: /WEB-INF/tags/ext/body.tag(105,4) PWC6038: "${empty(extLocation)?"js/ext-2.0":extLocation}" contiene expresiones no válidas: javax.el.ELException: Error Parsing: ${empty(extLocation)?"js/ext-2.0":extLocation} at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler .java:62) at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:35 7) at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:16 9) at org.apache.jasper.compiler.JspUtil.validateExpressions(JspUtil.java:633) at org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:7 36) at org.apache.jasper.compiler.Node$ELExpression.accept(Node.java:929) at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2257) at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2307) at org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:8 54) at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1482) at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2257) at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2307) at org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2313) at org.apache.jasper.compiler.Node$Root.accept(Node.java:481) at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2257) at org.apache.jasper.compiler.Validator.validate(Validator.java:1837) at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:195) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:409) at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java: 592) at org.apache.jasper.servlet.JspServletWrapper.loadTagFile(JspServletWrapper.j ava:245) at org.apache.jasper.compiler.TagFileProcessor.loadTagFile(TagFileProcessor.ja va:667) at org.apache.jasper.compiler.TagFileProcessor.access$000(TagFileProcessor.jav a:72) at org.apache.jasper.compiler.TagFileProcessor$TagFileLoaderVisitor.visit(TagF ileProcessor.java:723) at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1482) at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2257) at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2307) at org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2313) at org.apache.jasper.compiler.Node$Root.accept(Node.java:481) at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2257) at org.apache.jasper.compiler.TagFileProcessor.loadTagFiles(TagFileProcessor.j ava:741) at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:207) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:409) at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java: 592) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java: 344) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:470) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:364) at javax.servlet.http.HttpServlet.service(HttpServlet.java:831) at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationF ilterChain.java:411) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicatio nFilterChain.java:317) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterC hain.java:198) at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilte r.java:390) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicatio nFilterChain.java:230) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterC hain.java:198) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.j ava:288) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContex tValve.java:271) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.j ava:202) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:63 2) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:57 7) at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:20 6) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:63 2) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:57 7) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.jav a:150) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:63 2) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:57 7) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:272) at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter (DefaultProcessorTask.java:637) at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(Def aultProcessorTask.java:568) at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(Defau ltProcessorTask.java:813) at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTa sk(DefaultReadTask.java:341) at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultRead Task.java:263) at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultRead Task.java:214) at com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask(PortU nificationPipeline.java:380) at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265) at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerT hread.java:106) Why is this happening?
  • May 30, 2009
    issue 47 (how to use eclipse generate the ExtTLD tag tip?) commented on by huoshen8211   -   i'm eclipse also no tip
    i'm eclipse also no tip
  • May 26, 2009
    issue 73 (date components in Mozilla) reported by aekroft   -   What steps will reproduce the problem? 1. Update to the revision #16 2. Use whatever date tag (form.dateField or dateMenu or any other if exist) you wish, it cannot display properly in Mozilla 3.0.10, in Internet Explorer it display ok What is the expected output? What do you see instead? it create a large than page horizontal blue box instead of a calendar widget What version of the product are you using? On what operating system? ExtTld revision 16, ExtJs 2.2, Mozilla Firefox 3.0.10 Please provide any additional information below.
    What steps will reproduce the problem? 1. Update to the revision #16 2. Use whatever date tag (form.dateField or dateMenu or any other if exist) you wish, it cannot display properly in Mozilla 3.0.10, in Internet Explorer it display ok What is the expected output? What do you see instead? it create a large than page horizontal blue box instead of a calendar widget What version of the product are you using? On what operating system? ExtTld revision 16, ExtJs 2.2, Mozilla Firefox 3.0.10 Please provide any additional information below.
  • May 26, 2009
    issue 72 (revision 16 empty function problem in tags) reported by aekroft   -   What steps will reproduce the problem? 1. Download the exttld examples 2. Update the WebContent/WEB-INF/tags/ext with source repository http://code.google.com/p/exttld/source/checkout What is the expected output? What do you see instead? the expected output is all working fine, instead i receive errors like cannot call function empty(items). What version of the product are you using? On what operating system? revision 16 Please provide any additional information below. I have made some changes to the exttld version in your subversion repository and now the examples are working fine. How do i commit my changes?, the solution is the sustitution of all code that contains the check "empty(varName)" for "empty varName" and all is working fine if you setting correctly the attribute extLocation of the body tag
    What steps will reproduce the problem? 1. Download the exttld examples 2. Update the WebContent/WEB-INF/tags/ext with source repository http://code.google.com/p/exttld/source/checkout What is the expected output? What do you see instead? the expected output is all working fine, instead i receive errors like cannot call function empty(items). What version of the product are you using? On what operating system? revision 16 Please provide any additional information below. I have made some changes to the exttld version in your subversion repository and now the examples are working fine. How do i commit my changes?, the solution is the sustitution of all code that contains the check "empty(varName)" for "empty varName" and all is working fine if you setting correctly the attribute extLocation of the body tag
  • May 26, 2009
    issue 71 (org.apache.jasper.JasperException: /WEB-INF/tags/ext/body.ta...) commented on by aekroft   -   to solve this, update the exttld version from the source repository
    to solve this, update the exttld version from the source repository
  • May 25, 2009
    issue 71 (org.apache.jasper.JasperException: /WEB-INF/tags/ext/body.ta...) commented on by augustogeara   -   To solve this problem.. Change the version of Apache Tomcat to 6.0.16 Att.
    To solve this problem.. Change the version of Apache Tomcat to 6.0.16 Att.
  • May 21, 2009
    issue 39 (javax.el.ELException) commented on by matyas.zakarias   -   Hi, I had the same problem on tomcat 6, I changed the following line: ${empty(extLocation)?"js/ext-2.0":extLocation} to ${empty extLocation?"js/ext-2.0":extLocation} and it worked.
    Hi, I had the same problem on tomcat 6, I changed the following line: ${empty(extLocation)?"js/ext-2.0":extLocation} to ${empty extLocation?"js/ext-2.0":extLocation} and it worked.
  • May 21, 2009
    issue 39 (javax.el.ELException) commented on by matyas.zakarias   -   Hi, I had the same problem, I changed for ex. the following line: ${empty(extLocation)?"js/ext-2.0":extLocation} to ${empty extLocation?"js/ext-2.0":extLocation} and it worked.
    Hi, I had the same problem, I changed for ex. the following line: ${empty(extLocation)?"js/ext-2.0":extLocation} to ${empty extLocation?"js/ext-2.0":extLocation} and it worked.
  • May 21, 2009
    issue 71 (org.apache.jasper.JasperException: /WEB-INF/tags/ext/body.ta...) reported by rafael.o...@bnu.com.br   -   What steps will reproduce the problem? 1. Run the exttldbasic example project, into eclipse with tomcat. What is the expected output? What do you see instead? I was expecting see the examples, but I got the follow exception. org.apache.jasper.JasperException: /WEB-INF/tags/ext/body.tag(187,18) Attribute value BeanUtils.getProperty(this,"items")!=null is quoted with " which must be escaped when used within the value org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErro rHandler.java:40) org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher .java:407) org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher .java:198) org.apache.jasper.compiler.Parser.parseQuoted(Parser.java:301) org.apache.jasper.compiler.Parser.parseAttributeValue(Parser.java:2 50) org.apache.jasper.compiler.Parser.parseAttribute(Parser.java:212) org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:155) org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1252) org.apache.jasper.compiler.Parser.parseElements(Parser.java:1467) org.apache.jasper.compiler.Parser.parse(Parser.java:138) org.apache.jasper.compiler.ParserController.doParse(ParserControlle r.java:216) org.apache.jasper.compiler.ParserController.parse(ParserController. java:103) org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:154) org.apache.jasper.compiler.Compiler.compile(Compiler.java:315) org.apache.jasper.compiler.Compiler.compile(Compiler.java:295) org.apache.jasper.compiler.Compiler.compile(Compiler.java:282) org.apache.jasper.JspCompilationContext.compile(JspCompilationConte xt.java:586) org.apache.jasper.servlet.JspServletWrapper.loadTagFile(JspServletW rapper.java:215) org.apache.jasper.compiler.TagFileProcessor.loadTagFile(TagFileProc essor.java:576) org.apache.jasper.compiler.TagFileProcessor.access$000(TagFileProce ssor.java:50) org.apache.jasper.compiler.TagFileProcessor$TagFileLoaderVisitor.vi sit(TagFileProcessor.java:636) org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1512) org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2343) org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2393) org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2399) org.apache.jasper.compiler.Node$Root.accept(Node.java:489) org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2343) org.apache.jasper.compiler.TagFileProcessor.loadTagFiles(TagFilePro cessor.java:654) org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:178) org.apache.jasper.compiler.Compiler.compile(Compiler.java:315) org.apache.jasper.compiler.Compiler.compile(Compiler.java:295) org.apache.jasper.compiler.Compiler.compile(Compiler.java:282) org.apache.jasper.JspCompilationContext.compile(JspCompilationConte xt.java:586) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapp er.java:317) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java :342) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) What can I do to solve this problem?? Tks Rafael de Oliveira
    What steps will reproduce the problem? 1. Run the exttldbasic example project, into eclipse with tomcat. What is the expected output? What do you see instead? I was expecting see the examples, but I got the follow exception. org.apache.jasper.JasperException: /WEB-INF/tags/ext/body.tag(187,18) Attribute value BeanUtils.getProperty(this,"items")!=null is quoted with " which must be escaped when used within the value org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErro rHandler.java:40) org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher .java:407) org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher .java:198) org.apache.jasper.compiler.Parser.parseQuoted(Parser.java:301) org.apache.jasper.compiler.Parser.parseAttributeValue(Parser.java:2 50) org.apache.jasper.compiler.Parser.parseAttribute(Parser.java:212) org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:155) org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1252) org.apache.jasper.compiler.Parser.parseElements(Parser.java:1467) org.apache.jasper.compiler.Parser.parse(Parser.java:138) org.apache.jasper.compiler.ParserController.doParse(ParserControlle r.java:216) org.apache.jasper.compiler.ParserController.parse(ParserController. java:103) org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:154) org.apache.jasper.compiler.Compiler.compile(Compiler.java:315) org.apache.jasper.compiler.Compiler.compile(Compiler.java:295) org.apache.jasper.compiler.Compiler.compile(Compiler.java:282) org.apache.jasper.JspCompilationContext.compile(JspCompilationConte xt.java:586) org.apache.jasper.servlet.JspServletWrapper.loadTagFile(JspServletW rapper.java:215) org.apache.jasper.compiler.TagFileProcessor.loadTagFile(TagFileProc essor.java:576) org.apache.jasper.compiler.TagFileProcessor.access$000(TagFileProce ssor.java:50) org.apache.jasper.compiler.TagFileProcessor$TagFileLoaderVisitor.vi sit(TagFileProcessor.java:636) org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1512) org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2343) org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2393) org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2399) org.apache.jasper.compiler.Node$Root.accept(Node.java:489) org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2343) org.apache.jasper.compiler.TagFileProcessor.loadTagFiles(TagFilePro cessor.java:654) org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:178) org.apache.jasper.compiler.Compiler.compile(Compiler.java:315) org.apache.jasper.compiler.Compiler.compile(Compiler.java:295) org.apache.jasper.compiler.Compiler.compile(Compiler.java:282) org.apache.jasper.JspCompilationContext.compile(JspCompilationConte xt.java:586) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapp er.java:317) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java :342) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) What can I do to solve this problem?? Tks Rafael de Oliveira
  • Mar 09, 2009
    issue 46 (exttld issues) commented on by shekhchilli   -   hi does any one know about the solution of this problem? when i am running jsp alone in the tomcat it is working if i am using struts 1.2 it is giving me this exception. please mail me at : shekhchilli@gmail.com HTTP Status 500 - -------------------------------------------------------------------------------- type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: An exception occurred processing JSP page /index.jsp at line 18 15: 16: <ext:body > 17: 18: <ext:viewport > 19: <ext:form.formPanel autoHeight="true" width="200" > 20: <ext:form.dateField allowDomMove="true" fieldLabel="Start Date" name = "startdt" id="startdt" minValue="02/25/09" maxValue="03/03/10" value="Enter date" > 21: </ext:form.dateField> Stacktrace: org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:505) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:398) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) root cause javax.servlet.ServletException: javax.servlet.jsp.JspException: javax.servlet.jsp.JspException: org.apache.jasper.JasperException: Unable to convert string "${dynamicAttributes}" to class "java.util.HashMap" for attribute "dynamicAttributes": Property Editor not registered with the PropertyEditorManager org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:846) org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:779) org.apache.jsp.index_jsp._jspService(index_jsp.java:92) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) root cause javax.servlet.jsp.JspException: org.apache.jasper.JasperException: Unable to convert string "${dynamicAttributes}" to class "java.util.HashMap" for attribute "dynamicAttributes": Property Editor not registered with the PropertyEditorManager org.apache.jsp.tag.web.ext.viewport_tag.doTag(viewport_tag.java:789) org.apache.jsp.index_jsp._jspx_meth_ext_005fviewport_005f0(index_jsp.java:123) org.apache.jsp.index_jsp.access$0(index_jsp.java:113) org.apache.jsp.index_jsp$Helper.invoke0(index_jsp.java:193) org.apache.jsp.index_jsp$Helper.invoke(index_jsp.java:242) org.apache.jsp.tag.web.ext.body_tag.doTag(body_tag.java:298) org.apache.jsp.index_jsp._jspx_meth_ext_005fbody_005f0(index_jsp.java:108) org.apache.jsp.index_jsp._jspService(index_jsp.java:82) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) root cause org.apache.jasper.JasperException: Unable to convert string "${dynamicAttributes}" to class "java.util.HashMap" for attribute "dynamicAttributes": Property Editor not registered with the PropertyEditorManager org.apache.jasper.runtime.JspRuntimeLibrary.getValueFromPropertyEditorManager(JspRuntimeLibrary.java:887) org.apache.jsp.tag.web.ext.viewport_tag.doTag(viewport_tag.java:720) org.apache.jsp.index_jsp._jspx_meth_ext_005fviewport_005f0(index_jsp.java:123) org.apache.jsp.index_jsp.access$0(index_jsp.java:113) org.apache.jsp.index_jsp$Helper.invoke0(index_jsp.java:193) org.apache.jsp.index_jsp$Helper.invoke(index_jsp.java:242) org.apache.jsp.tag.web.ext.body_tag.doTag(body_tag.java:298) org.apache.jsp.index_jsp._jspx_meth_ext_005fbody_005f0(index_jsp.java:108) org.apache.jsp.index_jsp._jspService(index_jsp.java:82) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) note The full stack trace of the root cause is available in the Apache Tomcat/6.0.16 logs. -------------------------------------------------------------------------------- Apache Tomcat/6.0.16
    hi does any one know about the solution of this problem? when i am running jsp alone in the tomcat it is working if i am using struts 1.2 it is giving me this exception. please mail me at : shekhchilli@gmail.com HTTP Status 500 - -------------------------------------------------------------------------------- type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: An exception occurred processing JSP page /index.jsp at line 18 15: 16: <ext:body > 17: 18: <ext:viewport > 19: <ext:form.formPanel autoHeight="true" width="200" > 20: <ext:form.dateField allowDomMove="true" fieldLabel="Start Date" name = "startdt" id="startdt" minValue="02/25/09" maxValue="03/03/10" value="Enter date" > 21: </ext:form.dateField> Stacktrace: org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:505) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:398) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) root cause javax.servlet.ServletException: javax.servlet.jsp.JspException: javax.servlet.jsp.JspException: org.apache.jasper.JasperException: Unable to convert string "${dynamicAttributes}" to class "java.util.HashMap" for attribute "dynamicAttributes": Property Editor not registered with the PropertyEditorManager org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:846) org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:779) org.apache.jsp.index_jsp._jspService(index_jsp.java:92) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) root cause javax.servlet.jsp.JspException: org.apache.jasper.JasperException: Unable to convert string "${dynamicAttributes}" to class "java.util.HashMap" for attribute "dynamicAttributes": Property Editor not registered with the PropertyEditorManager org.apache.jsp.tag.web.ext.viewport_tag.doTag(viewport_tag.java:789) org.apache.jsp.index_jsp._jspx_meth_ext_005fviewport_005f0(index_jsp.java:123) org.apache.jsp.index_jsp.access$0(index_jsp.java:113) org.apache.jsp.index_jsp$Helper.invoke0(index_jsp.java:193) org.apache.jsp.index_jsp$Helper.invoke(index_jsp.java:242) org.apache.jsp.tag.web.ext.body_tag.doTag(body_tag.java:298) org.apache.jsp.index_jsp._jspx_meth_ext_005fbody_005f0(index_jsp.java:108) org.apache.jsp.index_jsp._jspService(index_jsp.java:82) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) root cause org.apache.jasper.JasperException: Unable to convert string "${dynamicAttributes}" to class "java.util.HashMap" for attribute "dynamicAttributes": Property Editor not registered with the PropertyEditorManager org.apache.jasper.runtime.JspRuntimeLibrary.getValueFromPropertyEditorManager(JspRuntimeLibrary.java:887) org.apache.jsp.tag.web.ext.viewport_tag.doTag(viewport_tag.java:720) org.apache.jsp.index_jsp._jspx_meth_ext_005fviewport_005f0(index_jsp.java:123) org.apache.jsp.index_jsp.access$0(index_jsp.java:113) org.apache.jsp.index_jsp$Helper.invoke0(index_jsp.java:193) org.apache.jsp.index_jsp$Helper.invoke(index_jsp.java:242) org.apache.jsp.tag.web.ext.body_tag.doTag(body_tag.java:298) org.apache.jsp.index_jsp._jspx_meth_ext_005fbody_005f0(index_jsp.java:108) org.apache.jsp.index_jsp._jspService(index_jsp.java:82) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) note The full stack trace of the root cause is available in the Apache Tomcat/6.0.16 logs. -------------------------------------------------------------------------------- Apache Tomcat/6.0.16
  • Feb 25, 2009
    issue 70 (\n in data breaks grid) reported by ruben.bentein   -   What steps will reproduce the problem? 1. Use a grid row with JSTL to display data in a gridpanel <ext:grid.rowCell> ${user.someProp} </ext:grid.rowCell> 2. create a user where the someProp attribute contains a '\n' character Ie. "some\ntext" 3. What is the expected output? The '\n' is placed in the text store:new Ext.data.SimpleStore({ fields: [{name:'1'}], data: [['some\ntext']] What do you see instead? A line break in the declaration of the array store:new Ext.data.SimpleStore({ fields: [{name:'1'}], data: [['some text']]
    What steps will reproduce the problem? 1. Use a grid row with JSTL to display data in a gridpanel <ext:grid.rowCell> ${user.someProp} </ext:grid.rowCell> 2. create a user where the someProp attribute contains a '\n' character Ie. "some\ntext" 3. What is the expected output? The '\n' is placed in the text store:new Ext.data.SimpleStore({ fields: [{name:'1'}], data: [['some\ntext']] What do you see instead? A line break in the declaration of the array store:new Ext.data.SimpleStore({ fields: [{name:'1'}], data: [['some text']]
  • Jan 25, 2009
    issue 69 (page cannot be found error for svn check out) reported by apachetomcatserver   -   The link specified is not correct.when we copy and paste the link which is specified in source tab in addres bar is http://exttld.googlecode.com/svn/trunk/exttld-read-only giving page cannot be found errror..
    The link specified is not correct.when we copy and paste the link which is specified in source tab in addres bar is http://exttld.googlecode.com/svn/trunk/exttld-read-only giving page cannot be found errror..
  • Jan 24, 2009
    issue 68 (Unable to read the using expression language) commented on by apachetomcatserver   -   Unable to read el values
    Unable to read el values
  • Jan 24, 2009
    issue 68 (Unable to read the using expression language) reported by apachetomcatserver   -   <ext:body> <ext:window title="Window example" width="300" height="240" id="window1"> <ext:grid.gridPanel border="false"> <ext:grid.columnModel> <ext:grid.rowNumberer /> <ext:grid.column header="Project" dataIndex="project" /> <ext:grid.column header="Project" dataIndex="project" /> <ext:grid.column header="Project" dataIndex="project" /> </ext:grid.columnModel> <c:forEach var="project" items=""> <ext:grid.row> <ext:grid.rowCell></ext:grid.rowCell> <ext:grid.rowCell></ext:grid.rowCell> <ext:grid.rowCell></ext:grid.rowCell> </ext:grid.row> </c:forEach> </ext:grid.gridPanel> </ext:window> </ext:body> <ext:onReady> window1.show(); </ext:onReady> This is my jsp code. here <ext:grid.rowCell></ext:grid.rowCell> project name is not displayed in the row of the grid.. just blank screen which is attached to this is displayed see as attachement.
    <ext:body> <ext:window title="Window example" width="300" height="240" id="window1"> <ext:grid.gridPanel border="false"> <ext:grid.columnModel> <ext:grid.rowNumberer /> <ext:grid.column header="Project" dataIndex="project" /> <ext:grid.column header="Project" dataIndex="project" /> <ext:grid.column header="Project" dataIndex="project" /> </ext:grid.columnModel> <c:forEach var="project" items=""> <ext:grid.row> <ext:grid.rowCell></ext:grid.rowCell> <ext:grid.rowCell></ext:grid.rowCell> <ext:grid.rowCell></ext:grid.rowCell> </ext:grid.row> </c:forEach> </ext:grid.gridPanel> </ext:window> </ext:body> <ext:onReady> window1.show(); </ext:onReady> This is my jsp code. here <ext:grid.rowCell></ext:grid.rowCell> project name is not displayed in the row of the grid.. just blank screen which is attached to this is displayed see as attachement.
  • Jan 15, 2009
    issue 62 (How to enables content assist documentation in IDE) commented on by kevin.delcroix   -   Just declare the tag lib in JSP page ... E.g.: <%@ taglib prefix="ext" tagdir="/WEB-INF/tags/ext"%> Sorry if it's not what you expected.
    Just declare the tag lib in JSP page ... E.g.: <%@ taglib prefix="ext" tagdir="/WEB-INF/tags/ext"%> Sorry if it's not what you expected.
  • Jan 14, 2009
    issue 22 (handler and function) commented on by kevin.delcroix   -   Here is how I found a way to link a function to the onClick event on a tree node. I found how to do by watching how the tag file manipulate the attribute value onClick. <%@ page language="java" import="java.util.*" pageEncoding="ISO-8859-1"%> <%@ taglib prefix="ext" tagdir="/WEB-INF/tags/ext"%> <ext:body extLocation="ext-2.2" loadingMask="true" theme="default" locale="en"> <ext:onReady> window.MapLogixAdmin = new Array(); window.MapLogixAdmin.openPage = function (node, e) { alert('node'+ node); alert('e'+ e); }; </ext:onReady> <ext:viewport layout="fit" autoShow="true"> <ext:panel title="MapLogix Admin" border="false" layout="fit"> <ext:panel layout="border" > <ext:panel region="west" width="200"> <ext:tree.treePanel autoHeight="true" id="menu" onClick="function(node, e) { window.MapLogixAdmin.openPage(node, e); }"> <ext:tree.treeNode text="LDAP" expanded="true"> <ext:tree.treeNode text="Groups" id="manageLDAPGroups"/> </ext:tree.treeNode> <ext:tree.treeNode text="Rigths" expanded="true"> <ext:tree.treeNode text="WebLayout" id="manageWebLayout" /> <ext:tree.treeNode text="Maps" id="manageMaps" /> <ext:tree.treeNode text="Layers" id="manageLayers" /> <ext:tree.treeNode text="Properties" id="manageProperties"/> </ext:tree.treeNode> </ext:tree.treePanel> </ext:panel> <ext:panel region="center" id="centerPanel"> contenu </ext:panel> </ext:panel> </ext:panel> </ext:viewport> </ext:body>
    Here is how I found a way to link a function to the onClick event on a tree node. I found how to do by watching how the tag file manipulate the attribute value onClick. <%@ page language="java" import="java.util.*" pageEncoding="ISO-8859-1"%> <%@ taglib prefix="ext" tagdir="/WEB-INF/tags/ext"%> <ext:body extLocation="ext-2.2" loadingMask="true" theme="default" locale="en"> <ext:onReady> window.MapLogixAdmin = new Array(); window.MapLogixAdmin.openPage = function (node, e) { alert('node'+ node); alert('e'+ e); }; </ext:onReady> <ext:viewport layout="fit" autoShow="true"> <ext:panel title="MapLogix Admin" border="false" layout="fit"> <ext:panel layout="border" > <ext:panel region="west" width="200"> <ext:tree.treePanel autoHeight="true" id="menu" onClick="function(node, e) { window.MapLogixAdmin.openPage(node, e); }"> <ext:tree.treeNode text="LDAP" expanded="true"> <ext:tree.treeNode text="Groups" id="manageLDAPGroups"/> </ext:tree.treeNode> <ext:tree.treeNode text="Rigths" expanded="true"> <ext:tree.treeNode text="WebLayout" id="manageWebLayout" /> <ext:tree.treeNode text="Maps" id="manageMaps" /> <ext:tree.treeNode text="Layers" id="manageLayers" /> <ext:tree.treeNode text="Properties" id="manageProperties"/> </ext:tree.treeNode> </ext:tree.treePanel> </ext:panel> <ext:panel region="center" id="centerPanel"> contenu </ext:panel> </ext:panel> </ext:panel> </ext:viewport> </ext:body>
  • Jan 05, 2009
    issue 67 (How to create a event from tree node's onclick and to load i...) commented on by vishnulike   -   I did it :) using Iframe inside tabpanel
    I did it :) using Iframe inside tabpanel
  • Jan 02, 2009
    issue 67 (How to create a event from tree node's onclick and to load i...) reported by vishnulike   -   Dear All, I am very new to extjs and exttld,but i love this exttld. I created the viewPort and divided it with 3 panel 1.north 2.cente and 3 west. I added Tree Nodes in West Panel, and I want to dynamically create form inside center panel on the onclick or handler event of the tree node in west panel. please can any one help me to sort out this issues because i cant find more support or tutorial for this Exttld Looking for forward to hear from you all I am using Linux(ubuntu) IDE :-NetBeans6.5 Using ExtJs2.0 Thanks and Regards, Vishnu
    Dear All, I am very new to extjs and exttld,but i love this exttld. I created the viewPort and divided it with 3 panel 1.north 2.cente and 3 west. I added Tree Nodes in West Panel, and I want to dynamically create form inside center panel on the onclick or handler event of the tree node in west panel. please can any one help me to sort out this issues because i cant find more support or tutorial for this Exttld Looking for forward to hear from you all I am using Linux(ubuntu) IDE :-NetBeans6.5 Using ExtJs2.0 Thanks and Regards, Vishnu
  • Jan 02, 2009
    issue 22 (handler and function) commented on by vishnulike   -   Hello All, I also faced the same problem I tried with handler and onClick function with the button tag,both are not working please help me to sort out this issues <%-- Document : ContainerCommunication Created on : 2 Jan, 2009, 2:22:50 PM Author : vishnus --%> <%@ taglib tagdir="/WEB-INF/tags/ext" prefix="ext"%> <%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>JSP Page</title> </head> <body> <ext:body> <ext:window id="startP" width="300" height="100"> <ext:tabPanel id="tabs" enableTabScroll="true" tabPosition="top"> </ext:tabPanel> <ext:button onClick="addTab();" text="Adding Tab"/> </ext:window> </ext:body> <ext:onReady> startP.show(); var index = 0; while(index < 9){ addTab(); } function addTab(){ var tabs=Ext.getCmp('tabs'); tabs.add({title:'New Tab'+(++index),iconCls:'tabs',html:'Tab Body'+(index)+'<br/><br/>', closable:true}).show(); } </ext:onReady> </body> </html>
    Hello All, I also faced the same problem I tried with handler and onClick function with the button tag,both are not working please help me to sort out this issues <%-- Document : ContainerCommunication Created on : 2 Jan, 2009, 2:22:50 PM Author : vishnus --%> <%@ taglib tagdir="/WEB-INF/tags/ext" prefix="ext"%> <%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>JSP Page</title> </head> <body> <ext:body> <ext:window id="startP" width="300" height="100"> <ext:tabPanel id="tabs" enableTabScroll="true" tabPosition="top"> </ext:tabPanel> <ext:button onClick="addTab();" text="Adding Tab"/> </ext:window> </ext:body> <ext:onReady> startP.show(); var index = 0; while(index < 9){ addTab(); } function addTab(){ var tabs=Ext.getCmp('tabs'); tabs.add({title:'New Tab'+(++index),iconCls:'tabs',html:'Tab Body'+(index)+'<br/><br/>', closable:true}).show(); } </ext:onReady> </body> </html>

Older

  • Dec 30, 2008
    issue 66 (Sitemesh compatibility issue with JSP) reported by reachtochandan   -   Hi, I am try to use sitemesh in my j2ee application and i am using exttld tag library. i am not able to integrate it. when i am placing my jsp page out of the web-Inf folder i am able to see the components on the web page but when i am keeping the jsp file inside some folder then i am not able to see the components. e.g. <%@ taglib prefix="s" uri="/struts-tags"%> <%@ taglib prefix="display" uri="http://displaytag.sf.net/el"%> <%@ taglib tagdir="/WEB-INF/tags/ext" prefix="ext" %> <ext:body> <ext:window title="Window example" width="300" height="240" id="window2"> <ext:button text="button" id="button" onClick="alert('alert message')"></ext:button> <ext:datePicker>window3</ext:datePicker> </ext:window> </ext:body> <ext:onReady> window2.show(); </ext:onReady> when i am keeping this file outside the WEB-INF folder i am able to see the components on the web page using following URL. http://localhost:8080/ework/test.jsp ( it is like simple web application without using sitemesh) But when i am keeping this file inside the some folder under web-inf folder i can not see any component. http://localhost:8080/ework/adminTab/test.jsp i can see only "window3" on the page means only the static data. I am using sitemesh and decorator.xml file in my j2ee application. I am using Sitemesh.xml file code is as follows: <?xml version="1.0" encoding="UTF-8"?> <sitemesh> <property name="decorators-file" value="sitemesh/*.xml"/> <excludes file=""/> <page-parsers> <parser content-type="text/html" class="com.opensymphony.module.sitemesh.parser.FastPageParser" /> </page-parsers> <decorator-mappers> <mapper class="com.globallogic.chrysalis.feutils.sitemesh.ConfigDecoratorMapper"> <param name="config" value="" /> </mapper> </decorator-mappers> </sitemesh> decorator.xml file <decorators defaultdir="/layouts"> <decorator name="DefaultLayout" page="Ework_Layout.jsp"> <pattern>/jsp/*</pattern> <pattern>*.action</pattern> </decorator> </decorators> I have even tried to change the patter in decorator.xml file to /* but i am not able to see the component on the web page. I am making the changes in the struts.xml file and changing the path to the /test.jsp i.e <action name="listOrg" class="orgAction" method="listOrg"> <result name="success">/test.jsp</result> </action> and keeping the file out side the web-inf folder . i am not able see the test.jsp file. Can anybody help me in resolving this issue. Thanks and Regards, Chandan Sharma
    Hi, I am try to use sitemesh in my j2ee application and i am using exttld tag library. i am not able to integrate it. when i am placing my jsp page out of the web-Inf folder i am able to see the components on the web page but when i am keeping the jsp file inside some folder then i am not able to see the components. e.g. <%@ taglib prefix="s" uri="/struts-tags"%> <%@ taglib prefix="display" uri="http://displaytag.sf.net/el"%> <%@ taglib tagdir="/WEB-INF/tags/ext" prefix="ext" %> <ext:body> <ext:window title="Window example" width="300" height="240" id="window2"> <ext:button text="button" id="button" onClick="alert('alert message')"></ext:button> <ext:datePicker>window3</ext:datePicker> </ext:window> </ext:body> <ext:onReady> window2.show(); </ext:onReady> when i am keeping this file outside the WEB-INF folder i am able to see the components on the web page using following URL. http://localhost:8080/ework/test.jsp ( it is like simple web application without using sitemesh) But when i am keeping this file inside the some folder under web-inf folder i can not see any component. http://localhost:8080/ework/adminTab/test.jsp i can see only "window3" on the page means only the static data. I am using sitemesh and decorator.xml file in my j2ee application. I am using Sitemesh.xml file code is as follows: <?xml version="1.0" encoding="UTF-8"?> <sitemesh> <property name="decorators-file" value="sitemesh/*.xml"/> <excludes file=""/> <page-parsers> <parser content-type="text/html" class="com.opensymphony.module.sitemesh.parser.FastPageParser" /> </page-parsers> <decorator-mappers> <mapper class="com.globallogic.chrysalis.feutils.sitemesh.ConfigDecoratorMapper"> <param name="config" value="" /> </mapper> </decorator-mappers> </sitemesh> decorator.xml file <decorators defaultdir="/layouts"> <decorator name="DefaultLayout" page="Ework_Layout.jsp"> <pattern>/jsp/*</pattern> <pattern>*.action</pattern> </decorator> </decorators> I have even tried to change the patter in decorator.xml file to /* but i am not able to see the component on the web page. I am making the changes in the struts.xml file and changing the path to the /test.jsp i.e <action name="listOrg" class="orgAction" method="listOrg"> <result name="success">/test.jsp</result> </action> and keeping the file out side the web-inf folder . i am not able see the test.jsp file. Can anybody help me in resolving this issue. Thanks and Regards, Chandan Sharma
  • Dec 16, 2008
    issue 65 (trailing comma on body.tag) reported by dVandercruyssen   -   What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? generated code ended with }),}) }); instead of }),}) }); What version of the product are you using? On what operating system? extjs 2.2 exttld 1.0 beta 1 Please provide any additional information below. solution: trim last , on line 189 my solution (allbeit not the proper one probably): items:<%= BeanUtils.getProperty(this,"items").substring(0,BeanUtils.getProperty(this,"items").lastIndexOf(')')+1) %> solved the problem
    What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? generated code ended with }),}) }); instead of }),}) }); What version of the product are you using? On what operating system? extjs 2.2 exttld 1.0 beta 1 Please provide any additional information below. solution: trim last , on line 189 my solution (allbeit not the proper one probably): items:<%= BeanUtils.getProperty(this,"items").substring(0,BeanUtils.getProperty(this,"items").lastIndexOf(')')+1) %> solved the problem
  • Nov 24, 2008
    issue 13 (Weblogic 10.0 : java.lang.NoClassDefFoundError: jsp_servlet/...) commented on by cginzel   -   I'm having this same issue using BEA WLS 10 and WorkSpace Studio 1.1 and i'm using the latest trunk. Has anyone been able to get past this problem?
    I'm having this same issue using BEA WLS 10 and WorkSpace Studio 1.1 and i'm using the latest trunk. Has anyone been able to get past this problem?
  • Nov 03, 2008
    issue 58 (unable to do something on onSelectRow event of a checkboxSe...) commented on by johns...@yandex.ru   -   Change in file grid.checkboxSelectionModel.tag type of attribute was: <%@ attribute name="onRowdeselect" type="java.lang.Integer" required="false" description=" ( SelectionModel this, Number rowIndex, Record record )Fires when a row is deselected. Listeners will be called with the following arguments: * this : SelectionModel * rowIndex : Number * record : Record " %> be <%@ attribute name="onRowdeselect" type="java.lang.String" required="false" description=" ( SelectionModel this, Number rowIndex, Record record )Fires when a row is deselected. Listeners will be called with the following arguments: * this : SelectionModel * rowIndex : Number * record : Record " %>
    Change in file grid.checkboxSelectionModel.tag type of attribute was: <%@ attribute name="onRowdeselect" type="java.lang.Integer" required="false" description=" ( SelectionModel this, Number rowIndex, Record record )Fires when a row is deselected. Listeners will be called with the following arguments: * this : SelectionModel * rowIndex : Number * record : Record " %> be <%@ attribute name="onRowdeselect" type="java.lang.String" required="false" description=" ( SelectionModel this, Number rowIndex, Record record )Fires when a row is deselected. Listeners will be called with the following arguments: * this : SelectionModel * rowIndex : Number * record : Record " %>
  • Oct 31, 2008
    issue 34 (pagingToolbar Tag) commented on by huangkin...@163.com   -   其实这个很好实现的 首先需要一个store,必须定义在pagingToolbar之前,pagingToolbar的toolbarType属性要设置为bbar 示例: <ext:data.store autoLoad="true" storeId="noteds" url="myNote.do?cmd=myNoteList" baseParams="{limit:15}"> <ext:data.jsonReader root="root" totalProperty="total"> <ext:data.fields> <ext:data.field name="NoteId" mapping="NoteId" /> <ext:data.field name="NoteTitle" mapping="NoteTitle" /> <ext:data.field name="NoteContent" mapping="NoteContent" /> <ext:data.field name="CreateTime" mapping="CreateTime" /> <ext:data.field name="CreateUser" mapping="CreateUser" /> </ext:data.fields> </ext:data.jsonReader> </ext:data.store> <ext:pagingToolbar toolbarType="bbar" pageSize="15" autoWidth="true" />
    其实这个很好实现的 首先需要一个store,必须定义在pagingToolbar之前,pagingToolbar的toolbarType属性要设置为bbar 示例: <ext:data.store autoLoad="true" storeId="noteds" url="myNote.do?cmd=myNoteList" baseParams="{limit:15}"> <ext:data.jsonReader root="root" totalProperty="total"> <ext:data.fields> <ext:data.field name="NoteId" mapping="NoteId" /> <ext:data.field name="NoteTitle" mapping="NoteTitle" /> <ext:data.field name="NoteContent" mapping="NoteContent" /> <ext:data.field name="CreateTime" mapping="CreateTime" /> <ext:data.field name="CreateUser" mapping="CreateUser" /> </ext:data.fields> </ext:data.jsonReader> </ext:data.store> <ext:pagingToolbar toolbarType="bbar" pageSize="15" autoWidth="true" />
  • Oct 31, 2008
    issue 37 (How to fill component with data) commented on by huangkin...@163.com   -   最好是使用JSON,用AJAX异步请求获取JSON数据来填充GRID 我的代码: <ext:data.store autoLoad="true" storeId="noteds" url="myNote.do?cmd=myNoteList" baseParams="{limit:15}"> <ext:data.jsonReader root="root" totalProperty="total"> <ext:data.fields> <ext:data.field name="NoteId" mapping="NoteId" /> <ext:data.field name="NoteTitle" mapping="NoteTitle" /> <ext:data.field name="NoteContent" mapping="NoteContent" /> <ext:data.field name="CreateTime" mapping="CreateTime" /> <ext:data.field name="CreateUser" mapping="CreateUser" /> </ext:data.fields> </ext:data.jsonReader> </ext:data.store>
    最好是使用JSON,用AJAX异步请求获取JSON数据来填充GRID 我的代码: <ext:data.store autoLoad="true" storeId="noteds" url="myNote.do?cmd=myNoteList" baseParams="{limit:15}"> <ext:data.jsonReader root="root" totalProperty="total"> <ext:data.fields> <ext:data.field name="NoteId" mapping="NoteId" /> <ext:data.field name="NoteTitle" mapping="NoteTitle" /> <ext:data.field name="NoteContent" mapping="NoteContent" /> <ext:data.field name="CreateTime" mapping="CreateTime" /> <ext:data.field name="CreateUser" mapping="CreateUser" /> </ext:data.fields> </ext:data.jsonReader> </ext:data.store>
  • Oct 31, 2008
    issue 40 (How to create pagingToolbar) commented on by huangkin...@163.com   -   必须要有store,就像这样写: <ext:grid.gridPanel id="mypad" loadMask="true" autoScroll="true" border="false" autoWidth="true" autoHeight="true"> <ext:grid.columnModel sm="new Ext.grid.RowSelectionModel()"> <ext:grid.rowNumberer /> <ext:grid.column hidden="true" dataIndex="NoteId" header="ID" width="20" fieldsType="int" sortable="true" /> <ext:grid.column sortable="true" header="便签标题" width="160" dataIndex="NoteTitle" /> <ext:grid.column sortable="false" header="便签内容" width="400" dataIndex="NoteContent" /> <ext:grid.column sortable="true" header="创建时间" width="120" dataIndex="CreateTime" fieldsType="date" /> <ext:grid.column sortable="true" header="创 建 者" width="100" dataIndex="CreateUser" /> </ext:grid.columnModel> <ext:data.store autoLoad="true" storeId="noteds" url="myNote.do?cmd=myNoteList" baseParams="{limit:15}"> <ext:data.jsonReader root="root" totalProperty="total"> <ext:data.fields> <ext:data.field name="NoteId" mapping="NoteId" /> <ext:data.field name="NoteTitle" mapping="NoteTitle" /> <ext:data.field name="NoteContent" mapping="NoteContent" /> <ext:data.field name="CreateTime" mapping="CreateTime" /> <ext:data.field name="CreateUser" mapping="CreateUser" /> </ext:data.fields> </ext:data.jsonReader> </ext:data.store> <ext:pagingToolbar toolbarType="bbar" pageSize="15" autoWidth="true" />
    必须要有store,就像这样写: <ext:grid.gridPanel id="mypad" loadMask="true" autoScroll="true" border="false" autoWidth="true" autoHeight="true"> <ext:grid.columnModel sm="new Ext.grid.RowSelectionModel()"> <ext:grid.rowNumberer /> <ext:grid.column hidden="true" dataIndex="NoteId" header="ID" width="20" fieldsType="int" sortable="true" /> <ext:grid.column sortable="true" header="便签标题" width="160" dataIndex="NoteTitle" /> <ext:grid.column sortable="false" header="便签内容" width="400" dataIndex="NoteContent" /> <ext:grid.column sortable="true" header="创建时间" width="120" dataIndex="CreateTime" fieldsType="date" /> <ext:grid.column sortable="true" header="创 建 者" width="100" dataIndex="CreateUser" /> </ext:grid.columnModel> <ext:data.store autoLoad="true" storeId="noteds" url="myNote.do?cmd=myNoteList" baseParams="{limit:15}"> <ext:data.jsonReader root="root" totalProperty="total"> <ext:data.fields> <ext:data.field name="NoteId" mapping="NoteId" /> <ext:data.field name="NoteTitle" mapping="NoteTitle" /> <ext:data.field name="NoteContent" mapping="NoteContent" /> <ext:data.field name="CreateTime" mapping="CreateTime" /> <ext:data.field name="CreateUser" mapping="CreateUser" /> </ext:data.fields> </ext:data.jsonReader> </ext:data.store> <ext:pagingToolbar toolbarType="bbar" pageSize="15" autoWidth="true" />
  • Oct 29, 2008
    issue 64 (how to use pagingToolbar?) commented on by 17mounir   -   I'm ExtTld new user, I have the same issue the store is not transfered to the pagingtoolbar. Is it a ExtTld bug or bad use of the tag ?
    I'm ExtTld new user, I have the same issue the store is not transfered to the pagingtoolbar. Is it a ExtTld bug or bad use of the tag ?
  • Oct 20, 2008
    issue 64 (how to use pagingToolbar?) reported by gzimart   -   <ext:tabPanel activeItem="0" border="true" region="center" defaults="{autoScroll:true}"> <ext:panel title="dataGrid preview"> <ext:grid.gridPanel id="gridPanel" footer="true" autoScroll="true" height="300" width="800" > <ext:grid.columnModel> <ext:grid.column header="id" renderer="invalete" sortable="true" fieldsType="int" width="100"></ext:grid.column> <ext:grid.column header="艺人" width="100"></ext:grid.column> <ext:grid.column header="单曲" width="200"></ext:grid.column> <ext:grid.column header="专辑" width="200"></ext:grid.column> </ext:grid.columnModel> <c:forEach var="simulatorConf" items="" begin="0" end="10"> <ext:grid.row> <ext:grid.rowCell></ext:grid.rowCell> <ext:grid.rowCell></ext:grid.rowCell> <ext:grid.rowCell></ext:grid.rowCell> <ext:grid.rowCell></ext:grid.rowCell> </ext:grid.row> </c:forEach> <ext:pagingToolbar id="pagebar" pageSize="10" displayInfo="true" displayMsg="Displaying results {0} - {1} of {2}" emptyMsg="nothing" autoShow="true"/> </ext:grid.gridPanel> </ext:panel> what's problem on this page?
    <ext:tabPanel activeItem="0" border="true" region="center" defaults="{autoScroll:true}"> <ext:panel title="dataGrid preview"> <ext:grid.gridPanel id="gridPanel" footer="true" autoScroll="true" height="300" width="800" > <ext:grid.columnModel> <ext:grid.column header="id" renderer="invalete" sortable="true" fieldsType="int" width="100"></ext:grid.column> <ext:grid.column header="艺人" width="100"></ext:grid.column> <ext:grid.column header="单曲" width="200"></ext:grid.column> <ext:grid.column header="专辑" width="200"></ext:grid.column> </ext:grid.columnModel> <c:forEach var="simulatorConf" items="" begin="0" end="10"> <ext:grid.row> <ext:grid.rowCell></ext:grid.rowCell> <ext:grid.rowCell></ext:grid.rowCell> <ext:grid.rowCell></ext:grid.rowCell> <ext:grid.rowCell></ext:grid.rowCell> </ext:grid.row> </c:forEach> <ext:pagingToolbar id="pagebar" pageSize="10" displayInfo="true" displayMsg="Displaying results {0} - {1} of {2}" emptyMsg="nothing" autoShow="true"/> </ext:grid.gridPanel> </ext:panel> what's problem on this page?
  • Oct 20, 2008
    issue 34 (pagingToolbar Tag) commented on by gzimart   -   oh , god . yes i do
    oh , god . yes i do
  • Oct 20, 2008
    issue 40 (How to create pagingToolbar) commented on by gzimart   -   I have no idea! I have the same question!
    I have no idea! I have the same question!
  • Oct 19, 2008
    issue 25 (use layout="table",what's fieldLabel do not show) commented on by a123159...@163.com   -   the default layout is form. and I don't know how to use table layout
    the default layout is form. and I don't know how to use table layout
  • Oct 02, 2008
    issue 41 (org.apache.taglibs.standard.ImplicitObjects) commented on by ch...@widhelm.com   -   It appears in a few of the .tag files there is a c:forEach that iterates over the configMap. When it encounters a dotted classname is when this problem occurs. To fix this you need to make sure that the property name is also quoted as well as the value. Instead of: [code] <c:forEach items="" var="config"> :, </c:forEach> [/code] It needs to be: [code] <c:forEach items="" var="config"> '':, </c:forEach> [/code] Notice the quotes around . This will make it a properly formatted property key.
    It appears in a few of the .tag files there is a c:forEach that iterates over the configMap. When it encounters a dotted classname is when this problem occurs. To fix this you need to make sure that the property name is also quoted as well as the value. Instead of: [code] <c:forEach items="" var="config"> :, </c:forEach> [/code] It needs to be: [code] <c:forEach items="" var="config"> '':, </c:forEach> [/code] Notice the quotes around . This will make it a properly formatted property key.
 
Hosted by Google Code