Hi Tim, > 1. I think the removal of _sourcePage is ok for GET links. But I > think we should add a parameter to s:link/s:url that allows the > inclusion of it.
Sound good :) > 2. I'm a little more concerned about the fields present stuff. That's > used, not only as a part of wizards, but also to determine how to > handle checkboxes and multi-selects since most (all?) browsers submit > nothing in the request if these controls are unselected. Turning off > this when there is no session seems to degrade the functionality of > Stripes and would be rather confusing to most users I know that the absence of the present fields stuff degrades the functionality -- that's why I wrote "isn't absolutely necessary for every form" :) I'm thinking about login forms or simple registration forms (where can't edit/uncheck things) because these are the pages I want to use w/o a HttpSession. In "normal" Stripes forms, the present fields stuff is important and should be included without any doubt! As I initially said, I think it's best to control this via tag attributes, maybe like this: presentFieldHandling="no[WARNING:...]|yes[default]" and sourcePage="encryptedRequest[default]|session|clearRequest|none" Sebastian -- Sebastian Beigel // Software Architekt (F) Die Firma GmbH // Innovative Kommunikation Schwalbacher Straße 74 // D-65183 Wiesbaden T +49.6 11.2 38 50.24 // F +49.6 11.2 38 50.11 mailto:[EMAIL PROTECTED] // http://www.diefirma.de Amtsgericht Wiesbaden // HRB 1091 GF // M. Fischer, J. Fritz, C. Kepper, C. Kremers, M. Wenig Kurze Pause gefällig? www.neckermann.de/krimi ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Stripes-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-development
