Hello all,
I’m customizing a Centrasite ActiveSOA 9 installation for a customer. I was able to change the internal pages (after login) with success, by using the Pluggable Architecture Guide, my problem is changing the login page:
If I create a new login page in Application Designer, with the Login Page template and a custom adapter, it generates a basic interface but the JAVA boilerplate code in the adapter doesn’t work… I notice that a lot is missing when compared with the decompiled class LoginAdapter.
If I try to use an adapter that extends the LoginAdapter class, the process works, but the layout is the standard one…
Is there any way to achieve this without going through the trial and error process of writing a Custom Login Adapter from zero, other than editing the original cslogin.jpg?