DO NOT REPLY [Bug 15023] - Use attribute 'id' instead of 'name' in html:form-Tag

2005-02-15 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

DO NOT REPLY [Bug 15023] - Use attribute 'id' instead of 'name' in html:form-Tag

2005-02-15 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: r154003 - struts/flow/trunk/src/java/org/apache/struts/flow/core/ScriptableList.java struts/flow/trunk/src/java/org/apache/struts/flow/core/ScriptableMap.java struts/flow/trunk/src/java/org/apache/struts/flow/core/SugarWrapFactory.java

2005-02-15 Thread mrdon
Author: mrdon Date: Tue Feb 15 23:08:47 2005 New Revision: 154003 URL: http://svn.apache.org/viewcvs?view=rev&rev=154003 Log: Adding new Rhino extensions that better integrate collections into rhino and a test of adding Groovy-like JVM extensions that utilize closures Added: struts/flow/trunk

Re: Building Struts Website

2005-02-15 Thread Craig McClanahan
Historically, the Struts website has just been a copy of the struts-documentation.war webapp, uploaded to the server and then unpacked into "/www/struts.apache.org/". The only semi tricky part is you have to make sure the permissions are set correctly (set your umask to 0002 before unpacking, and

Building Struts Website

2005-02-15 Thread Don Brown
Ok, I give up - how do you build the Struts website? Last I remember, I used ant which pulled the content from /docs but I can't seem to find any site building task in build.xml. Are we now only using maven and /xdocs? Don -

Re: ViewContext (was Re: ActionContext chain changes committed)

2005-02-15 Thread Don Brown
I see where you are coming from now Ted, and I agree a ViewContext would be very useful. I had to write something similar for Struts BSF but to put objects in the scripting scope. To understand ViewContext, you need to realize: data passed to view != request scope or even ActionContext The reas

Re: ViewContext (was Re: ActionContext chain changes committed)

2005-02-15 Thread Vic
Ted Husted wrote: http://jakarta.apache.org/velocity/tools/view/ It's *very* important to note that our tools (like Velocity's) would not be designed to emit markup. Just the dynamic data we need to wrap in markup when the page is rendered. This is *not* a suggestion that Core get back into the mar

svn commit: r153964 - in struts/flow/trunk/src: guess-example/WEB-INF/struts-config.xml java/struts.js wizard-example/WEB-INF/struts-config.xml

2005-02-15 Thread mrdon
Author: mrdon Date: Tue Feb 15 13:48:34 2005 New Revision: 153964 URL: http://svn.apache.org/viewcvs?view=rev&rev=153964 Log: Migrating the last of the struts.sf.net legacies Modified: struts/flow/trunk/src/guess-example/WEB-INF/struts-config.xml struts/flow/trunk/src/java/struts.js

svn commit: r153960 [3/3] - in struts/flow: ./ branches/ tags/ trunk/ trunk/src/ trunk/src/guess-example/ trunk/src/guess-example/WEB-INF/ trunk/src/java/ trunk/src/java/org/ trunk/src/java/org/apache/ trunk/src/java/org/apache/struts/ trunk/src/java/org/apache/struts/flow/ trunk/src/java/org/apache/struts/flow/core/ trunk/src/wizard-example/ trunk/src/wizard-example/WEB-INF/

2005-02-15 Thread mrdon
Added: struts/flow/trunk/src/wizard-example/WEB-INF/web.xml URL: http://svn.apache.org/viewcvs/struts/flow/trunk/src/wizard-example/WEB-INF/web.xml?view=auto&rev=153960 == --- struts/flow/trunk/src/wizard-example/WEB-INF/w

Re: Tiles missing from nightly build?

2005-02-15 Thread Craig McClanahan
Feb 2005 13:41:08 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote: > Me again. I dropped all the .jar files from the 20050215 nightly into my > webapp, recompiled and installed it. The first attempt to view a page dies > with: > > 2005-02-15 13:29:59 action: null &g

Tiles missing from nightly build?

2005-02-15 Thread Wendy Smoak
Me again. I dropped all the .jar files from the 20050215 nightly into my webapp, recompiled and installed it. The first attempt to view a page dies with: 2005-02-15 13:29:59 action: null java.lang.ClassNotFoundException: org.apache.struts.tiles.TilesPlugin The tiles-config_1_1.dtd file

Re: Struts-EL missing from nightlies (was Re: Recalibrate Roadmap)

2005-02-15 Thread Joe Germuska
to applications I tried out the 20050215 nightly build, but the Struts-EL .jar files aren't there. Can they be included? Joe et. al., The nightly build script for Struts is totally customized (unlike the ones for commons packages), so let me know what target(s) to run in what directories, an

svn commit: r153947 - struts/el/trunk/maven.xml

2005-02-15 Thread germuska
Author: germuska Date: Tue Feb 15 10:44:12 2005 New Revision: 153947 URL: http://svn.apache.org/viewcvs?view=rev&rev=153947 Log: simple maven.xml causes TLDs to be generated for JAR/dist Added: struts/el/trunk/maven.xml Added: struts/el/trunk/maven.xml URL: http://svn.apache.org/viewcvs/str

DO NOT REPLY [Bug 32014] - HttpServletRequestWrapper in struts-faces broken for servlet 2.4

2005-02-15 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

Re: Struts-EL missing from nightlies (was Re: Recalibrate Roadmap)

2005-02-15 Thread Craig McClanahan
On Tue, 15 Feb 2005 10:12:24 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Joe Germuska" <[EMAIL PROTECTED]> > > > The simplest thing that *anyone* can do would be to start trying to > > plug the nightly build into applications > > I tried

Struts-EL missing from nightlies (was Re: Recalibrate Roadmap)

2005-02-15 Thread Wendy Smoak
From: "Joe Germuska" <[EMAIL PROTECTED]> > The simplest thing that *anyone* can do would be to start trying to > plug the nightly build into applications I tried out the 20050215 nightly build, but the Struts-EL .jar files aren't there. Can they be

DO NOT REPLY [Bug 33573] - DispatchAction method invocation refactoring

2005-02-15 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

[Apache Struts Wiki] Updated: StrutsExtensions

2005-02-15 Thread dev
Date: 2005-02-15T08:16:23 Editor: RogelGarcia Wiki: Apache Struts Wiki Page: StrutsExtensions URL: http://wiki.apache.org/struts/StrutsExtensions no comment Change Log: -- @@ -12,4 +12,4 @@ [http://a

[Apache Struts Wiki] Updated: StrutsExtensions

2005-02-15 Thread dev
Date: 2005-02-15T08:16:07 Editor: RogelGarcia Wiki: Apache Struts Wiki Page: StrutsExtensions URL: http://wiki.apache.org/struts/StrutsExtensions no comment Change Log: -- @@ -12,4 +12,4 @@ [http://a

[Apache Struts Wiki] Updated: StrutsExtensions

2005-02-15 Thread dev
Date: 2005-02-15T08:13:01 Editor: RogelGarcia Wiki: Apache Struts Wiki Page: StrutsExtensions URL: http://wiki.apache.org/struts/StrutsExtensions no comment Change Log: -- @@ -12,3 +12,4 @@ [http://a

DO NOT REPLY [Bug 33573] - DispatchAction method invocation refactoring

2005-02-15 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

ViewContext (was Re: ActionContext chain changes committed)

2005-02-15 Thread Ted Husted
On Fri, 11 Feb 2005 11:06:49 -0500, Ted Husted wrote: > On Fri, 11 Feb 2005 06:30:04 -0600, Joe Germuska wrote: > >>> The last sentence is the use-case for a ViewContext. >>> >>> The use-case is not within the RequestProcessor  but without. >>> The ViewContext is the specific API we want to  expose