Re: JavaZone

2007-05-08 Thread Thomas Ferris Nicolaisen
I submitted a proposal for a presentation that will include a practical example with use of XWork and Struts2. Won't say much more about it unless it gets accepted though :) On 4/27/07, Alexander Snaps <[EMAIL PROTECTED]> wrote: On 27 Apr 2007, at 15:26, Alexandru Popescu ☀ wrote: > On 4/27/07

Some parameters from Struts2 to Struts1

2007-05-08 Thread Michał Letyński
Hi. I have actions in struts1 and struts2 in one application. Those struts1 actions will be re-writed in near future to struts2. But i need one thing for now. In struts2 (Test.action ) i have some parameters -> collection of id's which i want to transmit to struts1 (Test2.action). I cant do a

[S1] validate attribute possible bug used together with extends attribute

2007-05-08 Thread disalle
Hi all, We have found a possible bug in struts 1.3.5 (may be also in 1.3.8) during the use of the validate attribute together with extends attribute. The struts-config.xml is the following: The problem is that the validate attribute is not overrided in the second action (i.e. /anagrafiche/

Re: [S1] validate attribute possible bug used together with extends attribute

2007-05-08 Thread Niall Pemberton
I believe this was fixed in Struts 1.3.8 https://issues.apache.org/struts/browse/STR-2955 http://svn.apache.org/viewvc?view=rev&revision=480593 Niall On 5/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi all, We have found a possible bug in struts 1.3.5 (may be also in 1.3.8) during the u

Re: [S1] validate attribute possible bug used together with extends attribute

2007-05-08 Thread disalle
Niall thanks a lot!!! I upgrade the struts version. Sorry if in the previous email I didn't sign. BR /Amleto > I believe this was fixed in Struts 1.3.8 > > https://issues.apache.org/struts/browse/STR-2955 > http://svn.apache.org/viewvc?view=rev&revision=480593 > > Niall > > On 5/8/07, [EMAIL PR

Re: FileUploadInterceptor problem

2007-05-08 Thread Laurie Harper
Please post questions about using Struts to the Struts Users list only. The Struts Dev list is for discussing the development and enhancement of Struts itself. http://struts.apache.org/mail.html L. Michał Letyński wrote: Hi. I want to set a maximumSize parameter to FileUploadInterceptor. In

Re: Some parameters from Struts2 to Struts1

2007-05-08 Thread Laurie Harper
Michał Letyński wrote: Hi. I have actions in struts1 and struts2 in one application. Those struts1 actions will be re-writed in near future to struts2. But i need one thing for now. In struts2 (Test.action ) i have some parameters -> collection of id's which i want to transmit to struts1 (Tes