Thanks Anthony.

I have decided to move the logic to the controller and sidestep the
difficulties of handling it in the model.

The workflow separates forms for survey(general particulars), questions,
options to questions and extra information linked to questions.  The
present question in the above problem would be the question that, if a
certain option was chosen, would cause other questions to be hidden.  That
was why I tried to exclude the present one from the set.

In the controller I can handle all these difficulties easier using separate
steps in stead of trying to use one validator.

Your remarks helps me to understand why my IS_IN_SET had a problem.

Regards
Johann




-- 
Because experiencing your loyal love is better than life itself,
my lips will praise you.  (Psalm 63:3)

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to