Hi *,
I think that this is not possible, but it might be my vision that's a bit blurred.
I'm working on a plain grails app, adding a bit of ZK flavor on top of it.
I have the person/list.gsp (now with zkui tags) and shows the person list.
The client wants that the create and edit operations, to be handled on the same URL with ajax (meaning that an onClick event will open the create/edit.gsp inside a modal window)
Could this be done somehow?
Or my only solution for this is replacing create.gsp and list.gsp to plain zul files?
Thanks and regards,
Madruga