Hello again,

I would like to fill a form with a Person bean, which has several simple properties (first name, last name and so on), plus :

   * a property "gender", which currently can have one of two values :
     how to deal with this ? I would like this list of values (male and
     female) to be accessible to other classes. I thought of creating a
     table, but how to access it in a form with a FORM:RADIO ?Is there
     a standard way in RIFE to deal with this kind of properties
     (gender, title, etc) ?

   * a property "address" of type Address, from table address. It seems
     that you can only associate one bean per form, so how can i manage
     it ?


Thanks for your help.

Laki
_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to