Have you tried using tabs via the xxx.layout.xml? My pages aren't more than one screen height and I've not had the other problems that you indicate, Apache Isis doesn't submit a form in the sense of an HTML <form> element, each click of OK submits the updated value to the database.
On Tue, Nov 21, 2017 at 8:36 PM, SE Song <[email protected]> wrote: > 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? >
