Re: JSF vs. Struts

2005-08-11 Thread Frank W. Zammetti
I personally think all this exploration is a Very Good Thing(tm). There are a vast number of different ideas out there as to how a modern application framework should be built. Mistakes have been made over the years, lessons have been learned, but we don't all agree on what the mistakes were

Re: Struts website

2005-08-11 Thread Wendy Smoak
Thanks for all the feedback and suggestions for the new site. Here's a second draft, incorporating as many of the suggestions as I could get to: http://svn.apache.org/builds/struts/maven/trunk/site-test/index.html - Navigation to subprojects is now consolidated near the top of the menu. - If

RE: JSF vs. Struts

2005-08-11 Thread Matthias Wessendorf
FYI http://jroller.com/page/dgeary -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Thursday, August 11, 2005 8:44 AM To: Struts Developers List Subject: Re: JSF vs. Struts I personally think all this exploration is a Very Good Thing(tm). There

Re: JSF vs. Struts

2005-08-11 Thread Dakota Jack
I think that most everyone would agree that exploration is a very good thing. At least I have not run into the people who take the opposite stand. Unfortunately, I think there is a definite disconnect between market forces and what is the best product. This is particularly true with the

Re: Struts website

2005-08-11 Thread Don Brown
Very nice! The only thing I noticed is could the author, see also, etc. metadata for a document be placed at the bottom instead of the top? Now that we are rendering that, I'll need to go clean it up :) Thanks again! Don Wendy Smoak wrote: Thanks for all the feedback and suggestions for

Re: Struts website

2005-08-11 Thread David Geary
Excellent work, Wendy. I know you've done a great deal of work on this and we all appreciate it. Even if you are using Maven. david Le 05-08-11 à 07:25, Wendy Smoak a écrit : Thanks for all the feedback and suggestions for the new site. Here's a second draft, incorporating as many of the

Re: struts-faces won't compile

2005-08-11 Thread Craig McClanahan
On 8/11/05, Michael Rasmussen [EMAIL PROTECTED] wrote: Craig, I know this issue came up about a year ago that struts-faces wouldn't compile against the latest version of Struts (I think it was a validator issue). It makes sense to me that it should always work with the latest version of

svn commit: r231510 - /struts/flow/trunk/src/java/org/apache/struts/flow/sugar/ScriptableList.java

2005-08-11 Thread mrdon
Author: mrdon Date: Thu Aug 11 13:37:20 2005 New Revision: 231510 URL: http://svn.apache.org/viewcvs?rev=231510view=rev Log: Adding code to grow list as needed to better mimic javascript behavior PR: 36039 Modified: struts/flow/trunk/src/java/org/apache/struts/flow/sugar/ScriptableList.java

DO NOT REPLY [Bug 36039] - Implement a more javascript feel for the ScriptableList

2005-08-11 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=36039. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 36152] New: - action field is blank in using html:form

2005-08-11 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=36152. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[Struts Wiki] Update of StrutsUpgradeNotes124to127 by NiallPemberton

2005-08-11 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 NiallPemberton: http://wiki.apache.org/struts/StrutsUpgradeNotes124to127

Re: struts-faces won't compile

2005-08-11 Thread Wendy Smoak
From: Craig McClanahan [EMAIL PROTECTED] +import org.apache.struts.util.ModuleUtils; -RequestUtils.selectModule(request, servletContext); +ModuleUtils.getInstance().selectModule(request,servletContext); Conceptually that fix makes sense in that it solves the compilation problem ... but I

breadcrumb

2005-08-11 Thread Siddhartha Shekhar Maharana
How to implement dynamin breadcrumb in struts? -sidd __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - To unsubscribe,

[Struts Wiki] Update of StrutsShortTermPlans by WendySmoak

2005-08-11 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 WendySmoak: http://wiki.apache.org/struts/StrutsShortTermPlans -- *

[Struts Wiki] Update of StrutsWebsiteConversion by WendySmoak

2005-08-11 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 WendySmoak: http://wiki.apache.org/struts/StrutsWebsiteConversion New page: === Goal === Integrate the existing Struts website into the

Re: Struts website

2005-08-11 Thread Wendy Smoak
One remaining concern about the website conversion: If I copy the files into build/xdocs, what happens when someone checks out struts/current and gets the 'build' directory within every subproject? I have a feeling it's going to retrieve all that documentation a dozen times, once for each

Re: Struts website

2005-08-11 Thread Wendy Smoak
From: Wendy Smoak [EMAIL PROTECTED] One remaining concern about the website conversion: If I copy the files into build/xdocs, what happens when someone checks out struts/current and gets the 'build' directory within every subproject? I have a feeling it's going to retrieve all that