I've just added a bug describing changes to the PropertySelection component.
Basically, we're going to phase out the renderer parameter, and make it always render as a drop-down list. This will add informal parameters, plus a formal parameter, submitOnChange. Many people have complained, and I don't think anyone is using the radio button renderer anyway. If necessary, a RadioPropertySelection component can be created. ----- Original Message ----- From: "Joseph Panico" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 10, 2002 1:27 AM Subject: RE: [Tapestry-developer] How to make Action work like Submit? > Yep, I had to do exactly the same thing. It would be really nice if things > like this just worked out of the box. > > Joe > > > >From: "Ara Abrahamian" <[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]> > >Subject: RE: [Tapestry-developer] How to make Action work like Submit? > >Date: Wed, 10 Jul 2002 10:31:55 +0430 > > > > > Well, we are doing something very similar. Because there are so many > > > potential exit points from some of our form pages, we use the onchange > > > action of the form elements rather than the onclick action of the > > > >While we're talking about onChange: > >Unfortunately it's not possible to add onChange/onLoad/etc javascript > >triggers to a PropertySelection. It doesn't support informal parameters. > >I know there's no direct mapping from a PropertySelection (at least with > >this "abstract name") but it's very bad this way. I had to install my > >own PropertySelectionRenderer and access generateAttributes() from it to > >render attributes too, and because generateAttributes() is protected and > >not accessible from my package I had to put my renderer in > >net.sf.tapestry :-) > > > >Howard, any chance for allowing us to add informal parameters to > >PropertySelection? And don't you think methods such as > >generateAttributes should be placed in a RenderingUtil class? > > > >Ara. > > > > > > > >------------------------------------------------------- > >This sf.net email is sponsored by:ThinkGeek > >Two, two, TWO treats in one. > >http://thinkgeek.com/sf > >_______________________________________________ > >Tapestry-developer mailing list > >[EMAIL PROTECTED] > >https://lists.sourceforge.net/lists/listinfo/tapestry-developer > > > Joseph Panico > [EMAIL PROTECTED] > > _________________________________________________________________ > Join the world's largest e-mail service with MSN Hotmail. > http://www.hotmail.com > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Two, two, TWO treats in one. > http://thinkgeek.com/sf > _______________________________________________ > Tapestry-developer mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/tapestry-developer ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Two, two, TWO treats in one. http://thinkgeek.com/sf _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
