After rendering the view (HtmlDialog), my Desinger's console always has this error (v5.0.8): NoClassDefFoundError: javax/servlet/jsp/jstl/core/Config Error during rendering of html dialog 'xxx.xxx.xxx' On console log, I see on "request" column, it shows "/ivy/faces/instances/144.../RES_NOT _FOUND" And, stacktrace is bellow: java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/Config at org.apache.myfaces.view.jsp.JspViewDeclarationLanguage.buildView(JspViewDeclarationLanguage.java:91) at org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:78) at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:241) at org.apache.myfaces.extensions.validator.core.startup.ExtValLifecycleWrapper.render(ExtValLifecycleWrapper.java:79) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:199) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.primefaces.webapp.filter.FileUploadFilter.doFilter(FileUploadFilter.java:79) ... But the screen is rendered well on the browsers How can i solve it? Thanks asked 20.02.2014 at 08:42 nghianguyen |
Hi, I've got this problem while trying to use a object of a Attribute which is not initaliezed. for example use of an value request.person.surname in my case I needed to initialize the sub object in a script step. hope this helps answered 20.02.2014 at 13:25 roland Thanks roland, it seems your answer is correct. Maybe Ivy just initialize the sub object before using it in script steps only, while rendering the view, it doesn't.
(24.02.2014 at 11:26)
nghianguyen
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 20.02.2014 at 08:42
Seen: 2,909 times
Last updated: 24.02.2014 at 11:27
Can you attach the full stacktrace of the exception so that we have more information to analyse the issue?
Thanks
I have updated the content about the stacktrace