svn commit: r409443 - /struts/action/trunk/core/src/main/java/org/apache/struts/chain/commands/servlet/PerformForward.java

2006-05-25 Thread germuska
Author: germuska Date: Thu May 25 12:42:49 2006 New Revision: 409443 URL: http://svn.apache.org/viewvc?rev=409443&view=rev Log: Fix so that the module value of the ForwardConfig is correctly used, instead of always using the context's module config. Also, a lot of simple rearrangement of code to

svn commit: r409460 - /struts/shale/trunk/core-library/src/java/org/apache/shale/view/AbstractFacesBean.java

2006-05-25 Thread craigmcc
Author: craigmcc Date: Thu May 25 13:40:00 2006 New Revision: 409460 URL: http://svn.apache.org/viewvc?rev=409460&view=rev Log: Add convenience methods to save and restore arbitrary (but Serializable) data objects under an attribute of the view root component. This is very useful for passing info

svn commit: r409515 - /struts/shale/trunk/core-library/src/java/org/apache/shale/view/AbstractFacesBean.java

2006-05-25 Thread craigmcc
Author: craigmcc Date: Thu May 25 17:12:31 2006 New Revision: 409515 URL: http://svn.apache.org/viewvc?rev=409515&view=rev Log: Add convenience accessors for request parameters as well, since this is a common way to communicate information between pages. Modified: struts/shale/trunk/core-lib

svn commit: r409522 - /struts/action2/trunk/core/pom.xml

2006-05-25 Thread plightbo
Author: plightbo Date: Thu May 25 17:41:09 2006 New Revision: 409522 URL: http://svn.apache.org/viewvc?rev=409522&view=rev Log: use xwork 2.0-SNAPSHOT Modified: struts/action2/trunk/core/pom.xml Modified: struts/action2/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/action2/tru

[Struts Wiki] Update of "UsingMyFacesWithShaleClay" by RyanKanno

2006-05-25 Thread Apache Wiki
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 RyanKanno: http://wiki.apache.org/struts/UsingMyFacesWithShaleClay New page: *UsingPopupComponent

[Struts Wiki] Update of "UsingPopupComponent" by RyanKanno

2006-05-25 Thread Apache Wiki
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 RyanKanno: http://wiki.apache.org/struts/UsingPopupComponent New page: = Using Popup Component = >From the examples/popup.jsp file in the MyFaces

svn commit: r409549 - in /struts/shale/trunk: core-library/src/java/org/apache/shale/component/ core-library/src/java/org/apache/shale/view/faces/ core-library/src/test/org/apache/shale/view/faces/ ti

2006-05-25 Thread craigmcc
Author: craigmcc Date: Thu May 25 21:02:37 2006 New Revision: 409549 URL: http://svn.apache.org/viewvc?rev=409549&view=rev Log: Transfer responsibility for firing init() and destroy() callbacks on a ViewController (or, with the Tiger Extensions installed, on a class that has the @View annotation)

svn commit: r409553 - in /struts/shale/trunk/core-library/src/java/org/apache/shale: component/Subview.java view/faces/ViewPhaseListener.java

2006-05-25 Thread craigmcc
Author: craigmcc Date: Thu May 25 21:22:06 2006 New Revision: 409553 URL: http://svn.apache.org/viewvc?rev=409553&view=rev Log: Cache exceptions from calls to prerender() and preprocess() callbacks, to avoid having the preprocess() method called twice. This is further progress towards coherent ex

svn commit: r409567 - in /struts/shale/trunk: core-library/src/java/org/apache/shale/component/ core-library/src/java/org/apache/shale/view/faces/ tiger/src/java/org/apache/shale/tiger/view/faces/

2006-05-25 Thread craigmcc
Author: craigmcc Date: Thu May 25 23:43:00 2006 New Revision: 409567 URL: http://svn.apache.org/viewvc?rev=409567&view=rev Log: Refactor the various places that exception caching (from application event handlers) was occurring into a common strategy-based interface that can ultimately be made cust

svn commit: r409568 - in /struts/shale/trunk/core-library/src/java/org/apache/shale/view/faces: ExceptionHandler.java ExceptionHandlerFactory.java ExceptionHandlerImpl.java

2006-05-25 Thread craigmcc
Author: craigmcc Date: Thu May 25 23:47:48 2006 New Revision: 409568 URL: http://svn.apache.org/viewvc?rev=409568&view=rev Log: Add new classes for the previous SHALE-125 related commit. Added: struts/shale/trunk/core-library/src/java/org/apache/shale/view/faces/ExceptionHandler.java (wit