Hi Community,

I am using cas-overlay-maven with version 5.2.1

I need to have 3 fields. Login, Pancard and then Password. I 
copied login-webflow.xml inside src/main/resources and  added the binding.

<view-state id="viewLoginForm" view="casLoginView" model="credential">

        <binder>

            <binding property="username" required="true"/>

            <binding property="pancard" required="true"/>

            <binding property="password" required="true"/>

        </binder>

        <transition on="submit" bind="true" validate="true" to="realSubmit" 
history="invalidate"/>

    </view-state>


It does not show anything on ui. What else I am missing?

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/12d510ba-147e-4422-8042-ae05761757ee%40apereo.org.

Reply via email to