Stijn Christiaens <stichris <at> vub.ac.be> writes: > I have the following problem. I have a page which contains a Form and some > RadioButtons and If components. The page represents one question in a > multiple > choice system (hence the form with the radiobuttons).
Store the question id into a client persistent property or a hidden field. Make sure you use that id to determine the # of RadioButtons (eg, use a For component to iterate over the answers for the question with that id). -- Author of a book for learning Tapestry (www.agileskills2.org/EWDT) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
