Re: struts 1.2 html:select and submit button

2011-07-06 Thread hijayanth
Hi, Can you please let how did you address your requirement of having multiple action classes? Thanks and regards, jayanth -- View this message in context: http://struts.1045723.n5.nabble.com/struts-1-2-html-select-and-submit-button-tp3477760p4558693.html Sent from the Struts - User mailing li

Re: Struts 1.2.x and File I/O

2009-12-23 Thread vineith kaul
Related to this file upload thing , I am using the struts2 file upload.I know struts2 file-upload deletes the uploaded temp file.From a security stand point, do we still need to validate the input file (for bad input) or the fact that it got deleted should take of everything? Thanks! Kaul On Wed,

Re: Struts 1.2.x and File I/O

2009-12-23 Thread Dan Vargas
Ok, that's what I had figured, thanks. 2009/12/23 Paweł Wielgus > Hi Dan, > struts see only files on server, > so if You want to do something with a local file You have to upload it > to the server. > Also it's not struts related, all HTTP based solutions behave that way. > > Best greetings, > P

Re: Struts 1.2.x and File I/O

2009-12-23 Thread Paweł Wielgus
Hi Dan, struts see only files on server, so if You want to do something with a local file You have to upload it to the server. Also it's not struts related, all HTTP based solutions behave that way. Best greetings, Pawel Wielgus 2009/12/23, davargas123 : > > Is it necessary to upload a file to th

Re: struts 1.2 - HttpServletRequest.getRemoteUser() returns NULL

2009-10-14 Thread Jari Fredriksson
15.10.2009 7:05, Sandeep Shenvi kirjoitti: Hi, We are developing a web application with Single Sign On (SSO) feature using struts 1.2 and are using tomcat 6.0 container for deployment. We want to achieve a scenario similar to Windows Authentication. For this we want to know the user (user nam

Re: [Struts 1.2]Validation and multiple struts-config files

2009-09-08 Thread Ashish Kulkarni
HiAny ideas? On Fri, Aug 28, 2009 at 11:42 AM, Ashish Kulkarni < ashish.kulkarn...@gmail.com> wrote: > HiIf i have 2 struts-config.xml file can i have ValidatorPlugIn tag in > both struts-config.xml file, will this work?? > > I ran into some issue trying to do so, i was getting could not find >

Re: Struts 1.2 in Tomact 5.0 giving ERRORS...

2009-07-05 Thread pasanewa
in the classpath: the TOMCAT setting was previous one...so i changed to.. BUT i still get ERROR like.. --- ERROR http-8080-Processor25 (StandardWrapperValve.java:250) Java.lang by which Servlet.service() of - servlet jsp threw out exception. NoSuchMethodError: j

Re: Struts 1.2 in Tomact 5.0 giving ERRORS...

2009-07-03 Thread Nils-Helge Garli Hegvik
Change the classpath to servlet-api? Where? The container should provide all the jsp and servlet jars that you need (with correct versions). You should probably not tamper with the classpath to any of those... Nils-H On Fri, Jul 3, 2009 at 10:40 AM, pasanewa wrote: > > I was using Tomcat 4.1 and

RE: struts 1.2: calling an action by javascript

2008-10-31 Thread Martin Gainty
08 02:44:49 -0700 > From: [EMAIL PROTECTED] > To: user@struts.apache.org > Subject: Re: struts 1.2: calling an action by javascript > > > Yes, you can do so by using AJAX, you need to invoke a Javascript function > that makes an AJAX call to the action. > > Thank

Re: struts 1.2: calling an action by javascript

2008-10-31 Thread Sachint
Yes, you can do so by using AJAX, you need to invoke a Javascript function that makes an AJAX call to the action. Thanks, Sachin Ingo Villnow wrote: > > Hello, > > i want to call an action by javascript, when a value in a > field changes. I want to fill my with the data provided by > the act

Re: struts 1.2: calling an action by javascript

2008-07-25 Thread dvdface
Ingo Villnow wrote: > > Hello, > > i want to call an action by javascript, when a value in a > field changes. I want to fill my with the data provided by > the action. Any ideas? I don't know a lot of javascript :-( > > thanks & greetings from Berlin > > >

Re: struts 1.2 html:select and submit button

2008-03-18 Thread Antonio Petrelli
2008/3/18, Sonu S <[EMAIL PROTECTED]>: > 1) there is one submit button on that page and one action is associated with > that submit button. i can call the associated action class once the user > finish the form and click the submit button. When user select from list i > need to call another act

Re: struts 1.2 html:select and submit button

2008-03-17 Thread Sudhan Maharjan
You can simply call a struts action through AJAX. A little bit of AJAX can help to do your task. If you know AJAX, you can call struts action while sending request as req.open("GET", someaction.do, true); On Tue, Mar 18, 2008 at 9:20 AM, Sonu S <[EMAIL PROTECTED]> wrote: > HI, > > I am using st

Re: struts 1.2: calling an action by javascript

2008-01-02 Thread prasad.dls
This is select box. u make this as html select &contentId=');"> This is javascript -- function getPage(ccid,url){ var cId = document.getElementById("contentId").value; document.location.href = url+cId+'&xxxId='+ccid; } by using this u can get what u want. Ingo Villnow wrote: >

Re: struts 1.2: calling an action by javascript

2007-11-13 Thread Friend Here
function submit() { populate values ..then document.action.value = " /url "; document[0].forms[0].submit(); } Ingo Villnow wrote: > > Hello, > > i want to call an action by javascript, when a value in a > field changes. I want to fill my with the data provided by > the ac

Re: struts 1.2: calling an action by ajax (javawebparts)

2007-10-31 Thread Frank W. Zammetti
I would suggest joining the JWP mailing list and re-posting this question there... the form manipulator handler was written by a member of the JWP team named Herman, and I know he'd be able to help you out quickly. I think though that there is an example of that handler in the JWP sample appli

Re: struts 1.2: calling an action by ajax (javawebparts)

2007-10-31 Thread Ingo Villnow
I referred to the manual and there it suggested to use "parameter" instead, like this: value=name then you can use: String value = (String) request.getParameter("value"); Now i have another problem :-)) I want to use the "std:FormManipulator" als ResponseHandler, but I have problems with the c

Re: struts 1.2: calling an action by ajax (javawebparts)

2007-10-31 Thread Frank W. Zammetti
Can you tell where that error is coming from? I don't recognize it as an APT error, so I'm guessing Struts, but I don't recall ever seeing that before. You know what... what happens if you remove the and tags? Does it work then? Frank Ingo Villnow wrote: ok, the Text in the index-resul

Re: struts 1.2: calling an action by ajax (javawebparts)

2007-10-31 Thread Ingo Villnow
ok, the Text in the index-result is working now, but i want to use the actions and when i use parameters like "/employee.do?task=update&ajax=getEmployee" then there comes an error message "The reference to entity "ajax" must end with the ';' delimiter." Ingo Villnow schrieb: > Hello, > > now i am

Re: struts 1.2: calling an action by ajax (javawebparts)

2007-10-31 Thread Ingo Villnow
Hello, now i am using the javawebparts.ajaxparts and when i put all the things in a whole jsp-site, than the ajax is working: <%@ taglib prefix="ajax" uri="javawebparts/ajaxparts/taglib" %> <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> http:

Re: struts 1.2: calling an action by javascript

2007-10-31 Thread Ingo Villnow
GREAT Thank you very much!! Frank W. Zammetti schrieb: > I should also point out the presentation Ted Husted did at The Ajax > Experience last week which dealt largely with APT. The slides for that > presentation are here: > > http://ajaxexperience.techtarget.com/images/Presentations/Husted_Ted_R

Re: struts 1.2: calling an action by javascript

2007-10-31 Thread Ingo Villnow
Thank you, I am going to use the javawebparts.ajaxparts taglib in any way, now i try to find the cook book :-) thanks Frank W. Zammetti schrieb: > On Wed, October 31, 2007 10:19 am, Ingo Villnow wrote: > >> i want to call an action by javascript, when a value in a >> field changes. I want to f

Re: struts 1.2: calling an action by javascript

2007-10-31 Thread Frank W. Zammetti
I should also point out the presentation Ted Husted did at The Ajax Experience last week which dealt largely with APT. The slides for that presentation are here: http://ajaxexperience.techtarget.com/images/Presentations/Husted_Ted_RetrofittingStruts.pdf I'm not quite sure how long they will stay

Re: struts 1.2: calling an action by javascript

2007-10-31 Thread Frank W. Zammetti
On Wed, October 31, 2007 10:19 am, Ingo Villnow wrote: > i want to call an action by javascript, when a value in a > field changes. I want to fill my with the data provided by > the action. Any ideas? I don't know a lot of javascript :-( There's a couple if ways you could do that... one would be

Re: struts 1.2: calling an action by javascript

2007-10-31 Thread Frank W. Zammetti
On Wed, October 31, 2007 10:19 am, Ingo Villnow wrote: > i want to call an action by javascript, when a value in a > field changes. I want to fill my with the data provided by > the action. Any ideas? I don't know a lot of javascript :-( There's a couple if ways you could do that... one would be

Re: struts 1.2: calling an action by javascript

2007-10-31 Thread Fátima Silveira
try this function submitForm(){ //do the verification you want to... form.submit(); } On 10/31/07, Ingo Villnow <[EMAIL PROTECTED]> wrote: > > Hello, > > i want to call an action by javascript, when a value in a > field changes. I want to fill my with the data provided by > the actio

Re: Struts 1.2 using formbeans

2007-08-15 Thread Jasper Floor
hmm, I assume the input fields have the same name as the relevant form properties. Case is important. Perhaps you need an input parameter in your action definition. input=inputform.jsp or something along those lines. - To unsubsc

Re: Struts 1.2 using formbeans

2007-08-14 Thread Maya menon
i TRIED SETTING THE REDIRECT=TRUE ALSO, but still it doesnt display the values when coming back to the original window. Can this be an issue ? From inputform, I have a submit button which opens another window and calls submitaction. In the new window I am displaying the 3rd parameter

Re: Struts 1.2 using formbeans

2007-08-14 Thread Maya menon
Chris, Thanks for the reply, I dont have redirect=true Here is the action: Thanks again, Christopher Schultz <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maya, Maya menon wrote: > In submitAction, I call setter method of formbean and s

Re: Struts 1.2 using formbeans

2007-08-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maya, Maya menon wrote: > In submitAction, I call setter method of formbean and sets the 3rd > parameter and do mapping.findforward Does the forward you are using have redirect="true"? If so, the form bean might be lost of the form bean is not in ses

Re: [Struts 1.2] javax.servlet.jsp.JspException: No getter method for property: "error

2007-08-13 Thread Andreas Hartmann
Hello Paul, but the bean is there - otherwise, the logic:iterate part wouldn't be accessed at all after . I can't understand this. Besides that, I now solved it this way: I put the needed object to an already existing session object. Addressing this way works fine. BTW: The jsp must be: ...

Re: [Struts 1.2] javax.servlet.jsp.JspException: No getter method for property: "error

2007-08-13 Thread Paul Benedict
Make sure you're not redirecting. You will lose request attributes if you do so. On 8/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello! > > I'm getting a currious errormessage, which I'm not understanding with the > background written later on: > > javax.servlet.jsp.JspException: No g

Re: Struts 1.2 and JSF

2007-05-15 Thread Laurie Harper
RathinaGanesh : Vancouver is beautiful !! wrote: Greetings: I was wondering, if I can combine struts 1.2 and jsf together..? I was trying to use the Ajax4jsf (Exadel's RichFaces)..It seems, this component needs JSF... Did any one use this this with Struts 1.2 before..?? Well, the JSF dependenc

Re: Struts 1.2 validation not working!

2007-04-04 Thread Niall Pemberton
On 4/4/07, davout <[EMAIL PROTECTED]> wrote: I downloaded Struts r1.2.4. The r1.2.4 'validator-rules.xml' file is exactly the same as the file in my project. The stack trace says that this is not true - I can re-create your exact error by dropping the validator-rules.xml from Struts 1.2.7 int

Re: Struts 1.2 validation not working!

2007-04-04 Thread davout
I downloaded Struts r1.2.4. The r1.2.4 'validator-rules.xml' file is exactly the same as the file in my project. The attached screenshot is a snapshot from the file compare utility. http://www.nabble.com/file/7647/struts.zip struts.zip What next? -- View this message in context: http://www.

Re: Struts 1.2 validation not working!

2007-04-02 Thread Niall Pemberton
On 4/1/07, davout <[EMAIL PROTECTED]> wrote: I downloaded the r1.2.7 release and used this as my comparison basis. My IDE is 'MyEclipse' which uses a Struts 1.2 release. The xml files are exactly the same. I used the 'beyond compare' file comparison utility to view this, and there are no differ

Re: Struts 1.2 validation not working!

2007-04-01 Thread davout
I downloaded the r1.2.7 release and used this as my comparison basis. My IDE is 'MyEclipse' which uses a Struts 1.2 release. The xml files are exactly the same. I used the 'beyond compare' file comparison utility to view this, and there are no differences. . What next? Niall Pemberton-2 wrote

Re: Struts 1.2 validation not working!

2007-03-29 Thread Niall Pemberton
Use the validation-rules.xml that comes with the version of Struts you're using. This exception usually happens when people upgrade their version of Struts but don't use the validation-rules.xml that ships with the new version. Niall On 3/29/07, davout <[EMAIL PROTECTED]> wrote: I've added Str

RE: Struts 1.2 and the Validator Framework, how does this work ?

2006-08-25 Thread Raghuveer
I think your Configuration Struts+Validator may be giving problem. -Original Message- From: Li [mailto:[EMAIL PROTECTED] Sent: Friday, August 25, 2006 1:02 PM To: Struts Users Mailing List Subject: Re: Struts 1.2 and the Validator Framework, how does this work ? did you configure your

Re: Struts 1.2 and the Validator Framework, how does this work ?

2006-08-25 Thread Niall Pemberton
Usually this error occurs when people upgrade to a later version of Struts, but forget to upgrade the validator-rules.xml to the one shipped with the new Struts version. http://wiki.apache.org/struts/StrutsUpgrade Niall On 8/25/06, Ingimar Erlingsson <[EMAIL PROTECTED]> wrote: Hello! trying t

Re: Struts 1.2 and the Validator Framework, how does this work ?

2006-08-25 Thread Li
did you configure your app and validation framework properly? can you paste full stack of error? On 8/25/06, Ingimar Erlingsson <[EMAIL PROTECTED]> wrote: Hello! trying to get the validator framework in struts to work from within eclipse/exadel, using struts 1.2. following an example in the bo

Re: Struts 1.2.x, How reference form.field if disallows form Name attribute?

2006-06-30 Thread Mississippi John Hurt
Thanks for the help! On 6/30/06, David Durham <[EMAIL PROTECTED]> wrote: Mississippi John Hurt wrote: > Hi, > no longer allows "name" attribute. Problem is I have javascript > that refers to a field on the form by the formName.fieldName. So now I > get a > javascript error. If I can no longer

Re: Struts 1.2.x, How reference form.field if disallows form Name attribute?

2006-06-30 Thread David Durham
Mississippi John Hurt wrote: Hi, no longer allows "name" attribute. Problem is I have javascript that refers to a field on the form by the formName.fieldName. So now I get a javascript error. If I can no longer assign a name to the form, then the big question is how can I refer to a field on

Re: Struts 1.2.x, How reference form.field if disallows form Name attribute?

2006-06-30 Thread Vantuir Muniz
Hi, Try this field document.forms[0].elements[field].value select var codUnidade = document.forms[0].codunidadegestor.options[document.forms[0].codunidadegestor.selectedIndex].value; Vantuir Muniz On 6/30/06, Mississippi John Hurt <[EMAIL PROTECTED]> wrote: Hi, no longer allows "name" att

RE: [struts-1.2.x] Struts Validator?

2006-03-29 Thread Michael Laccetti
ED] Sent: Wednesday, March 29, 2006 6:00 PM To: Struts Users Mailing List Subject: Re: [struts-1.2.x] Struts Validator? On 3/29/06, Michael Laccetti <[EMAIL PROTECTED]> wrote: > I'm using the validator framework in a server-side world. User > submits form, validator is invoked, p

Re: [struts-1.2.x] Struts Validator?

2006-03-29 Thread Niall Pemberton
On 3/29/06, Michael Laccetti <[EMAIL PROTECTED]> wrote: > I'm using the validator framework in a server-side world. User submits > form, validator is invoked, page with errors is displayed. Now, 99% of > the examples I've found out in the wild all talk about the client-side > stuff. And of the 1

Re: Struts 1.2 Roles

2006-03-20 Thread Paul Benedict
You have two options: 1) Do not use roles. It is coded with mere functionality to return a 403 if the role is not there. Instead check the role explicity in the action and do what you want. 2) Use web.xml to handle the error codes. You can configure your application to take action on certain erro

Re: Struts 1.2 - Using Tile Definitions as ActionForwards

2005-08-22 Thread lchalupa
Thanks for the reply. Is the syntax you forwarded in the globalforwards section of the config file? It looks like you are declaring an action. That works for me too. I'm looking to do the same type of thing but in the globalforwards section. lee On Mon, 22 Aug 2005 18:32:07 -0400, Robert Ta

Re: Struts 1.2 - Using Tile Definitions as ActionForwards

2005-08-22 Thread Robert Taylor
Ooops. Responded without comprehending the entire message. I haven't tried it with global forwards. Sorry. /robert Robert Taylor wrote: I'm using Struts 1.2.7 running in Tomcat5.x and it works for me. /robert lchalupa wrote: I'm trying to use a feature of Tiles. I'm using struts 1.2. I

Re: Struts 1.2 - Using Tile Definitions as ActionForwards

2005-08-22 Thread Robert Taylor
I'm using Struts 1.2.7 running in Tomcat5.x and it works for me. /robert lchalupa wrote: I'm trying to use a feature of Tiles. I'm using struts 1.2. I'm using Tiles Definitions maintained in a configuration file. I want to use the definition names in the strutsconfig file instead of a jsp

Re: Struts 1.2

2005-08-02 Thread johns839
Be careful with 1.2 as a lot of things were deprecated. Some addon labraries like the production version of struts-layout don't work with 1.2. /Jeremiah Quoting "Hernandez, Mariano" <[EMAIL PROTECTED]>: > Two quick question guys. I'm trying to type up reasons as to why we should > upgrade from 1

RE: Struts 1.2

2005-08-02 Thread Hernandez, Mariano
list came from the release notes. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 02, 2005 5:47 PM To: Struts Users Mailing List Subject: Re: Struts 1.2 From: "Hernandez, Mariano" <[EMAIL PROTECTED]> > Two quick question guys. I&#

Re: Struts 1.2

2005-08-02 Thread Wendy Smoak
From: "Hernandez, Mariano" <[EMAIL PROTECTED]> Two quick question guys. I'm trying to type up reasons as to why we should upgrade from 1.1 to 1.2 (specifically 1.2.7). It seems to me that the bulk of the fixes/enhancements have been in client/server side validation and tiles. I've got some other

Re: Struts 1.2 v 1.3

2005-07-17 Thread netsql
What does 1.3 bring to the party? I know there will be with the composable request processor and commons chain integration. What other innovations are there in the new version? I think they also said Struts 1.3 will also be built using JDK 1.4 and to Servlet 2.3. So during evoltion, some th

Re: Struts 1.2 v 1.3

2005-07-16 Thread Joe Germuska
At 9:29 PM -0700 7/15/05, Wendy Smoak wrote: From: "Ted Husted" <[EMAIL PROTECTED]> I'd suggest that changes between releases should be immortalized on a Release Notes page, like the very cool one we have for 1.2.7: * http://struts.apache.org/userGuide/release-notes.html Noted. ;) Joe, is it

Re: Struts 1.2 v 1.3

2005-07-15 Thread Wendy Smoak
From: "Ted Husted" <[EMAIL PROTECTED]> I'd suggest that changes between releases should be immortalized on a Release Notes page, like the very cool one we have for 1.2.7: * http://struts.apache.org/userGuide/release-notes.html Noted. ;) Joe, is it okay to take the text of your email for the n

Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

2005-07-15 Thread Ted Husted
On 7/15/05, Craig McClanahan <[EMAIL PROTECTED]> wrote: > One thing that can save some work is that the pseudo-database part of > MailReader is already extracted out into its own module (it's in > apps/dao in the source tree), which can be reused "as is" like it is > in all the other MailReader var

Re: Struts 1.2 v 1.3

2005-07-15 Thread Ted Husted
On 7/15/05, Joe Germuska <[EMAIL PROTECTED]> wrote: > Probably the biggest other thing is the "extends" mechanism which > allows most config elements to extend others, eliminating some > redundancies in config files. To be honest, I haven't used this much > yet, but I can see where it would be pre

RE: Struts 1.2 v 1.3

2005-07-15 Thread Joe Germuska
At 4:39 PM +0100 7/15/05, Pilgrim, Peter wrote: What does 1.3 bring to the party? I know there will be with the composable request processor and commons chain integration. What other innovations are there in the new version? Probably the biggest other thing is the "extends" mechanism which al

Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

2005-07-15 Thread Craig McClanahan
On 7/15/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > Must... not... volunteer... time... limited... :) > > Seriously, I would actually be quite interested in taking this on, but > frankly I have not yet touched Shale at all, so I'm not certain I could > pull it off... Certainly I couldn't gu

Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

2005-07-15 Thread Frank W. Zammetti
Must... not... volunteer... time... limited... :) Seriously, I would actually be quite interested in taking this on, but frankly I have not yet touched Shale at all, so I'm not certain I could pull it off... Certainly I couldn't guarantee that I'd do everything the *right* way :) Tell you what th

Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

2005-07-15 Thread Craig McClanahan
On 7/15/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > On 7/15/05, Yaroslav Novytskyy <[EMAIL PROTECTED]> wrote: > > Hello! > > Can you please provide a link to (or share if they are not jet) sources. > > I'm very interested of how Struts Dialogs work, and will appriciate any > > links, example

Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

2005-07-15 Thread Michael Jouravlev
On 7/15/05, Yaroslav Novytskyy <[EMAIL PROTECTED]> wrote: > Hello! > Can you please provide a link to (or share if they are not jet) sources. > I'm very interested of how Struts Dialogs work, and will appriciate any > links, examples, docs Is this the one that will be also used in Shale? No, i

RE: Struts 1.2 v 1.3

2005-07-15 Thread Pilgrim, Peter
What does 1.3 bring to the party? I know there will be with the composable request processor and commons chain integration. What other innovations are there in the new version? > -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED] ==== > > > On 7/14/05, Access Denied

Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

2005-07-15 Thread netsql
James Mitchell wrote: as soon as I get back, we will roll a release, or die trying ;) that would be greeat. .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

2005-07-15 Thread James Mitchell
rvices.net/ 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] Skype: jmitchtx - Original Message - From: "Frank W. Zammetti" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday, July 15, 2005 12:28 AM Subject: Re: Releasing 1.3 [was: Re: Struts 1.2 v

Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

2005-07-15 Thread Yaroslav Novytskyy
Hello! Michael Jouravlev wrote: (imitating Donkey) Me, me, pick me! ;-) I am currently in the process of rewriting Mail Reader with Struts Dialogs. You would not believe how nicer it gets ;) Can you please provide a link to (or share if they are not jet) sources. I'm very interested of how

Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

2005-07-14 Thread Frank W. Zammetti
.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] Skype: jmitchtx - Original Message - From: "netsql" <[EMAIL PROTECTED]> To: Sent: Thursday, July 14, 2005 7:27 PM Subject: Re: Struts 1.2 v 1.3 [EMAIL PROTECTED] wrote: Ted, is there a list of tasks for 1.3? By "

Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

2005-07-14 Thread Michael Jouravlev
(imitating Donkey) Me, me, pick me! ;-) I am currently in the process of rewriting Mail Reader with Struts Dialogs. You would not believe how nicer it gets ;) Michael. On 7/14/05, James Mitchell <[EMAIL PROTECTED]> wrote: > I think it is high time we get something out there for 1.3, even if it n

Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

2005-07-14 Thread James Mitchell
om: "netsql" <[EMAIL PROTECTED]> To: Sent: Thursday, July 14, 2005 7:27 PM Subject: Re: Struts 1.2 v 1.3 [EMAIL PROTECTED] wrote: Ted, is there a list of tasks for 1.3? By "volunteer", are you referring only to current Struts committers? Anyone can edit / search bug

Re: Struts 1.2 v 1.3

2005-07-14 Thread netsql
omiters get tired of comiting your code) .V Erik -Original Message- From: Ted Husted <[EMAIL PROTECTED]> Sent: Jul 14, 2005 6:57 PM To: Struts Users Mailing List Subject: Re: Struts 1.2 v 1.3 On 7/14/05, Access Denied <[EMAIL PROTECTED]> wrote: I just bought and am reading

Re: Struts 1.2 v 1.3

2005-07-14 Thread erikweber
Ted, is there a list of tasks for 1.3? By "volunteer", are you referring only to current Struts committers? Erik -Original Message- From: Ted Husted <[EMAIL PROTECTED]> Sent: Jul 14, 2005 6:57 PM To: Struts Users Mailing List Subject: Re: Struts 1.2 v 1.3 On 7/14/0

Re: Struts 1.2 v 1.3

2005-07-14 Thread Ted Husted
On 7/14/05, Access Denied <[EMAIL PROTECTED]> wrote: > I just bought and am reading James Holmes' book, "Struts: The Complete > Reference" (Osborne 2004), which covers 1.2. I just learned from one > of Ted Husted's posts that 1.3 is almost ready to be released. Am I > wasting my time and should b

Re: Struts 1.2 v 1.3

2005-07-14 Thread Joe Germuska
At 6:21 AM -0700 7/14/05, Wendy Smoak wrote: From: "Wendy Smoak" <[EMAIL PROTECTED]> No. Most of the major changes in 1.3 are 'behind the scenes' and will not affect the way you configure and use the framework. That didn't come out quite right. I meant that the changes in 1.3 don't *have*

Re: Struts 1.2 v 1.3

2005-07-14 Thread Ivan Rodriguez
Maven is for building projects, like Ant does. Access Denied escribió: I've seen Maven listed amongst the Apache projects and read a little. Is it supposed to replace CVS and SVN? Is this something we should be using routinely? tia, buddy ---

Re: Struts 1.2 v 1.3

2005-07-14 Thread Access Denied
I've seen Maven listed amongst the Apache projects and read a little. Is it supposed to replace CVS and SVN? Is this something we should be using routinely? tia, buddy On 7/14/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Access Denied" <[EMAIL PROTECTED]> > > I just bought and am reading

Re: Struts 1.2 v 1.3

2005-07-14 Thread Wendy Smoak
From: "Wendy Smoak" <[EMAIL PROTECTED]> No. Most of the major changes in 1.3 are 'behind the scenes' and will not affect the way you configure and use the framework. That didn't come out quite right. I meant that the changes in 1.3 don't *have* to affect the way you configure and use the fr

Re: Struts 1.2 v 1.3

2005-07-14 Thread Wendy Smoak
From: "Access Denied" <[EMAIL PROTECTED]> I just bought and am reading James Holmes' book, "Struts: The Complete Reference" (Osborne 2004), which covers 1.2. I just learned from one of Ted Husted's posts that 1.3 is almost ready to be released. Am I wasting my time and should be studying other

RE: Struts 1.2 - problems passing form values and form name to a javascript function

2005-02-12 Thread Jason Long
I use the following: By passing this you do not need the get by id. This also solves having forms with the same name. I dealt with this by using the name attribute in the html:form tag in struts 1.1, but switched to this when I upgraded to struts 1.2 since name is no longer valid in html:form

RE: Struts 1.2 - problems passing form values and form name to a javascript function

2005-02-12 Thread Jason Long
I use the following: By passing this you do not need the get by id. This also solves having forms with the same name. I dealt with this by using the name attribute in the html:form tag in struts 1.1, but switched to this when I upgraded to struts 1.2 since name is no longer valid in html:form

Re: Struts 1.2.x

2004-08-26 Thread James Mitchell
urham" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, August 26, 2004 9:49 AM Subject: Re: Struts 1.2.x > Ted Husted wrote: > > > GA grade > > Pardon my ignorance; what does GA stand for? > > I assume

Re: Struts 1.2.x

2004-08-26 Thread Nicolas De Loof
General Availability: http://struts.apache.org/acquiring.html > Ted Husted wrote: > > > GA grade > > Pardon my ignorance; what does GA stand for? > > I assume that it's not General Admission? > > > Thanks, > > Dave > > > >

Re: Struts 1.2.x

2004-08-26 Thread David Durham
Ted Husted wrote: GA grade Pardon my ignorance; what does GA stand for? I assume that it's not General Admission? Thanks, Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts 1.2.x

2004-08-25 Thread Ted Husted
On Wed, 25 Aug 2004 16:22:34 -0700 (PDT), wrote: > Do you know when 1.2.1 (or whatever is the latest version) is going > to be GA'd?  I see that it's been in Beta for about 5 weeks, but my > boss won't let me install it to production boxes unless it's in GA > status.  We have a major issue with th

Re: Struts 1.2

2004-08-25 Thread Ted Husted
Struts 1.2.1 is available here: http://struts.apache.org/acquiring.html and, yes, Struts 1.2.2 will be the latest nightly build for the day we roll it. (Looks like today!) -Ted. On Wed, 25 Aug 2004 15:41:10 -0500, David Durham wrote: > Bill Siggelkow wrote: > >> I am using Struts 1.2; >> > Whe

Re: Struts 1.2

2004-08-25 Thread David Durham
Bill Siggelkow wrote: Try here -- though 1.2.2 should be about the same as the nightly me thinks. Nah. These struts committers kick out shoddy nightly effluvia. :-D http://cvs.apache.org/dist/struts/ Thanks. - Dave - To unsubscr

Re: Struts 1.2

2004-08-25 Thread Bill Siggelkow
Try here -- though 1.2.2 should be about the same as the nightly me thinks. http://cvs.apache.org/dist/struts/ David Durham wrote: Bill Siggelkow wrote: I am using Struts 1.2; Where do you download 1.2? Is it just a nightly build available here: http://cvs.apache.org/builds/jakarta-struts/nigh

Re: Struts 1.2

2004-08-25 Thread David Durham
Bill Siggelkow wrote: I am using Struts 1.2; Where do you download 1.2? Is it just a nightly build available here: http://cvs.apache.org/builds/jakarta-struts/nightly/ Thanks, - Dave - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Struts 1.2 - ActionForm.validate(...)

2004-08-25 Thread Sebastian Ho
I read it somewhere the best thing to do now is to use actionerror for pure error and use actionmessage for all the other purpose while we wait for next struts release. sebastian ho On Wed, 2004-08-25 at 16:10, Shinobu Kawai wrote: > Hi Lic, > > > In Struts 1.2, the ActionForm.validate return A

Re: Struts 1.2 - ActionForm.validate(...)

2004-08-25 Thread Shinobu Kawai
Hi Lic, > In Struts 1.2, the ActionForm.validate return ActionErrors. However, > ActionErrors will be deprecated after 1.2. If I want to valid the data in > ActionForm, what I can do? Where does it say that ActionErrors will be deprecated? I know that ActionError will be deprecated... Best re

RE: Struts 1.2 - ActionForm.validate(...)

2004-08-25 Thread Matthias Wessendorf
ErroR is deprecated. Errors not ... http://struts.apache.org/api/org/apache/struts/action/ActionError.html http://struts.apache.org/api/org/apache/struts/action/ActionErrors.html how ever, on bugzilla there is a discussion on that :) http://issues.apache.org/bugzilla/show_bug.cgi?id=29679 > ---

Re: Struts 1.2.x binaries download?

2004-06-11 Thread Joe Germuska
That said I've the impression that struts becoming a top level apache project means that the requirements for release are stricter than when 1.1 came out. But there's certainly a hive of activity going on to get 1.2 released. Actually, I wouldn't say that's true. In fact, going forward, we hop

RE: Struts 1.2.x binaries download?

2004-06-11 Thread Wendy Smoak
Illya Kysil wrote: > > http://cvs.apache.org/builds/jakarta-struts/nightly/ > Thanx, but I would like to use something more stable... Suit yourself, but the code doesn't GET much more stable than in the days leading up to a release. I've been using nightlies for as long as I can remember, and h

Re: Struts 1.2.x binaries download?

2004-06-11 Thread Xavier Poinsard
Illya Kysil wrote: Hi all, Are there any Struts 1.2.x binaries downloads available? http://jakarta.apache.org/site/binindex.cgi reports 1.1 is the latest. see below for 1.2.0 binaries : http://www.mail-archive.com/[EMAIL PROTECTED]/msg94777.html -

Re: Struts 1.2.x binaries download?

2004-06-11 Thread Mark Lowe
There is chat of a release of 1.2 on the dev list, but I'm also waiting.. I've a few internal apps running on 1.2 but like you i cant be arsed with the bleeding edge stuff. That said I've the impression that struts becoming a top level apache project means that the requirements for release a

Re: Struts 1.2.x binaries download?

2004-06-11 Thread Illya Kysil
Mark Lowe wrote: You'll want to look at the nightlies. http://cvs.apache.org/builds/jakarta-struts/nightly/ Thanx, but I would like to use something more stable... -- Illya Kysil, software developer Delphi/C/C++/C#/Java/Forth/Assembler ---

Re: Struts 1.2.x binaries download?

2004-06-11 Thread Mark Lowe
You'll want to look at the nightlies. http://cvs.apache.org/builds/jakarta-struts/nightly/ Mark On 11 Jun 2004, at 14:08, Illya Kysil wrote: Hi all, Are there any Struts 1.2.x binaries downloads available? http://jakarta.apache.org/site/binindex.cgi reports 1.1 is the latest. -- Illya Kysil, soft

Re: Struts 1.2?

2004-04-15 Thread Joe Germuska
At 1:19 PM -0600 4/15/04, Nathan Maves wrote: When is this release coming? Struts 1.2.0 was "cut" about two months ago. Beginning with the 1.2.x line, Struts is using the Apache httpd-style release numbering, where releases are made and then subsequently evaluated as either "alpha", "beta", or