掲示板

Zk portlet example

11年前 に mahi gari によって更新されました。

Zk portlet example

New Member 投稿: 9 参加年月日: 12/08/16 最新の投稿
Hi Could you please send me the zk portlet curd operation example....its important for me...

Regards
Mahi.G
11年前 に imran khan によって更新されました。

RE: Zk portlet example

New Member 投稿: 6 参加年月日: 12/09/18 最新の投稿
Hi ,
I am looking for CRUD operations sample examples with ZK and Liferay .

If you get the response from anyone folks over , can u plz share.

Thanks
thumbnail
11年前 に Vishal Panchal によって更新されました。

RE: Zk portlet example

Expert 投稿: 289 参加年月日: 12/05/20 最新の投稿
Hi mahi gari , imran khan ,

You can visit this link it will be surely helpful to you.

Thanks & Regards,
Vishal R. Panchal
11年前 に imran khan によって更新されました。

RE: Zk portlet example

New Member 投稿: 6 参加年月日: 12/09/18 最新の投稿
Thanks a lot Vishal
11年前 に imran khan によって更新されました。

RE: Zk portlet example

New Member 投稿: 6 参加年月日: 12/09/18 最新の投稿
Hi Vishal,

One more quick question , I am trying to do dynamic web project with ZKoss and Liferay portal .
Not able to call Composer . I was able Hello ZUL application without composer (only hello.zul)

I try to add couple of Text fields and try fetch in Composer class . But get into composer . Please help what I am missing .

Thanks in advance.
Imran
thumbnail
11年前 に Vishal Panchal によって更新されました。

RE: Zk portlet example

Expert 投稿: 289 参加年月日: 12/05/20 最新の投稿
imran khan:
Hi Vishal,

One more quick question , I am trying to do dynamic web project with ZKoss and Liferay portal .
Not able to call Composer . I was able Hello ZUL application without composer (only hello.zul)

I try to add couple of Text fields and try fetch in Composer class . But get into composer . Please help what I am missing .

Thanks in advance.
Imran


Hi

you can simply call composer class by using following tag in ZK.
<window id="sampleWindow" width="100%" closable="false"
apply="com.portlet.composer.SampleComposer">

///--- your ZK components here like label,textbox,button etc ----//////

</window>


Now here SampleComposer is a class which extends GenericForwardComposer.

Thats it.!

Please let me know if any further inputs require..!

Thanks & Regards,
Vishal R. Panchal