Villas My friend !

this is an eureka moment for me ! .... what you showed me there helped me a 
lot ! it actually solved my problem !

I just had to tweak the user_sex set defined in the model  the following 
way :

user_sex = {'male':IMG(_src=URL('static','images/male_thumb.png')),
            'female':IMG(_src=URL('static','images/female_thumb.png')),
           }

And .. bingo .. it worked ! .... it is a list of 2 pics ( 2 symbols in this 
case )  and the user needs to choose one of them !

the images finally showed up in the view !

It worked !!! hehehehe   :) :) :)

thanks a million ....

Web2py is great !! .. I love it ...

-- 



Reply via email to