svn commit: r377714 - in /struts: action/trunk/src/java/org/apache/struts/action/ action/trunk/src/java/org/apache/struts/config/ apps/trunk/cookbook/src/webapp/WEB-INF/ apps/trunk/cookbook/src/webapp

2006-02-14 Thread husted
Author: husted Date: Tue Feb 14 04:59:18 2006 New Revision: 377714 URL: http://svn.apache.org/viewcvs?rev=377714&view=rev Log: Action * ActionConfig - Add Cancellable as an extends property * InvalidCancelException - Add header (thanks Niall!) * Examples - Add missing html-cancel.jsp (and again!)

svn commit: r377717 - /struts/apps/trunk/mailreader/src/webapp/WEB-INF/struts-config.xml

2006-02-14 Thread husted
Author: husted Date: Tue Feb 14 05:16:20 2006 New Revision: 377717 URL: http://svn.apache.org/viewcvs?rev=377717&view=rev Log: MailReader * Update config for cancellable Modified: struts/apps/trunk/mailreader/src/webapp/WEB-INF/struts-config.xml Modified: struts/apps/trunk/mailreader/src/w

Re: [VOTE] Confirm the Struts Action Library 1.3.0 release plan

2006-02-14 Thread Ted Husted
I'm through the applications, and so now it's just a final review of the release note, and then we can start down the Checklist A of the Plan. -Ted. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

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

2006-02-14 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 has an issue affecting its community integration. This issue affect

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

2006-02-14 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 has an issue affecting its community integration. This issue affect

fun COR read

2006-02-14 Thread netsql
like if you fly and have to bring something to read http://www.informit.com/articles/printerfriendly.asp?p=442774 .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Passing Parameters to ActionForward from Action

2006-02-14 Thread [EMAIL PROTECTED]
The easiest way to pass param's to other actions is to give the action a name in struts-config and set it equal to a class that extends ActionFrom. To clarify what I am saying, build a class that extends ActionFrom, Declare it in struts config like so... Then in your action use the form na

Re: [VOTE] Confirm the Struts Action Library 1.3.0 release plan

2006-02-14 Thread James Mitchell
a bit late, but +1 -- James Mitchell EdgeTech, Inc. http://edgetechservices.net/ 678.910.8017 Skype: jmitchtx On Feb 14, 2006, at 8:17 AM, Ted Husted wrote: I'm through the applications, and so now it's just a final review of the release note, and then we can start down the Checklist A of th

DO NOT REPLY [Bug 38620] - ActionForm should not be populated automatically [Struts Classic 1.x]

2006-02-14 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: r377805 - in /struts/action/branches/STRUTS_1_2_BRANCH: src/examples/org/apache/struts/webapp/exercise/ src/share/org/apache/struts/action/ src/share/org/apache/struts/config/ web/example/

2006-02-14 Thread niallp
Author: niallp Date: Tue Feb 14 11:26:15 2006 New Revision: 377805 URL: http://svn.apache.org/viewcvs?rev=377805&view=rev Log: Fix Bug 38374 in 1.2.x Branch - Validation always skipped with Globals.CANCEL_KEY - thanks to Paul Benedict for reporting this and providing the patch. Added: stru

Nightlies for 1.2.x

2006-02-14 Thread James Mitchell
I just noticed the documentation is not being generated correctly for the 1.2.x branch: http://svn.apache.org/builds/struts/maven/STRUTS_1_2_BRANCH/nightly/ documentation/ This was working fine last time I looked, did anyone modify the 'release' (or dependent) target lately? -- James Mi

Re: Nightlies for 1.2.x

2006-02-14 Thread James Mitchell
Actually, never mind. I think I know what happened. I'll post back in a few. -- James Mitchell EdgeTech, Inc. http://edgetechservices.net/ 678.910.8017 Skype: jmitchtx On Feb 14, 2006, at 2:35 PM, James Mitchell wrote: I just noticed the documentation is not being generated correctly

svn commit: r377818 - in /struts/action/branches/STRUTS_1_2_BRANCH: build.xml conf/share/MANIFEST.MF doc/userGuide/release-notes-1.2.8.xml doc/userGuide/release-notes.xml project.xml

2006-02-14 Thread niallp
Author: niallp Date: Tue Feb 14 12:24:24 2006 New Revision: 377818 URL: http://svn.apache.org/viewcvs?rev=377818&view=rev Log: Struts 1.2.x Branch - start a new set of release notes, roll the version number Added: struts/action/branches/STRUTS_1_2_BRANCH/doc/userGuide/release-notes-1.2.8.xml

svn commit: r377819 - in /struts/el/branches/STRUTS_1_2_BRANCH: build.xml project.xml

2006-02-14 Thread niallp
Author: niallp Date: Tue Feb 14 12:25:54 2006 New Revision: 377819 URL: http://svn.apache.org/viewcvs?rev=377819&view=rev Log: Struts EL 1.2.x Branch - roll the version number Modified: struts/el/branches/STRUTS_1_2_BRANCH/build.xml struts/el/branches/STRUTS_1_2_BRANCH/project.xml Modifi

DO NOT REPLY [Bug 38374] - Validation always skipped with Globals.CANCEL_KEY

2006-02-14 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

is this the right place to ask this kind of question

2006-02-14 Thread [EMAIL PROTECTED]
Hi, I have a question about what happens to the request body when using an action form versus not using an action form. I am trying to read some xml from the request and when I associate a form with my action, I get an Unterminated string constant message from the Marshaller that I am using. Is th

svn commit: r377859 - in /struts/action/branches/STRUTS_1_2_BRANCH: build.xml conf/share/MANIFEST.MF

2006-02-14 Thread niallp
Author: niallp Date: Tue Feb 14 14:19:52 2006 New Revision: 377859 URL: http://svn.apache.org/viewcvs?rev=377859&view=rev Log: Update 1.2.x ant build to automatically put the version in the jar's manifest Modified: struts/action/branches/STRUTS_1_2_BRANCH/build.xml struts/action/branches/

svn commit: r377860 - in /struts/el/branches/STRUTS_1_2_BRANCH: build.xml conf/share/MANIFEST.MF

2006-02-14 Thread niallp
Author: niallp Date: Tue Feb 14 14:21:50 2006 New Revision: 377860 URL: http://svn.apache.org/viewcvs?rev=377860&view=rev Log: Update 1.2.x ant build to add a manifest for the el jar and automatically put the version in the jar's manifest Added: struts/el/branches/STRUTS_1_2_BRANCH/conf/shar

Re: is this the right place to ask this kind of question

2006-02-14 Thread Martin Cooper
Do you want an answer to the subject line, ignoring the message body, or an answer to the message body, ignoring the siubject line? ;-) The answer to the subject line is No. This is a question for the User list. The answer to the message body depends on how the request is being sent. If you assoc

Re: [VOTE] Confirm the Struts Action Library 1.3.0 release plan

2006-02-14 Thread Paul Benedict
All, I have some concerns about the Struts 1.3 branch. First, I noticed the 1.3 API docs are built using Java 5. Is 1.3 Java 5 compliant? I didn't think this was the case so please make sure those are being built with the right compiler. If you go to this link, you will notice the M

DO NOT REPLY [Bug 37538] - SwitchAction is now in struts-extras and remove duplicated example

2006-02-14 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: is this the right place to ask this kind of question

2006-02-14 Thread Bryan LaPlante
Very poetically put. I know that some open source projects prefer to have the core api questions directed to the dev group. I will know next time for this group. Concerning the body of the email, I was trying to consume the inputStream. I think I can come up with another way though. Thanks for the

svn commit: r377907 - /struts/el/branches/STRUTS_1_2_BRANCH/build.xml

2006-02-14 Thread niallp
Author: niallp Date: Tue Feb 14 16:33:49 2006 New Revision: 377907 URL: http://svn.apache.org/viewcvs?rev=377907&view=rev Log: Reverse change accidental change. Modified: struts/el/branches/STRUTS_1_2_BRANCH/build.xml Modified: struts/el/branches/STRUTS_1_2_BRANCH/build.xml URL: http://svn.

Re: [VOTE] Confirm the Struts Action Library 1.3.0 release plan

2006-02-14 Thread Wendy Smoak
On 2/14/06, Paul Benedict <[EMAIL PROTECTED]> wrote: > First, I noticed the 1.3 API docs are built using Java 5. Is 1.3 Java 5 > compliant? > I didn't think this was the case so please make sure those are being built > with > the right compiler. > If you go to this link, you will notice th

DO NOT REPLY [Bug 38374] - Validation always skipped with Globals.CANCEL_KEY

2006-02-14 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: r377927 - /struts/build/trunk/project.properties

2006-02-14 Thread wsmoak
Author: wsmoak Date: Tue Feb 14 19:53:07 2006 New Revision: 377927 URL: http://svn.apache.org/viewcvs?rev=377927&view=rev Log: Set Javadoc source level to 1.4. Thanks to Paul Benedict for identifying this issue. Modified: struts/build/trunk/project.properties Modified: struts/build/trunk/p

svn commit: r377929 - in /struts/action/branches/STRUTS_1_2_BRANCH: doc/userGuide/release-notes.xml src/share/org/apache/struts/util/RequestUtils.java web/examples/upload/upload.jsp

2006-02-14 Thread niallp
Author: niallp Date: Tue Feb 14 20:02:40 2006 New Revision: 377929 URL: http://svn.apache.org/viewcvs?rev=377929&view=rev Log: Fix 1.2.x branch for Bug 38534 - DOS attack, application hack - thanks to Bogdan Serban for reporting this. Modified: struts/action/branches/STRUTS_1_2_BRANCH/doc/us

DO NOT REPLY [Bug 38534] - DOS attack, application hack

2006-02-14 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

[Struts Wiki] Update of "StrutsActionRelease131" by WendySmoak

2006-02-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 WendySmoak: http://wiki.apache.org/struts/StrutsActionRelease131 The comment on the change is: After 1.3.0, each sub-project will have a separate

[Struts Wiki] Update of "StrutsReleasePlans" by WendySmoak

2006-02-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 WendySmoak: http://wiki.apache.org/struts/StrutsReleasePlans -- '

Re: [VOTE] Confirm the Struts Action Library 1.3.0 release plan

2006-02-14 Thread Paul Benedict
>> But I noticed the ActionContext is mainly for the request processor and >> looks like it contains TOO much data that would never be exposed to an action class to use. I may have misunderstood but I'd like for someone to clarify. I find it very strange that the ActionContext would allow a

[Struts Wiki] Update of "StrutsActionRelease131" by WendySmoak

2006-02-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 WendySmoak: http://wiki.apache.org/struts/StrutsActionRelease131 --

Re: Passing Parameters to ActionForward from Action

2006-02-14 Thread shiiva
Bryan, Thanks, That is how I finally achieved it. But, I just wanted to explore is there any other way to do the same. Passing parameters to jsp from action. Thanks, shiiva - Posted via Jive Forums http://forums.opensymphony.com

Re: Passing Parameters to ActionForward from Action

2006-02-14 Thread Bryan LaPlante
Sure, through them into a session variable. Here is a funny one we used to use in the early days of ajax. load a 1 x 1 pixel image into the page with a servlet url so that we could send and receive data via cookies. Can we say pass me the sticks so I can make fire. Oh, we probably better take this