[CONF] Confluence Changes in the last 24 hours
- This is a daily summary of all recent changes in Confluence. - Updated Spaces: - OpenJPA (openjpa) http://cwiki.apache.org/confluence/display/openjpa | |-Pages Added or Edited in This Space |-- Found a Bug was last edited by craigrussell (09:43 AM). | http://cwiki.apache.org/confluence/display/openjpa/Found+a+Bug Apache Camel (CAMEL) http://cwiki.apache.org/confluence/display/CAMEL | |-Pages Added or Edited in This Space |-- Release Guide was last edited by [EMAIL PROTECTED] (01:22 PM). | http://cwiki.apache.org/confluence/display/CAMEL/Release+Guide |-- Why the name Camel was last edited by jstrachan (08:04 AM). | http://cwiki.apache.org/confluence/display/CAMEL/Why+the+name+Camel Apache CXF 2.0 Documentation (CXF20DOC) http://cwiki.apache.org/confluence/display/CXF20DOC | |-Pages Added or Edited in This Space |-- WSPConfiguration was last edited by [EMAIL PROTECTED] (10:05 AM). | http://cwiki.apache.org/confluence/display/CXF20DOC/WSPConfiguration OpenEJB 3.0.x documentation (OPENEJBx30) http://cwiki.apache.org/confluence/display/OPENEJBx30 | |-Pages Added or Edited in This Space |-- Security Annotations was last edited by dblevins (01:54 PM). | http://cwiki.apache.org/confluence/display/OPENEJBx30/Security+Annotations Apache ActiveMQ (ACTIVEMQ) http://cwiki.apache.org/confluence/display/ACTIVEMQ | |-Pages Added or Edited in This Space |-- Articles was last edited by [EMAIL PROTECTED] (02:40 PM). | http://cwiki.apache.org/confluence/display/ACTIVEMQ/Articles |-- Navigation was last edited by rajdavies (02:59 AM). | http://cwiki.apache.org/confluence/display/ACTIVEMQ/Navigation |-- How do I embed a Broker inside a Connection was last edited by rajdavies (02:24 AM). | http://cwiki.apache.org/confluence/display/ACTIVEMQ/How+do+I+embed+a+Broker+inside+a+Connection Apache Roller (ROLLER) http://cwiki.apache.org/confluence/display/ROLLER | |-Pages Added or Edited in This Space |-- Roller 4.0 Release Notes was last edited by mraible (08:09 PM). | http://cwiki.apache.org/confluence/display/ROLLER/Roller+4.0+Release+Notes Apache ServiceMix (SM) http://cwiki.apache.org/confluence/display/SM | |-Pages Added or Edited in This Space |-- Home was last edited by bsnyder (08:16 PM). | http://cwiki.apache.org/confluence/display/SM/Home |-- Apache ServiceMix at Javapolis 2007 was created by bsnyder (02:37 PM). | http://cwiki.apache.org/confluence/display/SM/2007/12/18/Apache+ServiceMix+at+Javapolis+2007 |-- Articles was last edited by bsnyder (10:07 AM). | http://cwiki.apache.org/confluence/display/SM/Articles |-- servicemix-cxf-se was last edited by bsnyder (08:16 AM). | http://cwiki.apache.org/confluence/display/SM/servicemix-cxf-se Apache River (RIVER) http://cwiki.apache.org/confluence/display/RIVER | |-Pages Added or Edited in This Space |-- SideNav Development was last edited by jhurley (10:56 AM). | http://cwiki.apache.org/confluence/display/RIVER/SideNav+Development Test Space (test) http://cwiki.apache.org/confluence/display/test | |-Pages Added or Edited in This Space |-- Adding some random chinese characters was last edited by jefft (03:48 PM). | http://cwiki.apache.org/confluence/display/test/Adding+some+random+chinese+characters Apache Wicket (WICKET) http://cwiki.apache.org/confluence/display/WICKET | |-Pages Added or Edited in This Space |-- Index was last edited by victori (08:11 AM). | http://cwiki.apache.org/confluence/display/WICKET/Index - CONFLUENCE INFORMATION This message is automatically generated by Confluence Unsubscribe or edit your notifications preferences http://cwiki.apache.org/confluence/users/viewnotifications.action If you think it was sent incorrectly contact one of the administrators http://cwiki.apache.org/confluence/administrators.action If you want more information on Confluence, or have a bug to report see http://www.atlassian.com/software/confluence
[Struts Wiki] Trivial Update of "DataEntryForm" by GarryOfford
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by GarryOfford: http://wiki.apache.org/struts/DataEntryForm The comment on the change is: Fixxed up a cupel of gramatikal err-oars. -- In this use case a user is allowed to fill out the form in several attempts, while the form preserves data entered by the user on previous attempts. - Struts framework is built around the Front Controller pattern. This pattern gives no guidelines on how consecutive requests should interact with each other and with business object, neither it specifies how the application should manage view state and state of the business object. + Struts framework is built around the Front Controller pattern. This pattern gives no guidelines on how consecutive requests should interact with each other and with business objects, neither does it specify how the application should manage the view state and the state of the business object. Left to their own devices and constrained with framework limitations, web developers devised the pattern for building interactive forms with Struts. For the lack of a better approach this pattern became a standard practice in Struts community.