svn commit: r321023 - in /struts/flow/trunk: maven.xml project.properties project.xml

2005-10-14 Thread wsmoak
Author: wsmoak Date: Thu Oct 13 23:03:44 2005 New Revision: 321023 URL: http://svn.apache.org/viewcvs?rev=321023view=rev Log: Decoupled Struts Flow from the common Maven build files. Fixed artifact id for the Struts 1.2.7 dependency. Added: struts/flow/trunk/maven.xml (with props)

svn commit: r321026 - /struts/flow/trunk/LICENSE.txt

2005-10-14 Thread wsmoak
Author: wsmoak Date: Thu Oct 13 23:08:05 2005 New Revision: 321026 URL: http://svn.apache.org/viewcvs?rev=321026view=rev Log: Added LICENCE.txt to Struts Flow as it is no longer sharing the common build files. Added: struts/flow/trunk/LICENSE.txt - copied unchanged from r321024,

svn commit: r321027 - /struts/flow/trunk/NOTICE.txt

2005-10-14 Thread wsmoak
Author: wsmoak Date: Thu Oct 13 23:08:42 2005 New Revision: 321027 URL: http://svn.apache.org/viewcvs?rev=321027view=rev Log: Added NOTICE.txt to Struts Flow as it is no longer sharing the common build files. Added: struts/flow/trunk/NOTICE.txt - copied unchanged from r321026,

Re: [shale] New dialog problem (with IFrame)

2005-10-14 Thread Craig McClanahan
On 10/13/05, Sean Schofield [EMAIL PROTECTED] wrote: I have found an odd problem with my dialog and I'm not sure if its Shale problem or a JSF problem. In my dialog I have a search button which allows the user to do a search. The search results appear in an iframe within the dialog. I am

Re: View helpers a.k.a. inverted views

2005-10-14 Thread Ted Husted
On 10/13/05, Michael Jouravlev [EMAIL PROTECTED] wrote: Instead, Action and ActionForm should be combined into one object, which can be: * stateful, if needed * can be accessed from JSP * can be automatically populated * contaned lifecycle methods (via interface, like in Shale) * can

Fwd: confirm subscribe to dev@struts.apache.org

2005-10-14 Thread Stewart Cambridge
I got no reply from commons-dev, so I thought I'd try here. I'm using a List-backed ActionForm and indexedListProperty in the Validator= ... -- Forwarded message -- From: Stewart Cambridge [EMAIL PROTECTED] Date: 13-Oct-2005 18:26 Subject: [validator] Extending

RE: Problem with DynaActionForm in portlets

2005-10-14 Thread Joe Germuska
At 10:35 AM +0530 10/14/05, Tamilselvan Radha Krishnan wrote: Seems no reply so far. Can any one guide me whether this is the right place to clarify my below queries? dev@struts.apache.org is intended for discussion of the development *of* the Struts platform. user@struts.apache.org is

Re: View helpers a.k.a. inverted views

2005-10-14 Thread Hubert Rabago
On 10/14/05, Ted Husted [EMAIL PROTECTED] wrote: On 10/13/05, Michael Jouravlev [EMAIL PROTECTED] wrote: Instead, Action and ActionForm should be combined into one object, which can be: * stateful, if needed * can be accessed from JSP * can be automatically populated * contaned

Re: View helpers a.k.a. inverted views

2005-10-14 Thread Michael Jouravlev
On 10/14/05, Hubert Rabago [EMAIL PROTECTED] wrote: On 10/14/05, Ted Husted [EMAIL PROTECTED] wrote: On 10/13/05, Michael Jouravlev [EMAIL PROTECTED] wrote: Instead, Action and ActionForm should be combined into one object, which can be: * stateful, if needed * can be accessed from

Re: View helpers a.k.a. inverted views

2005-10-14 Thread Hubert Rabago
On 10/14/05, Michael Jouravlev [EMAIL PROTECTED] wrote: Or the other way around. Request or session-scoped actions that have instance variables that get populated from the incoming action. I've done the request/session-scoped action before, and with BeanUtils or FormDef, populating the

svn commit: r321143 - in /struts/sandbox/trunk/overdrive/Nexus: Test/bin/Debug/ Web/

2005-10-14 Thread husted
Author: husted Date: Fri Oct 14 09:18:40 2005 New Revision: 321143 URL: http://svn.apache.org/viewcvs?rev=321143view=rev Log: OVR-11 * Add support for CustomPaging., * Clients must set AllowCustomPaging to true during InitGrid. * Grid will maintain item_limit and item_count attributes in the

[Struts Wiki] Update of StrutsTags by MichaelJouravlev

2005-10-14 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 MichaelJouravlev: http://wiki.apache.org/struts/StrutsTags New page: This page contains FAQ on Struts, Struts-EL, JSTL and Ajax tags. The

svn commit: r321253 - in /struts/core/trunk/src/java/org/apache/struts: action/ActionServlet.java plugins/DigestingPlugIn.java

2005-10-14 Thread mrdon
Author: mrdon Date: Fri Oct 14 16:54:16 2005 New Revision: 321253 URL: http://svn.apache.org/viewcvs?rev=321253view=rev Log: Fixing loading from URL's to use URLConnection with caching set to false; prevents jar locking. Patch by Filippo Munafo PR: 37041 Modified:

DO NOT REPLY [Bug 37041] - ActionServlet locks jars in web-inf/lib after reading config files

2005-10-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=37041. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.

Re: [Shale] SCXML as an alternative for describing dialogs

2005-10-14 Thread Rahul Akolkar
On 10/11/05, Craig McClanahan [EMAIL PROTECTED] wrote: Rahul, On 10/10/05, Rahul Akolkar [EMAIL PROTECTED] wrote: snip/ http://people.apache.org/~rahul/scxml-in-shale/ *time-sensitive URL* Any objections to moving this content to the Shale section of the wiki? snap/ I wouldn't

svn commit: r321287 - /struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/component/chain/AssignChildrenCommand.java

2005-10-14 Thread gvanmatre
Author: gvanmatre Date: Fri Oct 14 21:18:22 2005 New Revision: 321287 URL: http://svn.apache.org/viewcvs?rev=321287view=rev Log: The managedBeanName property of a nested Clay component was being ignored. Modified:

svn commit: r321288 - in /struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/parser/builder: SelectManyMenuBuilder.java SelectOneMenuBuilder.java

2005-10-14 Thread gvanmatre
Author: gvanmatre Date: Fri Oct 14 21:22:19 2005 New Revision: 321288 URL: http://svn.apache.org/viewcvs?rev=321288view=rev Log: Modified menu builders to remove any child HTML select nodes that are not an option node. Modified: