Ted Steen <ted.steen <at> gmail.com> writes: > but for some reason tapestry doesn't allow me to use the <at> Persist > annotation along with the <at> Parameter annotation.
You can apply a only single annotation to a given construct (eg, a getter). This is a rule in Java. For your case you may create another persist property and set it to the value of the parameter. -- Author of a book for learning Tapestry (www.agileskills2.org/EWDT) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
