Link to home
Start Free TrialLog in
Avatar of dkim18
dkim18

asked on

Web form and populating

Hi Experts,

I am a rails newbie and I couldnt find good example for the following task.

I have USERS table with login_name column and web form that take login name as parameter and see if login name exists in the USERS table.
If exists, it populate in web form, if not, display appropriate error message.

I dont know how to pass the parameter in controller and populating on the web form if the user name exists.

Can somebody show me a brief example?

Thx,

ASKER CERTIFIED SOLUTION
Avatar of F. Dominicus
F. Dominicus
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dkim18
dkim18

ASKER

Great! it works. Easier than I thought...