thomastom99 / wc

wc Public Repository
0 stars 0 forks source link

Navigation Error #7

Closed Revathyms closed 9 years ago

Revathyms commented 9 years ago

Navigation error on Question Bank Master page. On the Fresh Page(Without Filling any forms),When we click Add Question Button, control navigate to an error page... error add

thomastom99 commented 9 years ago

Validation checkk should be done for the fields before we need to proceed.. If the filed is blank , then display appropriate error message and stop. Error Message Filed should be there.. Please make sure that existing functionality should not be broken..This form is working for most of the direct cases.. so please be very careful.

thomastom99 commented 9 years ago

Sachin .. Please work on this and other Online exam related Bugs..

sachin-jose commented 9 years ago

The issue happened when we click on the "Add questions" & "Edit Questions" button. I enclosed the code in try catch and set a warning. Now the problem is fixed and working fine now.