Tuesday 03 February 2004 8:48:36 am
hi all, i have some basic doubts about creating forms and I haven't found documentation on it. I'll try to explain it:
1st) in the first page I have a form with a SELECT list, i.e. with values 'a', 'b' and 'c' 2nd) i have a class with an attribute (an enum) with 'a', 'b' and 'c' as possible values in the first page the user will choose one of the values in the list, and when the form is submitted I want to display all the objects in a specific folder that equal in its enum attribute, the value selected by the user.
I think it should be sthg easy, but I don't know how to share information between templates (or send information form a template to another), or what do I have to put in the ACTION field of the form. Maybe it can be done without using forms, in that case, how? I hope I explained fine, thanks in advance for any help provided.
|