cancel
Showing results for 
Search instead for 
Did you mean: 

Create Login Page

Former Member
0 Kudos

Hi...Expwrts I created fields for username , password and Login button. When i clicked login button its navigate to other view(If user name and password correct only do this process). can anyone resolve my problem.

Accepted Solutions (1)

Accepted Solutions (1)

gill367
Active Contributor
0 Kudos

You have to write the logic in the code in event handler of button in view.

there use if condition to check the correct credentials and then if true then fire the plug to navigate to the next view.

thanks

Sarbjeet Singh

Answers (2)

Answers (2)

former_member229979
Participant
0 Kudos

On the 'Login' button, mention a action and a ONACTION METHOD.

Write code to check username and password in the ONACTION method.

On passing the check, navigate the user to second page of the window.

In case, you have some other issue, please elaborate.

Former Member
0 Kudos

Thanku Experts,

Your Answer is very useful to me.Now I solved my problem

Former Member
0 Kudos

HI,

I have wrtitten a jsp code (iview) in which I can write a username and password and there is a login button, too.

And know I want to check the username and the password.

Can somebody help me???

Greetings Cilvaring

Former Member
0 Kudos

Hi Karthikeyan ,

Please explain your problem a little bit more.

If you want to implement that scenario that you can do this in the onaction method of your button.

In the action just check username and password and if match then fire outbound plug to another view.

Reply if you have any specific issue.

Thanks & Regards,

Monishankar Chatterjee