JSTL under .zul files
21 Oct 2008 19:51:33 GMT
22 Oct 2008 01:25:32 GMT
22 Oct 2008 01:25:32 GMT
The simple answer is NO, zul page is not based on JSP Technology and Zul is Component based, not Text based.
But in Zul document, all JSTL's functionalities like if, else, foreach, are already supported(actually Zul is more powerful).
you don't have to use JSTL, you can use EL with other ZK's features, please check them in ZK's Dev Guide.
Main Page of Documentation
22 Oct 2008 09:53:28 GMT
22 Oct 2008 09:53:28 GMT
use jsp component
16 Dec 2011 17:58:22 GMT
16 Dec 2011 17:58:22 GMT
The JSTL is not working in zul file , but we have a alternate for using ZK web core taglib in zul file,
Please reference to
http://books.zkoss.org/wiki/ZUML_Reference/ZUML/Processing_Instructions/taglib
19 Dec 2011 09:58:51 GMT
19 Dec 2011 09:58:51 GMT
My two cents... switch to ZK, we used to use jstl in plain JSP but ZK is definitively more powerful and integrated.
ZK - Open Source Ajax Java Framework
Hi!
Anyone can I tell me if I can use jstl tags undex .zul files?
is it posible?
thanks!!!