I think Ian hit on it. I like actions when you have basic read a variable - write out the same page with some differnet text.Where it gets all annoying, though, is preAction and postAction, which are like an anemic form of the writeHTML, writeHead, writeTitle, writeStyleSheet etc. setup that Page has for normal requests. Or, where you don't want to write anything, but way to treat the action as an action (i.e., something that does something, not something that merely changes the display) -- there again preAction and postAction get in the way. However when you want to use an action as an action then it all gets in the way. The current action system is very easy to understand and IMHO a great path to a first webware app. Once you gain some higher enlightenment you will use some MVC technique or FormKit or roll your own. My point as this: I would like to see action stay in the basic setup as a part of Page, but I would also like to see some more advanced version of page for others to use. Look at other basic examples for PHP/JSP/ASP and you will see the same type of code: 1)start writing the page 2) If there is a request var print something 3) If there is no request print a form -Aaron ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss -- -Aaron http://www.MetroNY.com/ "I don't know what's wrong with my television set. I was getting C-Span and the Home Shopping Network on the same station. I actually bought a congressman." - Bruce Baum |
- [Webware-discuss] Changing actions Ian Bicking
- Re: [Webware-discuss] Changing actions Eric Radman
- Re: [Webware-discuss] Changing actions Matt Feifarek
- Re: [Webware-discuss] Changing actions Ian Bicking
- Re: [Webware-discuss] Changing actions Matt Feifarek
- Re: [Webware-discuss] Changing actions Ian Bicking
- Re: [Webware-discuss] Changing actions Aaron Held
- Re: [Webware-discuss] Changing act... Ian Bicking
- Re: [Webware-discuss] Changing... Eric Radman
- Re: [Webware-discuss] Changing... Aaron Held
- Re: [Webware-discuss] Changing... Matt Feifarek
- Re: [Webware-discuss] Changing... Ian Bicking
- RE: [Webware-discuss] Changing... jose
- Re: [Webware-discuss] Changing... Matt Feifarek
- Re: [Webware-discuss] Changing... Ian Bicking
- Re: [Webware-discuss] Changing... Matt Feifarek
- Re: [Webware-discuss] Changing... Ian Bicking
- Re: [Webware-discuss] Changing... Matt Feifarek
- Re: [Webware-discuss] Changing... Ian Bicking
- Re: [Webware-discuss] Changing... Matt Feifarek
