-1

i am using the validation example from the "revel" golang framework. in the existing code, i have added new field. however, it is not recognizing the the contents of field and always throws the error.

here is the url: https://github.com/revel/examples/tree/master/validation

i have updated the entries in the model, controller and views. it is still throwing error.

James Z
  • 12,209
  • 10
  • 24
  • 44
user2315104
  • 2,378
  • 7
  • 35
  • 54

1 Answers1

0

i added the specific structure in the controller and its resolved...

user2315104
  • 2,378
  • 7
  • 35
  • 54