I did that as a service in Tapestry 3, works perfectly.
Konstantin Ignatyev
PS: If this is a typical day on planet earth, humans will add fifteen million
tons of carbon to the atmosphere, destroy 115 square miles of tropical
rainforest, create seventy-two miles of desert, eliminate between
does anyone try jasperreports in tapestry ?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Suppse your PropertySelection component looks
something like
and you would like to set the drop down list to have
an initial selected value
of 'myTeacher', say.
One way is use the translateValue method in
TeacherSelectionModel to return
'myTeacher' and then set
I know there is going to be a simple answer, but I've been pulling my
hair out for a day now. I have an object Class that has a property
Teacher. I have a page that allows you to edit the class details. On
this page there is a drop down of teachers. The drop down is created
using a custom Teachers