PiRSquared17 / zkgrails

Automatically exported from code.google.com/p/zkgrails
0 stars 0 forks source link

using ZK Richlet with ZKGrails #338

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Which version of ZKGrails you're using? On what operating system?
latest version on Win 7

Which version of Grails you're using?
latest version

What steps will reproduce the problem?
1. I cannot seem to get a Richlet to display. I have added Richlet statement to 
zk.xml. I have searched the web for any information linking ZKGrails to 
Richlets.

I don't believe I need a GSP file for Richlets? A simple HelloWorld Richlet 
example with support files and file entries would be greatly appreciated.

Original issue reported on code.google.com by park...@gmail.com on 26 Jul 2013 at 11:54

GoogleCodeExporter commented 9 years ago
Thank you for reporting. Could you please attach a small case to reproduce this 
bug?

Thanks again.

Original comment by chanwit on 27 Jul 2013 at 3:11

GoogleCodeExporter commented 9 years ago
I don't know if this is a bug or not - hence my question. I cannot find any
documentation on how to get ZKGrails to work with Richlets, so I am not
sure how to get the richlet to display. I am asking for some guidence (e.g.
sample code).

Original comment by park...@gmail.com on 28 Jul 2013 at 12:41

GoogleCodeExporter commented 9 years ago
It can be changed to a feature request. Anyway, I did not plan to support 
Richlet from start as the framework is focusing on the MVC pattern.

If you'd like to have it supported. Could you please provide some Richlet 
example that you expected ZKGrails to support? So I can continue from that.

Thanks

Original comment by chanwit on 29 Jul 2013 at 3:40

GoogleCodeExporter commented 9 years ago
hmm...my understanding is a zk richlet is the view, where java is used instead 
of zul to create the components. There are examples of richlets being used in 
MVC and MVVM.

Original comment by park...@gmail.com on 30 Jul 2013 at 5:43