Dear All,

After presentation Apache Isis to my manager, what he doesn't like is UI,
Because the application which I am developing is HR System, which has a lot
of form, so UX is very important for us.

After Using Apache Isis for a while I have some problem on UI behavior as
bellow:
1. When I click on the control it always scroll to top, so if my from has
2x of screen high, user will very difficult for input data.
2. When user click on a textbox it always show "OK" and "Cancel" button, OK
button use submit, this make my form refresh every time I press Enter or
Click "OK", so it always scroll back to top and destroy another field that
I did not submit.
3. I want to change behavior of textbox from Clicking Submit to use jQuery
(ZK like) to send data to my VM when user Lost Focus on textbox.

Please help to guide me what should I do/learn to solve this problem.


Another option for me is to integrate Apache Isis with ZK Framework. ZK
framework for implement presentation layer and fronted layer. Is this
option possible?

Reply via email to