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

2005-10-13 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

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

2005-10-13 Thread wsmoak
Author: wsmoak Date: Thu Oct 13 23:08:42 2005 New Revision: 321027 URL: http://svn.apache.org/viewcvs?rev=321027&view=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, struts/

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

2005-10-13 Thread wsmoak
Author: wsmoak Date: Thu Oct 13 23:08:05 2005 New Revision: 321026 URL: http://svn.apache.org/viewcvs?rev=321026&view=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, strut

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

2005-10-13 Thread wsmoak
Author: wsmoak Date: Thu Oct 13 23:03:44 2005 New Revision: 321023 URL: http://svn.apache.org/viewcvs?rev=321023&view=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) stru

RE: Problem with DynaActionForm in portlets

2005-10-13 Thread Tamilselvan Radha Krishnan
Seems no reply so far. Can any one guide me whether this is the right place to clarify my below queries? Tamil -Original Message- From: Tamilselvan Radha Krishnan Sent: Thursday, October 13, 2005 10:21 AM To: Struts Developers List Subject: Problem with DynaActionForm in portlets Hi,

[Struts Wiki] Update of "StrutsWebLinks" by MichaelJouravlev

2005-10-13 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/StrutsWebLinks -- *

svn commit: r320917 - in /struts/sandbox/trunk/overdrive/PhoneBook: Core/App.cs Test/Commands/SelectAllTest.cs Test/Resources/Catalog.xml Test/Resources/Queries.xml Web/Resources/Queries.xml

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 14:02:54 2005 New Revision: 320917 URL: http://svn.apache.org/viewcvs?rev=320917&view=rev Log: OVR-19 * Add test for using limit and offset in a query, as the first step toward supporting paged queries. Modified: struts/sandbox/trunk/overdrive/PhoneBook/Core/A

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

2005-10-13 Thread Ted Husted
On 10/13/05, Nathan Bubna <[EMAIL PROTECTED]> wrote: > sounds good. but i'm not sure i follow totally... has this been done? > or is it just planned? really, i'm not up to speed on Struts 1.3 at > all. It's on the list, along with some other items, but I wanted to roll Struts 1.3.0 first, in ful

svn commit: r320896 - in /struts/sandbox/trunk/overdrive/PhoneBook: Core/Commands/ Test/Resources/ Web/Resources/

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 12:45:54 2005 New Revision: 320896 URL: http://svn.apache.org/viewcvs?rev=320896&view=rev Log: OVR-22 * Refactor Mapper as property. * Refine base elements. Modified: struts/sandbox/trunk/overdrive/PhoneBook/Core/Commands/AppCommand.cs struts/sandbox/trunk

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

2005-10-13 Thread Michael Jouravlev
On 10/13/05, Don Brown <[EMAIL PROTECTED]> wrote: > This reminds me of the old push vs pull MVC architecture back in 2000/2001. > The core decision is would you rather _push_ objects into a context in your > action class, then let the view use them to generate the page, or, while > processing your

Re: Test failure in Struts Flow

2005-10-13 Thread Wendy Smoak
From: "James Mitchell" <[EMAIL PROTECTED]> I just fixed a bug in my nightly script and re-ran it manually... Attempting to download struts-core-1.2.7.jar. WARNING: Failed to download struts-core-1.2.7.jar. It's just a typo in project.xml -- the artifactId should be 'struts' for 1.2.7. With

Re: Test failure in Struts Flow

2005-10-13 Thread James Mitchell
t put it under the local Maven repository anyway, like the 1.3.x nightly Maven build does. Still, running 'maven jar' from the 1.2.x branch yields struts-1.2.7.jar (perhaps just a typo in project.xml) The nightly shell script (as of about 2 hours ago), does a mv struts -

Re: Test failure in Struts Flow

2005-10-13 Thread James Mitchell
branch yields struts-1.2.7.jar (perhaps just a typo in project.xml) The nightly shell script (as of about 2 hours ago), does a mv struts - > struts-$TODAY (struts-20051013) and then does a clean checkout of the entire source from head. I then reran the nightly script on the nightly box

Re: Test failure in Struts Flow

2005-10-13 Thread Don Brown
ml) The nightly shell script (as of about 2 hours ago), does a mv struts - > struts-$TODAY (struts-20051013) and then does a clean checkout of the entire source from head. I then reran the nightly script on the nightly box (zone) and while it completed ok, I see this in the log file...

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

2005-10-13 Thread Nathan Bubna
On 10/13/05, Ted Husted <[EMAIL PROTECTED]> wrote: > On 10/13/05, Nathan Bubna <[EMAIL PROTECTED]> wrote: > > By the way, if i can take this opportunity to do so, VelocityStruts is > > in need of some upgrades for the Struts 1.2 and/or 1.3 series. I've > > not been free to use Struts in my paid wo

Re: Test failure in Struts Flow

2005-10-13 Thread James Mitchell
yields struts-1.2.7.jar (perhaps just a typo in project.xml) The nightly shell script (as of about 2 hours ago), does a mv struts - > struts-$TODAY (struts-20051013) and then does a clean checkout of the entire source from head. I then reran the nightly script on the nightly box (zone) an

svn commit: r320873 - in /struts/sandbox/trunk/overdrive/PhoneBook: Test/ Test/Resources/ Test/bin/Debug/ Web/ Web/Resources/

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 12:04:03 2005 New Revision: 320873 URL: http://svn.apache.org/viewcvs?rev=320873&view=rev Log: OVR-22 * Condense Resource files. Removed: struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources/FilterLists.xml struts/sandbox/trunk/overdrive/PhoneBook/Test/R

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

2005-10-13 Thread Ted Husted
On 10/13/05, Nathan Bubna <[EMAIL PROTECTED]> wrote: > By the way, if i can take this opportunity to do so, VelocityStruts is > in need of some upgrades for the Struts 1.2 and/or 1.3 series. I've > not been free to use Struts in my paid work and volunteer time has > been scarce, so i'm not up to s

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

2005-10-13 Thread Nathan Bubna
I totally agree, and I think most advocates of "pull" model design would as well. Note that Turbine (home to the doc that Don referenced) supports and encourages using action classes for actions (requests to "do" something) and pull tools (aka view helpers) for presentation of data (requests to "v

svn commit: r320861 - in /struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources: Queries.xml default.xml

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 11:27:21 2005 New Revision: 320861 URL: http://svn.apache.org/viewcvs?rev=320861&view=rev Log: Renamed remotely Added: struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources/Queries.xml - copied unchanged from r320860, struts/sandbox/trunk/overdrive/Pho

svn commit: r320851 - in /struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources: Query/default.xml default.xml

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 11:20:37 2005 New Revision: 320851 URL: http://svn.apache.org/viewcvs?rev=320851&view=rev Log: Moved remotely Added: struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources/default.xml - copied unchanged from r320850, struts/sandbox/trunk/overdrive/Phone

svn commit: r320860 - /struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources/Query/

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 11:21:53 2005 New Revision: 320860 URL: http://svn.apache.org/viewcvs?rev=320860&view=rev Log: Removed file/folder Removed: struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources/Query/ - To

svn commit: r320858 - in /struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources: Catalog.xml Command/Catalog.xml

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 11:21:36 2005 New Revision: 320858 URL: http://svn.apache.org/viewcvs?rev=320858&view=rev Log: Moved remotely Added: struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources/Catalog.xml - copied unchanged from r320857, struts/sandbox/trunk/overdrive/Phone

svn commit: r320852 - in /struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources: FilterLists.xml Query/FilterLists.xml

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 11:20:50 2005 New Revision: 320852 URL: http://svn.apache.org/viewcvs?rev=320852&view=rev Log: Moved remotely Added: struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources/FilterLists.xml - copied unchanged from r320851, struts/sandbox/trunk/overdrive/P

svn commit: r320853 - in /struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources: Query/SelectAll.xml SelectAll.xml

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 11:20:58 2005 New Revision: 320853 URL: http://svn.apache.org/viewcvs?rev=320853&view=rev Log: Moved remotely Added: struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources/SelectAll.xml - copied unchanged from r320852, struts/sandbox/trunk/overdrive/Pho

svn commit: r320855 - in /struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources: AppConfig.xml Command/AppConfig.xml

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 11:21:19 2005 New Revision: 320855 URL: http://svn.apache.org/viewcvs?rev=320855&view=rev Log: Moved remotely Added: struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources/AppConfig.xml - copied unchanged from r320854, struts/sandbox/trunk/overdrive/Pho

svn commit: r320859 - /struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources/Command/

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 11:21:47 2005 New Revision: 320859 URL: http://svn.apache.org/viewcvs?rev=320859&view=rev Log: Removed file/folder Removed: struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources/Command/ -

svn commit: r320849 - /struts/sandbox/trunk/overdrive/PhoneBook/Web/Resources/Command/

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 11:19:28 2005 New Revision: 320849 URL: http://svn.apache.org/viewcvs?rev=320849&view=rev Log: Removed file/folder Removed: struts/sandbox/trunk/overdrive/PhoneBook/Web/Resources/Command/ - T

svn commit: r320857 - in /struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources: AppFields.xml Command/AppFields.xml

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 11:21:27 2005 New Revision: 320857 URL: http://svn.apache.org/viewcvs?rev=320857&view=rev Log: Moved remotely Added: struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources/AppFields.xml - copied unchanged from r320855, struts/sandbox/trunk/overdrive/Pho

svn commit: r320854 - in /struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources: AppBase.xml Command/AppBase.xml

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 11:21:11 2005 New Revision: 320854 URL: http://svn.apache.org/viewcvs?rev=320854&view=rev Log: Moved remotely Added: struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources/AppBase.xml - copied unchanged from r320853, struts/sandbox/trunk/overdrive/Phone

svn commit: r320850 - /struts/sandbox/trunk/overdrive/PhoneBook/Web/Resources/Query/

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 11:19:35 2005 New Revision: 320850 URL: http://svn.apache.org/viewcvs?rev=320850&view=rev Log: Removed file/folder Removed: struts/sandbox/trunk/overdrive/PhoneBook/Web/Resources/Query/ - To

svn commit: r320847 - in /struts/sandbox/trunk/overdrive/PhoneBook/Web/Resources: Queries.xml default.xml

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 11:16:40 2005 New Revision: 320847 URL: http://svn.apache.org/viewcvs?rev=320847&view=rev Log: Renamed remotely Added: struts/sandbox/trunk/overdrive/PhoneBook/Web/Resources/Queries.xml - copied unchanged from r320846, struts/sandbox/trunk/overdrive/Phon

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

2005-10-13 Thread Tim Fennell
I feel like I should jump in and clear up my position here since the "Stripes" position is essentially what I wrote in a blog entry ;) Stripes very happily supports both the push and pull ways of doing this (and Jason pointed out to me earlier, that WebWork has similar functionality but I

svn commit: r320844 - in /struts/sandbox/trunk/overdrive/PhoneBook/Web/Resources: Query/SelectAll.xml SelectAll.xml

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 11:13:12 2005 New Revision: 320844 URL: http://svn.apache.org/viewcvs?rev=320844&view=rev Log: Moved remotely Added: struts/sandbox/trunk/overdrive/PhoneBook/Web/Resources/SelectAll.xml - copied unchanged from r320843, struts/sandbox/trunk/overdrive/Phon

svn commit: r320843 - in /struts/sandbox/trunk/overdrive/PhoneBook/Web/Resources: FilterLists.xml Query/FilterLists.xml

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 11:12:38 2005 New Revision: 320843 URL: http://svn.apache.org/viewcvs?rev=320843&view=rev Log: Moved remotely Added: struts/sandbox/trunk/overdrive/PhoneBook/Web/Resources/FilterLists.xml - copied unchanged from r320842, struts/sandbox/trunk/overdrive/Ph

svn commit: r320842 - in /struts/sandbox/trunk/overdrive/PhoneBook/Web/Resources: Query/default.xml default.xml

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 11:12:06 2005 New Revision: 320842 URL: http://svn.apache.org/viewcvs?rev=320842&view=rev Log: Moved remotely Added: struts/sandbox/trunk/overdrive/PhoneBook/Web/Resources/default.xml - copied unchanged from r320841, struts/sandbox/trunk/overdrive/PhoneB

svn commit: r320841 - in /struts/sandbox/trunk/overdrive/PhoneBook/Web/Resources: Catalog.xml Command/Catalog.xml

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 11:11:48 2005 New Revision: 320841 URL: http://svn.apache.org/viewcvs?rev=320841&view=rev Log: Moved remotely Added: struts/sandbox/trunk/overdrive/PhoneBook/Web/Resources/Catalog.xml - copied unchanged from r320840, struts/sandbox/trunk/overdrive/PhoneB

svn commit: r320840 - in /struts/sandbox/trunk/overdrive/PhoneBook/Web/Resources: AppFields.xml Command/AppFields.xml

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 11:11:29 2005 New Revision: 320840 URL: http://svn.apache.org/viewcvs?rev=320840&view=rev Log: Moved remotely Added: struts/sandbox/trunk/overdrive/PhoneBook/Web/Resources/AppFields.xml - copied unchanged from r320839, struts/sandbox/trunk/overdrive/Phon

svn commit: r320839 - in /struts/sandbox/trunk/overdrive/PhoneBook/Web/Resources: AppConfig.xml Command/AppConfig.xml

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 11:11:14 2005 New Revision: 320839 URL: http://svn.apache.org/viewcvs?rev=320839&view=rev Log: Moved remotely Added: struts/sandbox/trunk/overdrive/PhoneBook/Web/Resources/AppConfig.xml - copied unchanged from r320838, struts/sandbox/trunk/overdrive/Phon

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

2005-10-13 Thread Nathan Bubna
On 10/13/05, Don Brown <[EMAIL PROTECTED]> wrote: > This reminds me of the old push vs pull MVC architecture back in 2000/2001. > The core decision is would you rather _push_ objects into a context in your > action class, then let the view use them to generate the page, or, while > processing your

svn commit: r320838 - in /struts/sandbox/trunk/overdrive/PhoneBook/Web/Resources: AppBase.xml Command/AppBase.xml

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 11:10:51 2005 New Revision: 320838 URL: http://svn.apache.org/viewcvs?rev=320838&view=rev Log: Moved remotely Added: struts/sandbox/trunk/overdrive/PhoneBook/Web/Resources/AppBase.xml - copied unchanged from r320837, struts/sandbox/trunk/overdrive/PhoneB

[shale] New dialog problem (with IFrame)

2005-10-13 Thread Sean Schofield
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 using Tiles but I don't think Tiles is an issue. We're also

svn commit: r320834 - in /struts/sandbox/trunk/overdrive/PhoneBook: Test/ Test/Resources/Command/ Web/ Web/Resources/Command/

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 10:59:20 2005 New Revision: 320834 URL: http://svn.apache.org/viewcvs?rev=320834&view=rev Log: OVR-22 * Move FieldTable elements into a separate file. Added: struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources/Command/AppFields.xml struts/sandbox/trunk

Re: [Struts 1.3] Using Commons Chains instead of Action(s)

2005-10-13 Thread Joe Germuska
At 6:43 PM +0200 10/13/05, Matthias Wessendorf wrote: Wolfgang- I am now doing something like this inside of execute(Context context): ActionContext ctx = (ActionContext) context; ... ActionMapping mapping = (ActionMapping)ctx.getActionConfig(); ActionForward fw = mapping.findForward("success")

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

2005-10-13 Thread Don Brown
This reminds me of the old push vs pull MVC architecture back in 2000/2001. The core decision is would you rather _push_ objects into a context in your action class, then let the view use them to generate the page, or, while processing your JSP, _pull_ the data into it by calling methods, processes

svn commit: r320828 - /struts/sandbox/trunk/overdrive/PhoneBook/Test/Forms/DirectoryTest.cs

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 10:50:47 2005 New Revision: 320828 URL: http://svn.apache.org/viewcvs?rev=320828&view=rev Log: OVR-21 * Update NUnitASP test for user controls. Modified: struts/sandbox/trunk/overdrive/PhoneBook/Test/Forms/DirectoryTest.cs Modified: struts/sandbox/trunk/overdr

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

2005-10-13 Thread Michael Jouravlev
On 10/13/05, Ted Husted <[EMAIL PROTECTED]> wrote: > The Velocity Tools are a neat way to implement helpers. > > * http://jakarta.apache.org/velocity/tools/index.html > > Velocity Struts is an extension of the Velocity Tools that implements > the Struts API as set of helper objects that are injecte

svn commit: r320821 - in /struts/sandbox/trunk/overdrive/PhoneBook: Test/Forms/DirectoryTest.cs Web/Controls/Lister2.ascx.cs

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 10:37:35 2005 New Revision: 320821 URL: http://svn.apache.org/viewcvs?rev=320821&view=rev Log: OVR-22 * Reformat code only. No changes. Modified: struts/sandbox/trunk/overdrive/PhoneBook/Test/Forms/DirectoryTest.cs struts/sandbox/trunk/overdrive/PhoneBook/W

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

2005-10-13 Thread Ted Husted
The Velocity Tools are a neat way to implement helpers. * http://jakarta.apache.org/velocity/tools/index.html Velocity Struts is an extension of the Velocity Tools that implements the Struts API as set of helper objects that are injected into the server page context. Very cool. It's not on the r

View helpers a.k.a. "inverted" views

2005-10-13 Thread Michael Jouravlev
I came across a discussion about view helpers, started by Tim Fennel, author of Stripes. He advocates the "inverted" model for displaying views, when view helper action is called from JSP if needed, instead of forwarding to JSP page from action, like it works in Struts now. With his approach, it i

Re: [Struts 1.3] Using Commons Chains instead of Action(s)

2005-10-13 Thread Matthias Wessendorf
Wolfgang- I am now doing something like this inside of execute(Context context): ActionContext ctx = (ActionContext) context; ... ActionMapping mapping = (ActionMapping)ctx.getActionConfig(); ActionForward fw = mapping.findForward("success"); Since the passed ContextIMPL is ServletActionContext

Re: [Struts 1.3] Using Commons Chains instead of Action(s)

2005-10-13 Thread Michael Jouravlev
On 10/13/05, Wolfgang Gehner <[EMAIL PROTECTED]> wrote: > do: > > ActiionMapping mapping = (ActionMapping) > context.get(org.apache.struts.chain.Constants.ACTION_CONFIG_KEY); > ActionForward fw = mapping.findForward(forwardName); > > context.setForwardConfig(fw); > > Also see my Struts 1.3 dev suit

Re: [Struts 1.3] Using Commons Chains instead of Action(s)

2005-10-13 Thread Wendy Smoak
From: "Matthias Wessendorf" <[EMAIL PROTECTED]> BTW. is there any javadoc for 1.3 published yet? James recently published a test run of the new site. Here's the Javadoc index page: http://people.apache.org/~jmitchell/docs/javadoc.html -- Wendy Smoak ---

svn commit: r320751 - /struts/sandbox/trunk/overdrive/README.txt

2005-10-13 Thread husted
Author: husted Date: Thu Oct 13 05:26:38 2005 New Revision: 320751 URL: http://svn.apache.org/viewcvs?rev=320751&view=rev Log: OVR-3 * Update ReadMe notes. Modified: struts/sandbox/trunk/overdrive/README.txt Modified: struts/sandbox/trunk/overdrive/README.txt URL: http://svn.apache.org/view

RE: [Struts 1.3] Using Commons Chains instead of Action(s)

2005-10-13 Thread Matthias Wessendorf
Wolfgang- thanks for your fast anwser. BTW. is there any javadoc for 1.3 published yet? -Matthias > -Original Message- > From: Wolfgang Gehner [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 13, 2005 11:43 AM > To: Struts Developers List > Subject: Re: [Struts 1.3] Using Commons Ch

[EMAIL PROTECTED]: Project struts-taglib-from-packages (in module struts) failed

2005-10-13 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project struts-taglib-from-packages has an issue affecting its community integration. Th

[EMAIL PROTECTED]: Project struts-taglib-from-packages (in module struts) failed

2005-10-13 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project struts-taglib-from-packages has an issue affecting its community integration. Th

Re: [Struts 1.3] Using Commons Chains instead of Action(s)

2005-10-13 Thread Wolfgang Gehner
do: ActiionMapping mapping = (ActionMapping) context.get(org.apache.struts.chain.Constants.ACTION_CONFIG_KEY); ActionForward fw = mapping.findForward(forwardName); context.setForwardConfig(fw); Also see my Struts 1.3 dev suite (250MB download) at www.infonoia.com (you need to register). We w

Re: Test failure in Struts Flow

2005-10-13 Thread Don Brown
and (unless you want to work on the Maven > build) I'll get back to it eventually and give it a separate build file. > And maybe even get the example webapp into the nightly build. :) Right now > I just need the website build to work. > > James, can you check the nightly builds? The

[Struts 1.3] Using Commons Chains instead of Action(s)

2005-10-13 Thread Matthias Wessendorf
Hi all, I have updated some apps to 1.3, that went pretty smooth :-) (Thanks to the good documentation in wiki!!!) I saw in struts-config DTD that for element now the attributes "catalog" and "command" were introduced. I got a chain of commands to work (partly) w/ 1.3. I now have two question