<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Grails with ZK: Embedding ZUL in GSP</title> <atom:link href="http://felipecypriano.com/blog/2009/12/10/grails-with-zk-embedding-zul-in-gsp/feed/" rel="self" type="application/rss+xml" /><link>http://felipecypriano.com/blog/2009/12/10/grails-with-zk-embedding-zul-in-gsp/</link> <description>You are about to read it</description> <lastBuildDate>Sat, 14 Aug 2010 13:26:26 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Felipe Cypriano</title><link>http://felipecypriano.com/blog/2009/12/10/grails-with-zk-embedding-zul-in-gsp/comment-page-1/#comment-311</link> <dc:creator>Felipe Cypriano</dc:creator> <pubDate>Mon, 17 May 2010 11:17:24 +0000</pubDate> <guid
isPermaLink="false">http://felipecypriano.com/blog/?p=274#comment-311</guid> <description>Try to use &lt;a href=&quot;http://github.com/fmcypriano/embedding-zul-gsp&quot; rel=&quot;nofollow&quot;&gt;my code on GitHub&lt;/a&gt; and see differences between mine and yours.</description> <content:encoded><![CDATA[<p>Try to use <a
href="http://github.com/fmcypriano/embedding-zul-gsp" rel="nofollow">my code on GitHub</a> and see differences between mine and yours.</p> ]]></content:encoded> </item> <item><title>By: budi</title><link>http://felipecypriano.com/blog/2009/12/10/grails-with-zk-embedding-zul-in-gsp/comment-page-1/#comment-310</link> <dc:creator>budi</dc:creator> <pubDate>Sun, 16 May 2010 14:39:38 +0000</pubDate> <guid
isPermaLink="false">http://felipecypriano.com/blog/?p=274#comment-310</guid> <description>Hello Felipe,I try to follow your words when the bootstrap model I filled with some data and then all I run and look good but the data I entered does not appear. what wrong with it. i use grails 1.2.2 and zkplugin 0.7.8.thanks.</description> <content:encoded><![CDATA[<p>Hello Felipe,</p><p>I try to follow your words when the bootstrap model I filled with some data and then all I run and look good but the data I entered does not appear. what wrong with it. i use grails 1.2.2 and zkplugin 0.7.8.</p><p>thanks.</p> ]]></content:encoded> </item> <item><title>By: Wellington</title><link>http://felipecypriano.com/blog/2009/12/10/grails-with-zk-embedding-zul-in-gsp/comment-page-1/#comment-173</link> <dc:creator>Wellington</dc:creator> <pubDate>Thu, 18 Feb 2010 01:50:31 +0000</pubDate> <guid
isPermaLink="false">http://felipecypriano.com/blog/?p=274#comment-173</guid> <description>Thanks for replying,I think the following error is better to understand, this error is shown when I try to do a direct access to books/list.zul. When I try to access from books/list.gsp it seems that  isn&#039;t recognized. Thanks in advance.ERROR org.zkoss  - Failed to assign [model=] to
Unable to find a setter named model that supports
ERROR [/mobillonline].[zkLoader]  - Servlet.service() for servlet zkLoader threw exception
java.lang.ClassCastException: Unable to find a setter named model that supports
at org.zkoss.zk.ui.metainfo.Property.assign0(Property.java:283)
at org.zkoss.zk.ui.metainfo.Property.assign(Property.java:173)
at org.zkoss.zk.ui.metainfo.ComponentInfo.applyProperties(ComponentInfo.java:804)
at org.zkoss.zk.ui.impl.AbstractUiFactory.newComponent(AbstractUiFactory.java:93)
at org.zkoss.zk.ui.impl.UiEngineImpl.execCreateChild0(UiEngineImpl.java:622)
at org.zkoss.zk.ui.impl.UiEngineImpl.execCreateChild(UiEngineImpl.java:593)
at org.zkoss.zk.ui.impl.UiEngineImpl.execCreate0(UiEngineImpl.java:537)
at org.zkoss.zk.ui.impl.UiEngineImpl.execCreate(UiEngineImpl.java:504)
at org.zkoss.zk.ui.impl.UiEngineImpl.execCreateChild0(UiEngineImpl.java:637)
at org.zkoss.zk.ui.impl.UiEngineImpl.execCreateChild(UiEngineImpl.java:593)
at org.zkoss.zk.ui.impl.UiEngineImpl.execCreate0(UiEngineImpl.java:537)
at org.zkoss.zk.ui.impl.UiEngineImpl.execCreateChild(UiEngineImpl.java:569)
at org.zkoss.zk.ui.impl.UiEngineImpl.execCreate0(UiEngineImpl.java:537)
at org.zkoss.zk.ui.impl.UiEngineImpl.execCreate(UiEngineImpl.java:504)
at org.zkoss.zk.ui.impl.UiEngineImpl.execNewPage0(UiEngineImpl.java:365)
at org.zkoss.zk.ui.impl.UiEngineImpl.execNewPage(UiEngineImpl.java:286)
at org.zkoss.zk.ui.http.DHtmlLayoutServlet.process(DHtmlLayoutServlet.java:237)
at org.zkoss.zk.ui.http.DHtmlLayoutServlet.doGet(DHtmlLayoutServlet.java:159)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.codehaus.groovy.grails.web.mapping.filter.UrlMappingsFilter.
processFilterChain(UrlMappingsFilter.java:282)
at org.codehaus.groovy.grails.web.mapping.filter.UrlMappingsFilter.doFilterInternal(UrlMappingsFilter.java:211)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.zkoss.zkgrails.ZKGrailsPageFilter.doFilter(ZKGrailsPageFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.springframework.orm.hibernate3.support.
OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
at org.codehaus.groovy.grails.orm.hibernate.support.
GrailsOpenSessionInViewFilter.doFilterInternal(GrailsOpenSessionInViewFilter.java:64)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.codehaus.groovy.grails.web.servlet.mvc.
GrailsWebRequestFilter.doFilterInternal(GrailsWebRequestFilter.java:65)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.codehaus.groovy.grails.web.filters.
HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:66)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.springframework.web.filter.CharacterEncodingFilter.
doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.springframework.web.filter.DelegatingFilterProxy.
invokeDelegate(DelegatingFilterProxy.java:237)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
at java.lang.Thread.run(Thread.java:595)</description> <content:encoded><![CDATA[<p>Thanks for replying,</p><p>I think the following error is better to understand, this error is shown when I try to do a direct access to books/list.zul. When I try to access from books/list.gsp it seems that  isn&#8217;t recognized. Thanks in advance.</p><p>ERROR org.zkoss  &#8211; Failed to assign [model=] to<br
/> Unable to find a setter named model that supports<br
/> ERROR [/mobillonline].[zkLoader]  &#8211; Servlet.service() for servlet zkLoader threw exception<br
/> java.lang.ClassCastException: Unable to find a setter named model that supports<br
/> at org.zkoss.zk.ui.metainfo.Property.assign0(Property.java:283)<br
/> at org.zkoss.zk.ui.metainfo.Property.assign(Property.java:173)<br
/> at org.zkoss.zk.ui.metainfo.ComponentInfo.applyProperties(ComponentInfo.java:804)<br
/> at org.zkoss.zk.ui.impl.AbstractUiFactory.newComponent(AbstractUiFactory.java:93)<br
/> at org.zkoss.zk.ui.impl.UiEngineImpl.execCreateChild0(UiEngineImpl.java:622)<br
/> at org.zkoss.zk.ui.impl.UiEngineImpl.execCreateChild(UiEngineImpl.java:593)<br
/> at org.zkoss.zk.ui.impl.UiEngineImpl.execCreate0(UiEngineImpl.java:537)<br
/> at org.zkoss.zk.ui.impl.UiEngineImpl.execCreate(UiEngineImpl.java:504)<br
/> at org.zkoss.zk.ui.impl.UiEngineImpl.execCreateChild0(UiEngineImpl.java:637)<br
/> at org.zkoss.zk.ui.impl.UiEngineImpl.execCreateChild(UiEngineImpl.java:593)<br
/> at org.zkoss.zk.ui.impl.UiEngineImpl.execCreate0(UiEngineImpl.java:537)<br
/> at org.zkoss.zk.ui.impl.UiEngineImpl.execCreateChild(UiEngineImpl.java:569)<br
/> at org.zkoss.zk.ui.impl.UiEngineImpl.execCreate0(UiEngineImpl.java:537)<br
/> at org.zkoss.zk.ui.impl.UiEngineImpl.execCreate(UiEngineImpl.java:504)<br
/> at org.zkoss.zk.ui.impl.UiEngineImpl.execNewPage0(UiEngineImpl.java:365)<br
/> at org.zkoss.zk.ui.impl.UiEngineImpl.execNewPage(UiEngineImpl.java:286)<br
/> at org.zkoss.zk.ui.http.DHtmlLayoutServlet.process(DHtmlLayoutServlet.java:237)<br
/> at org.zkoss.zk.ui.http.DHtmlLayoutServlet.doGet(DHtmlLayoutServlet.java:159)<br
/> at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)<br
/> at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)<br
/> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)<br
/> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br
/> at org.codehaus.groovy.grails.web.mapping.filter.UrlMappingsFilter.<br
/> processFilterChain(UrlMappingsFilter.java:282)<br
/> at org.codehaus.groovy.grails.web.mapping.filter.UrlMappingsFilter.doFilterInternal(UrlMappingsFilter.java:211)<br
/> at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)<br
/> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br
/> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br
/> at org.zkoss.zkgrails.ZKGrailsPageFilter.doFilter(ZKGrailsPageFilter.java:116)<br
/> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br
/> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br
/> at org.springframework.orm.hibernate3.support.<br
/> OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)<br
/> at org.codehaus.groovy.grails.orm.hibernate.support.<br
/> GrailsOpenSessionInViewFilter.doFilterInternal(GrailsOpenSessionInViewFilter.java:64)<br
/> at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)<br
/> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br
/> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br
/> at org.codehaus.groovy.grails.web.servlet.mvc.<br
/> GrailsWebRequestFilter.doFilterInternal(GrailsWebRequestFilter.java:65)<br
/> at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)<br
/> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br
/> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br
/> at org.codehaus.groovy.grails.web.filters.<br
/> HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:66)<br
/> at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)<br
/> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br
/> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br
/> at org.springframework.web.filter.CharacterEncodingFilter.<br
/> doFilterInternal(CharacterEncodingFilter.java:88)<br
/> at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)<br
/> at org.springframework.web.filter.DelegatingFilterProxy.<br
/> invokeDelegate(DelegatingFilterProxy.java:237)<br
/> at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)<br
/> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br
/> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br
/> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)<br
/> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)<br
/> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)<br
/> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<br
/> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)<br
/> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)<br
/> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)<br
/> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)<br
/> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)<br
/> at java.lang.Thread.run(Thread.java:595)</p> ]]></content:encoded> </item> <item><title>By: Felipe Cypriano</title><link>http://felipecypriano.com/blog/2009/12/10/grails-with-zk-embedding-zul-in-gsp/comment-page-1/#comment-172</link> <dc:creator>Felipe Cypriano</dc:creator> <pubDate>Wed, 17 Feb 2010 15:17:05 +0000</pubDate> <guid
isPermaLink="false">http://felipecypriano.com/blog/?p=274#comment-172</guid> <description>It doesn&#039;t seem to be a ZK problem. In &#039;mobillonline/grails-app/views/product/list.gsp&#039; file on line 7 you&#039;re trying to access an element index that doesn&#039;t exists in the array or list.Read the error message you sent.</description> <content:encoded><![CDATA[<p>It doesn&#8217;t seem to be a ZK problem. In &#8216;mobillonline/grails-app/views/product/list.gsp&#8217; file on line 7 you&#8217;re trying to access an element index that doesn&#8217;t exists in the array or list.</p><p>Read the error message you sent.</p> ]]></content:encoded> </item> <item><title>By: Wellington</title><link>http://felipecypriano.com/blog/2009/12/10/grails-with-zk-embedding-zul-in-gsp/comment-page-1/#comment-167</link> <dc:creator>Wellington</dc:creator> <pubDate>Fri, 12 Feb 2010 16:44:04 +0000</pubDate> <guid
isPermaLink="false">http://felipecypriano.com/blog/?p=274#comment-167</guid> <description>Hello Felipe,I tried to run your example. Any idea about following error:ERROR org.zkoss  - Failed to assign [model=] to
Unable to find a setter named model that supportsERROR view.GroovyPageView  - Error processing GroovyPageView: Error executing tag : java.lang.IndexOutOfBoundsException: index is out of range 0..-1 (index = 0) at C:/workspace/sts/mobillonline/grails-app/views/product/list.gsp:7
org.codehaus.groovy.grails.web.taglib.exceptions.GrailsTagException: Error executing tag : java.lang.IndexOutOfBoundsException: index is out of range 0..-1 (index = 0) at C:/workspace/sts/mobillonline/grails-app/views/product/list.gsp:7
at C__workspace_sts_mobillonline_grails_app_views_product_list_gsp$_run_closure1.doCall(C__workspace_sts_mobillonline_grails_app_views_product_list_gsp:24)
at C__workspace_sts_mobillonline_grails_app_views_product_list_gsp$_run_closure1.doCall(C__workspace_sts_mobillonline_grails_app_views_product_list_gsp)
at C__workspace_sts_mobillonline_grails_app_views_product_list_gsp.run(C__workspace_sts_mobillonline_grails_app_views_product_list_gsp:34)
at org.zkoss.zkgrails.ZKGrailsPageFilter.obtainContent(ZKGrailsPageFilter.java:201)
at org.zkoss.zkgrails.ZKGrailsPageFilter.doFilter(ZKGrailsPageFilter.java:140)
at java.lang.Thread.run(Thread.java:595)
Caused by: org.codehaus.groovy.runtime.InvokerInvocationException: java.lang.IndexOutOfBoundsException: index is out of range 0..-1 (index = 0)
... 6 more
Caused by: java.lang.IndexOutOfBoundsException: index is out of range 0..-1 (index = 0)
at org.zkoss.zkgrails.ZulResponse.(ZulResponse.groovy:42)
at ZkTagLib.cacheZul(ZkTagLib.groovy:70)
at ZkTagLib.this$2$cacheZul(ZkTagLib.groovy)
at ZkTagLib$_closure1.doCall(ZkTagLib.groovy:9)
... 6 more</description> <content:encoded><![CDATA[<p>Hello Felipe,</p><p>I tried to run your example. Any idea about following error:</p><p>ERROR org.zkoss  &#8211; Failed to assign [model=] to<br
/> Unable to find a setter named model that supports</p><p>ERROR view.GroovyPageView  &#8211; Error processing GroovyPageView: Error executing tag : java.lang.IndexOutOfBoundsException: index is out of range 0..-1 (index = 0) at C:/workspace/sts/mobillonline/grails-app/views/product/list.gsp:7<br
/> org.codehaus.groovy.grails.web.taglib.exceptions.GrailsTagException: Error executing tag : java.lang.IndexOutOfBoundsException: index is out of range 0..-1 (index = 0) at C:/workspace/sts/mobillonline/grails-app/views/product/list.gsp:7<br
/> at C__workspace_sts_mobillonline_grails_app_views_product_list_gsp$_run_closure1.doCall(C__workspace_sts_mobillonline_grails_app_views_product_list_gsp:24)<br
/> at C__workspace_sts_mobillonline_grails_app_views_product_list_gsp$_run_closure1.doCall(C__workspace_sts_mobillonline_grails_app_views_product_list_gsp)<br
/> at C__workspace_sts_mobillonline_grails_app_views_product_list_gsp.run(C__workspace_sts_mobillonline_grails_app_views_product_list_gsp:34)<br
/> at org.zkoss.zkgrails.ZKGrailsPageFilter.obtainContent(ZKGrailsPageFilter.java:201)<br
/> at org.zkoss.zkgrails.ZKGrailsPageFilter.doFilter(ZKGrailsPageFilter.java:140)<br
/> at java.lang.Thread.run(Thread.java:595)<br
/> Caused by: org.codehaus.groovy.runtime.InvokerInvocationException: java.lang.IndexOutOfBoundsException: index is out of range 0..-1 (index = 0)<br
/> &#8230; 6 more<br
/> Caused by: java.lang.IndexOutOfBoundsException: index is out of range 0..-1 (index = 0)<br
/> at org.zkoss.zkgrails.ZulResponse.(ZulResponse.groovy:42)<br
/> at ZkTagLib.cacheZul(ZkTagLib.groovy:70)<br
/> at ZkTagLib.this$2$cacheZul(ZkTagLib.groovy)<br
/> at ZkTagLib$_closure1.doCall(ZkTagLib.groovy:9)<br
/> &#8230; 6 more</p> ]]></content:encoded> </item> <item><title>By: André</title><link>http://felipecypriano.com/blog/2009/12/10/grails-with-zk-embedding-zul-in-gsp/comment-page-1/#comment-161</link> <dc:creator>André</dc:creator> <pubDate>Fri, 05 Feb 2010 19:10:50 +0000</pubDate> <guid
isPermaLink="false">http://felipecypriano.com/blog/?p=274#comment-161</guid> <description>Any chances to update the code using zkgrails 1.0-M2?</description> <content:encoded><![CDATA[<p>Any chances to update the code using zkgrails 1.0-M2?</p> ]]></content:encoded> </item> <item><title>By: Felipe Cypriano</title><link>http://felipecypriano.com/blog/2009/12/10/grails-with-zk-embedding-zul-in-gsp/comment-page-1/#comment-156</link> <dc:creator>Felipe Cypriano</dc:creator> <pubDate>Wed, 13 Jan 2010 14:36:06 +0000</pubDate> <guid
isPermaLink="false">http://felipecypriano.com/blog/?p=274#comment-156</guid> <description>Found it. The BookListComposer was throwing a NPE. Check the new code on GitHub repository.Thanks Matteo for pointing me this error.</description> <content:encoded><![CDATA[<p>Found it. The BookListComposer was throwing a NPE. Check the new code on GitHub repository.</p><p>Thanks Matteo for pointing me this error.</p> ]]></content:encoded> </item> <item><title>By: Matteo</title><link>http://felipecypriano.com/blog/2009/12/10/grails-with-zk-embedding-zul-in-gsp/comment-page-1/#comment-155</link> <dc:creator>Matteo</dc:creator> <pubDate>Wed, 13 Jan 2010 14:23:15 +0000</pubDate> <guid
isPermaLink="false">http://felipecypriano.com/blog/?p=274#comment-155</guid> <description>thank you very much</description> <content:encoded><![CDATA[<p>thank you very much</p> ]]></content:encoded> </item> <item><title>By: Felipe Cypriano</title><link>http://felipecypriano.com/blog/2009/12/10/grails-with-zk-embedding-zul-in-gsp/comment-page-1/#comment-154</link> <dc:creator>Felipe Cypriano</dc:creator> <pubDate>Wed, 13 Jan 2010 14:21:41 +0000</pubDate> <guid
isPermaLink="false">http://felipecypriano.com/blog/?p=274#comment-154</guid> <description>I was able to reproduce this error, I&#039;m checking the cause.</description> <content:encoded><![CDATA[<p>I was able to reproduce this error, I&#8217;m checking the cause.</p> ]]></content:encoded> </item> <item><title>By: Matteo</title><link>http://felipecypriano.com/blog/2009/12/10/grails-with-zk-embedding-zul-in-gsp/comment-page-1/#comment-153</link> <dc:creator>Matteo</dc:creator> <pubDate>Wed, 13 Jan 2010 14:14:31 +0000</pubDate> <guid
isPermaLink="false">http://felipecypriano.com/blog/?p=274#comment-153</guid> <description>Just tried with groovy 1.6, same error</description> <content:encoded><![CDATA[<p>Just tried with groovy 1.6, same error</p> ]]></content:encoded> </item> <item><title>By: Felipe Cypriano</title><link>http://felipecypriano.com/blog/2009/12/10/grails-with-zk-embedding-zul-in-gsp/comment-page-1/#comment-152</link> <dc:creator>Felipe Cypriano</dc:creator> <pubDate>Wed, 13 Jan 2010 14:12:39 +0000</pubDate> <guid
isPermaLink="false">http://felipecypriano.com/blog/?p=274#comment-152</guid> <description>This is strange. The only difference I see between our environment is the groovy version, I do not have a standalone groovy installation. I&#039;m using only the groovy that is bundled with Grails, which I think is 1.6.</description> <content:encoded><![CDATA[<p>This is strange. The only difference I see between our environment is the groovy version, I do not have a standalone groovy installation. I&#8217;m using only the groovy that is bundled with Grails, which I think is 1.6.</p> ]]></content:encoded> </item> <item><title>By: Matteo</title><link>http://felipecypriano.com/blog/2009/12/10/grails-with-zk-embedding-zul-in-gsp/comment-page-1/#comment-151</link> <dc:creator>Matteo</dc:creator> <pubDate>Wed, 13 Jan 2010 13:49:05 +0000</pubDate> <guid
isPermaLink="false">http://felipecypriano.com/blog/?p=274#comment-151</guid> <description>Hi,
I just tried your code but I got the same error (printed by line 42 @ zkgrails/src/groovy/org/zkoss/zkgrails/ZulResponder.groovy).
I was using grails 1.2.0 and zkgrails-1.0M1, but I tried also with grails 1.1.2 and zkgrails 0.7.6, same error...Maybe it&#039;s something wrong in my environment (groovy 1.7.0, JVM: 1.6.0_17, Mac Snow Leopard), I&#039;ll investigate more.
Thank you for your quick reply
Regards</description> <content:encoded><![CDATA[<p>Hi,<br
/> I just tried your code but I got the same error (printed by line 42 @ zkgrails/src/groovy/org/zkoss/zkgrails/ZulResponder.groovy).<br
/> I was using grails 1.2.0 and zkgrails-1.0M1, but I tried also with grails 1.1.2 and zkgrails 0.7.6, same error&#8230;</p><p>Maybe it&#8217;s something wrong in my environment (groovy 1.7.0, JVM: 1.6.0_17, Mac Snow Leopard), I&#8217;ll investigate more.<br
/> Thank you for your quick reply<br
/> Regards</p> ]]></content:encoded> </item> <item><title>By: Felipe Cypriano</title><link>http://felipecypriano.com/blog/2009/12/10/grails-with-zk-embedding-zul-in-gsp/comment-page-1/#comment-150</link> <dc:creator>Felipe Cypriano</dc:creator> <pubDate>Wed, 13 Jan 2010 12:32:39 +0000</pubDate> <guid
isPermaLink="false">http://felipecypriano.com/blog/?p=274#comment-150</guid> <description>Hello Matteo,I never seen these messages before. But I&#039;ve just pushed the code I used to made this post to a github repository and you can access it here: http://github.com/fmcypriano/embedding-zul-gspCompare your code with mine. If you find any bugs please don&#039;t hesitate to tell me.Regards</description> <content:encoded><![CDATA[<p>Hello Matteo,</p><p>I never seen these messages before. But I&#8217;ve just pushed the code I used to made this post to a github repository and you can access it here: <a
href="http://github.com/fmcypriano/embedding-zul-gsp" rel="nofollow">http://github.com/fmcypriano/embedding-zul-gsp</a></p><p>Compare your code with mine. If you find any bugs please don&#8217;t hesitate to tell me.</p><p>Regards</p> ]]></content:encoded> </item> <item><title>By: Matteo</title><link>http://felipecypriano.com/blog/2009/12/10/grails-with-zk-embedding-zul-in-gsp/comment-page-1/#comment-149</link> <dc:creator>Matteo</dc:creator> <pubDate>Wed, 13 Jan 2010 11:26:10 +0000</pubDate> <guid
isPermaLink="false">http://felipecypriano.com/blog/?p=274#comment-149</guid> <description>Hi,
I&#039;ve tried your example but gsp pages rendersregexp (?m)(?s)(?i)\A.*\Qinstead of the zk head andregexp (?m)(?s)(?i)\Q
.* not foundinstead of the zk body...I&#039;m new to grails but I&#039;m pretty sure my code is correct
Any suggestion?Thanks
bye</description> <content:encoded><![CDATA[<p>Hi,<br
/> I&#8217;ve tried your example but gsp pages renders</p><p>regexp (?m)(?s)(?i)\A.*\Q</p><p>instead of the zk head and</p><p>regexp (?m)(?s)(?i)\Q<br
/> .* not found</p><p>instead of the zk body&#8230;</p><p>I&#8217;m new to grails but I&#8217;m pretty sure my code is correct<br
/> Any suggestion?</p><p>Thanks<br
/> bye</p> ]]></content:encoded> </item> <item><title>By: Felipe Cypriano</title><link>http://felipecypriano.com/blog/2009/12/10/grails-with-zk-embedding-zul-in-gsp/comment-page-1/#comment-140</link> <dc:creator>Felipe Cypriano</dc:creator> <pubDate>Mon, 04 Jan 2010 10:11:06 +0000</pubDate> <guid
isPermaLink="false">http://felipecypriano.com/blog/?p=274#comment-140</guid> <description>@Simon, Grails and ZK are different kinds of frameworks that can complement each other. While ZK is a GUI framework Grails is a full stack one and one part of it is responsible for the GUI which is the GSP technology. I&#039;m using both together because I can easily integrate the facilities of grails/groovy with ZK, and ZK have a lot of great built-in components. So with both frameworks my code is easier and richer.</description> <content:encoded><![CDATA[<p>@Simon, Grails and ZK are different kinds of frameworks that can complement each other. While ZK is a GUI framework Grails is a full stack one and one part of it is responsible for the GUI which is the GSP technology. I&#8217;m using both together because I can easily integrate the facilities of grails/groovy with ZK, and ZK have a lot of great built-in components. So with both frameworks my code is easier and richer.</p> ]]></content:encoded> </item> <item><title>By: Simon Massey</title><link>http://felipecypriano.com/blog/2009/12/10/grails-with-zk-embedding-zul-in-gsp/comment-page-1/#comment-139</link> <dc:creator>Simon Massey</dc:creator> <pubDate>Mon, 04 Jan 2010 04:31:20 +0000</pubDate> <guid
isPermaLink="false">http://felipecypriano.com/blog/?p=274#comment-139</guid> <description>Hi All,I am just wondering if people are yet mixing Grails and ZK into the same production applications and if so then why?rgds</description> <content:encoded><![CDATA[<p>Hi All,</p><p>I am just wondering if people are yet mixing Grails and ZK into the same production applications and if so then why?</p><p>rgds</p> ]]></content:encoded> </item> <item><title>By: Felipe Cypriano</title><link>http://felipecypriano.com/blog/2009/12/10/grails-with-zk-embedding-zul-in-gsp/comment-page-1/#comment-135</link> <dc:creator>Felipe Cypriano</dc:creator> <pubDate>Wed, 30 Dec 2009 10:05:57 +0000</pubDate> <guid
isPermaLink="false">http://felipecypriano.com/blog/?p=274#comment-135</guid> <description>I was having issues with binder yesterday, on another code, and my solution was don&#039;t call it on afterCompose phase. So, to fix your problem you could use some groovy magic and change the code to:&lt;pre&gt;binder?.loadAll()&lt;/pre&gt;In afterCompose phase the binder won&#039;t be called, but in the other events, like onClick it will. And it&#039;s necessary to updated the listbox with the new data from the model.Regards</description> <content:encoded><![CDATA[<p>I was having issues with binder yesterday, on another code, and my solution was don&#8217;t call it on afterCompose phase. So, to fix your problem you could use some groovy magic and change the code to:</p><pre>binder?.loadAll()</pre><p>In afterCompose phase the binder won&#8217;t be called, but in the other events, like onClick it will. And it&#8217;s necessary to updated the listbox with the new data from the model.</p><p>Regards</p> ]]></content:encoded> </item> <item><title>By: André</title><link>http://felipecypriano.com/blog/2009/12/10/grails-with-zk-embedding-zul-in-gsp/comment-page-1/#comment-132</link> <dc:creator>André</dc:creator> <pubDate>Wed, 30 Dec 2009 00:47:48 +0000</pubDate> <guid
isPermaLink="false">http://felipecypriano.com/blog/?p=274#comment-132</guid> <description>Thanks Felipe for answering... it works! But now there`s a new exception:Exception Message: Cannot invoke method loadAll() on null object
Caused by: java.lang.NullPointerException: Cannot invoke method loadAll() on null object
Class: BookListComposerIf I comment the line &quot;binder.loadAll()&quot; in BookListComposer the application works, but I guess this line has it importance...Andre</description> <content:encoded><![CDATA[<p>Thanks Felipe for answering&#8230; it works! But now there`s a new exception:</p><p>Exception Message: Cannot invoke method loadAll() on null object<br
/> Caused by: java.lang.NullPointerException: Cannot invoke method loadAll() on null object<br
/> Class: BookListComposer</p><p>If I comment the line &#8220;binder.loadAll()&#8221; in BookListComposer the application works, but I guess this line has it importance&#8230;</p><p>Andre</p> ]]></content:encoded> </item> <item><title>By: Felipe Cypriano</title><link>http://felipecypriano.com/blog/2009/12/10/grails-with-zk-embedding-zul-in-gsp/comment-page-1/#comment-110</link> <dc:creator>Felipe Cypriano</dc:creator> <pubDate>Mon, 28 Dec 2009 18:53:02 +0000</pubDate> <guid
isPermaLink="false">http://felipecypriano.com/blog/?p=274#comment-110</guid> <description>If want to know more about ZK&#039;s native namespace read this article: http://www.zkoss.org/doc/devguide/ch07s17s02.html</description> <content:encoded><![CDATA[<p>If want to know more about ZK&#8217;s native namespace read this article: <a
href="http://www.zkoss.org/doc/devguide/ch07s17s02.html" rel="nofollow">http://www.zkoss.org/doc/devguide/ch07s17s02.html</a></p> ]]></content:encoded> </item> <item><title>By: Felipe Cypriano</title><link>http://felipecypriano.com/blog/2009/12/10/grails-with-zk-embedding-zul-in-gsp/comment-page-1/#comment-108</link> <dc:creator>Felipe Cypriano</dc:creator> <pubDate>Mon, 28 Dec 2009 10:28:22 +0000</pubDate> <guid
isPermaLink="false">http://felipecypriano.com/blog/?p=274#comment-108</guid> <description>Hello André,I try to make the sample codes as simple as possible and in this case I&#039;ve removed the namespace &quot;n&quot; from the xml. Try to update your zul file with this:&lt;pre&gt;&lt;zk xmlns:n=&quot;http://www.zkoss.org/2005/zk/native&quot;&gt;
&lt;!-- actual code here --&gt;
&lt;/zk&gt;&lt;/pre&gt;Best regards</description> <content:encoded><![CDATA[<p>Hello André,</p><p>I try to make the sample codes as simple as possible and in this case I&#8217;ve removed the namespace &#8220;n&#8221; from the xml. Try to update your zul file with this:</p><pre>&lt;zk xmlns:n=&quot;http://www.zkoss.org/2005/zk/native&quot;&gt;
    &lt;!-- actual code here --&gt;
&lt;/zk&gt;</pre><p>Best regards</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 29/55 queries in 0.097 seconds using disk

Served from: felipecypriano.com @ 2010-09-08 16:07:28 -->