[Apache Struts Wiki] Updated: DaoRelated

2005-01-08 Thread dev
Date: 2005-01-08T19:55:59 Editor: JamesMitchell Wiki: Apache Struts Wiki Page: DaoRelated URL: http://wiki.apache.org/struts/DaoRelated no comment Change Log: -- @@ -1,4 +1,5 @@ -Sturts does not deal w/

svn commit: r124691 - in struts/sandbox/trunk/struts-shale-usecases/src/web: WEB-INF logon

2005-01-08 Thread craigmcc
Author: craigmcc Date: Sat Jan 8 16:08:36 2005 New Revision: 124691 URL: http://svn.apache.org/viewcvs?view=rev&rev=124691 Log: Use the transaction token component to catch cases where the user presses the back arrow and tries to submit the same form again. (Note that this was deliberately skipp

svn commit: r124690 - in struts/sandbox/trunk/struts-shale/src/java/org/apache/shale: component renderer util

2005-01-08 Thread craigmcc
Author: craigmcc Date: Sat Jan 8 16:02:36 2005 New Revision: 124690 URL: http://svn.apache.org/viewcvs?view=rev&rev=124690 Log: Correct bugs in the transaction token component (and its associated support classes). This feature is now ready for use. Modified: struts/sandbox/trunk/struts-shal

[Apache Struts Wiki] New: DaoRelated

2005-01-08 Thread dev
Date: 2005-01-08T15:14:39 Editor: VicCekvenich Wiki: Apache Struts Wiki Page: DaoRelated URL: http://wiki.apache.org/struts/DaoRelated no comment New Page: Sturts does not deal w/ DAO. Here are some DAO related tutorials: * http://www.reumann.net/struts/ibatisLesson1.do Reuma

[Apache Struts Wiki] Updated: FrontPage

2005-01-08 Thread dev
Date: 2005-01-08T15:13:04 Editor: VicCekvenich Wiki: Apache Struts Wiki Page: FrontPage URL: http://wiki.apache.org/struts/FrontPage no comment Change Log: -- @@ -20,7 +20,7 @@ * StrutsResources (Arti

[Apache Struts Wiki] Updated: FrontPage

2005-01-08 Thread dev
Date: 2005-01-08T15:10:37 Editor: VicCekvenich Wiki: Apache Struts Wiki Page: FrontPage URL: http://wiki.apache.org/struts/FrontPage no comment Change Log: -- @@ -20,7 +20,7 @@ * StrutsResources (Arti

[Apache Struts Wiki] Updated: FrontPage

2005-01-08 Thread dev
Date: 2005-01-08T15:05:35 Editor: VicCekvenich Wiki: Apache Struts Wiki Page: FrontPage URL: http://wiki.apache.org/struts/FrontPage no comment Change Log: -- @@ -20,6 +20,7 @@ * StrutsResources (Arti

DO NOT REPLY [Bug 32959] - NullPointerException in FacesRequestProcessor.prcocessActionPerform

2005-01-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r124668 - /struts/faces/trunk/core-library/src/java/org/apache/struts/faces/application/FacesRequestProcessor.java /struts/faces/trunk/core-library/src/java/org/apache/struts/faces/application/FacesTilesRequestProcessor.java

2005-01-08 Thread craigmcc
Author: craigmcc Date: Sat Jan 8 11:17:31 2005 New Revision: 124668 URL: http://svn.apache.org/viewcvs?view=rev&rev=124668 Log: Correct NPE when debug log messages are enabled and an Action returns null instead of an ActionForward instance. PR: Bugzilla #32959 Submitted By: Hanson Char Modifi