Re: Required Info on Upgrading Struts 1.2.x to Struts 2.3.x

2014-06-03 Thread Paul Benedict
Struts 1 uses a DTD which doesn't allow custom elements in the configuration... or does it? I have never seen this before. Cheers, Paul On Tue, Jun 3, 2014 at 4:57 AM, Lukasz Lenart wrote: > I have no idea if it is possible or not, but you can use like this > > ${['key1','key2','key3']} > >

Re: Required Info on Upgrading Struts 1.2.x to Struts 2.3.x

2014-06-03 Thread Lukasz Lenart
I have no idea if it is possible or not, but you can use like this ${['key1','key2','key3']} 2014-06-03 11:42 GMT+02:00 Janardhana Pagadala : > Hello Lukas > > Thanks for your response but the issue is not with tag. As > mentioned in my question, I would like use custom tag , etc. > in action

Re: Required Info on Upgrading Struts 1.2.x to Struts 2.3.x

2014-06-03 Thread Janardhana Pagadala
Hello Lukas Thanks for your response but the issue is not with tag. As mentioned in my question, I would like use custom tag , etc. in action in addition to the tag. Hope the questions makes sense now. Please suggest if there is a possibility to implement such feature in Struts 2.3.x Thanks i

Re: Required Info on Upgrading Struts 1.2.x to Struts 2.3.x

2014-06-02 Thread Lukasz Lenart
2014-06-03 4:09 GMT+02:00 Janardhana Pagadala : > We would like to implement similar functionality in Struts 2.3.x to match > with that of above: > > > > > > /sample.jsp > > > > *Question:* > What is the best way to implement similar functionality in

Required Info on Upgrading Struts 1.2.x to Struts 2.3.x

2014-06-02 Thread Janardhana Pagadala
Hi, I am working on a Struts migration project from Struts 1.2.x to Struts 2.3.x and need your feedback on the below. Could you please help me on this regard? *Background:* In our application, the struts-config.xml (Struts 1.2.x) has custom "action" tags which were parsed and the cor

Re: Struts 1.2.x and File I/O

2009-12-23 Thread vineith kaul
orks > > > okay. That led me to wonder if it was just me messing up the code, or > > Struts > > > only seeing the directories on the server on which it is installed, and > > > that's what I want to know. > > > > > > Thanks,

Re: Struts 1.2.x and File I/O

2009-12-23 Thread Dan Vargas
installed, and > > that's what I want to know. > > > > Thanks, > > Dan > > -- > > View this message in context: > > http://old.nabble.com/Struts-1.2.x-and-File-I-O-tp26903855p26903855.html > > Sent from the Struts - User mailing list ar

Re: Struts 1.2.x and File I/O

2009-12-23 Thread Paweł Wielgus
hat led me to wonder if it was just me messing up the code, or Struts > only seeing the directories on the server on which it is installed, and > that's what I want to know. > > Thanks, > Dan > -- > View this message in context: > http://old.nabble.com/Struts-1.2.x-a

Struts 1.2.x and File I/O

2009-12-23 Thread davargas123
okay. That led me to wonder if it was just me messing up the code, or Struts only seeing the directories on the server on which it is installed, and that's what I want to know. Thanks, Dan -- View this message in context: http://old.nabble.com/Struts-1.2.x-and-File-I-O-tp26903855p26903855

Re: File I/O in Struts 1.2.x

2009-12-14 Thread Oscar
ding it to the server, > and another for processing, and another for downloading, or something in > between? > -- > View this message in context: > http://old.nabble.com/File-I-O-in-Struts-1.2.x-tp26779909p26779909.html > Sent from the St

File I/O in Struts 1.2.x

2009-12-14 Thread davargas123
another for processing, and another for downloading, or something in between? -- View this message in context: http://old.nabble.com/File-I-O-in-Struts-1.2.x-tp26779909p26779909.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Simple two button form - Struts 1.2.x

2009-12-10 Thread Dan Vargas
Awesome, thanks. I've gotten it to do what I need. On Thu, Dec 10, 2009 at 7:12 AM, Mark Shifman wrote: > Use EventDispatchAction or just use javascript to go to the action you want > when the button is pushed. > mas > davargas123 wrote: > >> I am putting in page that loads at the beginning of m

Re: Simple two button form - Struts 1.2.x

2009-12-10 Thread Mark Shifman
Use EventDispatchAction or just use javascript to go to the action you want when the button is pushed. mas davargas123 wrote: I am putting in page that loads at the beginning of my application, and all it has two buttons that should end up forwarding to do one of two different actions. How can I

RE: Simple two button form - Struts 1.2.x

2009-12-09 Thread Kawczynski, David
dave > -Original Message- > From: davargas123 [mailto:davargas...@gmail.com] > Sent: Wednesday, December 09, 2009 3:21 PM > To: user@struts.apache.org > Subject: Simple two button form - Struts 1.2.x > > > I am putting in page that loads at the beginning of my

Simple two button form - Struts 1.2.x

2009-12-09 Thread davargas123
else{ fwd = mapping.findForward("batch"); } return fwd; } } -- View this message in context: http://old.nabble.com/Simple-two-button-form---Struts-1.2.x-tp26716992p2671

multiple sessions created in struts 1.2.x on 404 new request... bug? [S1]

2008-08-20 Thread whizdom
ter1 will result in a new session! I use LamdaProbe for monitoring the number of sessions, but Tomcat Manager should show that info as well... Anyone with a solution to ensure that only one session is created? Thanks. -V. -- View this message in context: http://www.nabble.com/multiple-sessions-c

Re: Is it hard to migrate from struts 1.2.x to 1.3.x ??

2007-09-05 Thread Paul Benedict
9/5/07, Mark Shifman <[EMAIL PROTECTED]> wrote: > > Not particularly. There is a nice discussion on the struts wiki page: > > http://wiki.apache.org/struts/StrutsUpgradeNotes12to13 > > > > Ed snooper wrote: > > > Hello, > > > > > > In general is

Re: Is it hard to migrate from struts 1.2.x to 1.3.x ??

2007-09-05 Thread Mark McLaren
wiki.apache.org/struts/StrutsUpgradeNotes12to13 > > Ed snooper wrote: > > Hello, > > > > In general is it hard to migrate an existing application from struts 1.2.x > > to 1.3.x? > > > > Ed > > > -- > Mark Shifman MD. Ph.D. >

RE: Is it hard to migrate from struts 1.2.x to 1.3.x ??

2007-09-05 Thread Slattery, Tim - BLS
> In general is it hard to migrate an existing application from > struts 1.2.x to 1.3.x? I had very little trouble going from 1.1.x directly to 1.3.x, without stopping at 1.2. The biggest thing in that move was getting rid of the "application" parameter of the "action&qu

Re: Is it hard to migrate from struts 1.2.x to 1.3.x ??

2007-09-05 Thread Mark Shifman
Not particularly. There is a nice discussion on the struts wiki page: http://wiki.apache.org/struts/StrutsUpgradeNotes12to13 Ed snooper wrote: Hello, In general is it hard to migrate an existing application from struts 1.2.x to 1.3.x? Ed - Choose

Is it hard to migrate from struts 1.2.x to 1.3.x ??

2007-09-05 Thread Ed snooper
Hello, In general is it hard to migrate an existing application from struts 1.2.x to 1.3.x? Ed - Choose the right car based on your needs. Check out Yahoo! Autos new Car Finder tool.

RE: Does struts 1.2.x or 1.3.x support the attribute "autocomplet e" f or forms?

2007-04-06 Thread Crawford, Preston
times you only get one shot at these every X amount of years) for giving Struts 2 a look if it fits our needs. Preston -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Friday, April 06, 2007 11:01 AM To: Struts Users Mailing List Subject: Re: Does struts 1.2.x or

Re: Does struts 1.2.x or 1.3.x support the attribute "autocomplete" f or forms?

2007-04-06 Thread Niall Pemberton
On 4/6/07, Crawford, Preston <[EMAIL PROTECTED]> wrote: I'm sure many of you know about this. The originally IE specific attribute "autocomplete", that when set to "off" would prevent the browser from saving the data in the form for autocompletion later. I'm working on a project that uses Struts

RE: Does struts 1.2.x or 1.3.x support the attribute "autocomplet e" f or forms?

2007-04-06 Thread Crawford, Preston
Oh, and the other question is if there are issues upgrading from 1.1 to 1.2.x or 1.3.x? Any reason this would be a difficult upgrade, assuming this is the answer to my problem. Preston CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recip

Does struts 1.2.x or 1.3.x support the attribute "autocomplete" f or forms?

2007-04-06 Thread Crawford, Preston
I'm sure many of you know about this. The originally IE specific attribute "autocomplete", that when set to "off" would prevent the browser from saving the data in the form for autocompletion later. I'm working on a project that uses Struts 1.1. So I have a few questions. #1 - Is autocomplete

RE: Javascript onfocus issuein IE and struts 1.2.x

2007-01-11 Thread Dave Newton
From: Don Don [mailto:[EMAIL PROTECTED] > Hum...its strange am looking to see if struts has got anything to do > with it, or if setting a field to obtain the focus automatically when > the form is loaded has any effect on how the rest of the fields deal > with focus etc. > > Dave Newton <[EMAIL PR

RE: Javascript onfocus issuein IE and struts 1.2.x

2007-01-11 Thread Don Don
Hum...its strange am looking to see if struts has got anything to do with it, or if setting a field to obtain the focus automatically when the form is loaded has any effect on how the rest of the fields deal with focus etc. Dave Newton <[EMAIL PROTECTED]> wrote: From: Frank W. Zammetti [mailto

RE: Javascript onfocus issuein IE and struts 1.2.x

2007-01-11 Thread Dave Newton
From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] > This is working for me just fine, IE 6 and 7 anyway. Works for me too, IE 6 and 7. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Re: Javascript onfocus issuein IE and struts 1.2.x

2007-01-11 Thread Frank W. Zammetti
I see you guys were two posts ahead of me while I typed my last reply :) On the same wavelength though. If you just throw a simple alert(''); in the event handler instead, in the fullblown Struts version, do you get the popup as expected? I'm grasping at the same pack of straws Christopher is, j

Re: Javascript onfocus issuein IE and struts 1.2.x

2007-01-11 Thread Frank W. Zammetti
Hmm, curious... I just tried the following: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> This is working for me just fine, IE 6 and 7 anyway. I also tried changing onfocus to onFocus, and it still worked. I definitely would have been with Christopher in thinking doctype was the culpr

Re: Javascript onfocus issuein IE and struts 1.2.x

2007-01-11 Thread Don Don
Hi I noticed it working in an html only environment (i.e. not struts) when struts is applied it fails to work still only in IE Christopher Schultz <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Don, Don Don wrote: > in IE (all versions from 5 to 7) this just does not

Re: Javascript onfocus issuein IE and struts 1.2.x

2007-01-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Don, Don Don wrote: > in IE (all versions from 5 to 7) this just does not work. I tried this exact file in MSIE 6.0.2900.2180 and it works just fine (after you tell MSIE that it's okay to run scripts from a file you grabbed off your own disk): http:

Re: Javascript onfocus issuein IE and struts 1.2.x

2007-01-11 Thread Don Don
Hi guys here's what am tryin to do in IE (all versions from 5 to 7) this just does not work. Maybe as Chris said it has to do with the doc type, here's the doctype am using http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> What could be wrong ? "Frank W. Zammetti" <[EMAIL PROTECTED]> wr

Re: Javascript onfocus issuein IE and struts 1.2.x

2007-01-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frank, Frank W. Zammetti wrote: > In which version of IE do you observe this behavior? I just verified in > IE 5.5, 6 and 7 that onfocus with a lower-case 'f' works just fine. Just out of curiosity, what DOCTYPE were you guys using? I know that XHT

Re: Javascript onfocus issuein IE and struts 1.2.x

2007-01-11 Thread Frank W. Zammetti
Hi Don, In which version of IE do you observe this behavior? I just verified in IE 5.5, 6 and 7 that onfocus with a lower-case 'f' works just fine. AFAIK, case does not matter to any browser with event handler names, whether Struts is involved or not... any chance the problem your seeing is caus

Javascript onfocus issuein IE and struts 1.2.x

2007-01-11 Thread Don Don
Hi all, I've noticed an issue with the above versions of struts and the javascript onfocus function when using IE. Struts uses the function in lower case (e.g. "onfocus()") and even renders the generated code in lower case as well, IE on the other hand requires the function to be in this f

[Fwd: HELP with switching modules in Struts 1.2.x]

2006-12-07 Thread robin bajaj
Please ignore my previous mail. I found the issue. I was trying to forward from a local forward to a global forward. I started forwarding to the global forward directly and everthing started working fine. thanks, robin --- Begin Message --- Hi All, I am trying to switch modules in Struts 1.2

HELP with switching modules in Struts 1.2.x

2006-12-07 Thread robin bajaj
Hi All, I am trying to switch modules in Struts 1.2.x webapp using a global forward. Here's the global forward path="/MODULE2/action.do" redirect="true"/> Here's the action Mapping that wants to switch to MODULE2 when an actionForward "toAccMa

help with using valuelist taglib with Struts 1.2.x

2006-11-27 Thread robin bajaj
I am trying to use valueList taglib with my Struts 1.2.x webapp. I basically have a collection of dto's having the data that I want to display. I am using Struts with Hibernate 3.0. I dont have any Spring knowledge. Have any of you been able to use valueList and its sorting/paging features

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

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

2006-06-30 Thread Mississippi John Hurt
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 that form in javascript?? Help!

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

[struts-1.2.x] Struts Validator?

2006-03-29 Thread Michael Laccetti
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% that is left, they all use to display the failure message(s).

Re: [1.2.x] Struts 1.2.x on latest Commons releases?

2006-03-28 Thread Niall Pemberton
One other aspect is that changes to fully support Validator 1.2.0/1.3.0 have not been ported back to Struts 1.2.x. This does not prevent upgrading to Validator 1.3.0, it just means one feature is not useable (i.e. "Variables in Resource Bundles"). More details here, in the upgrading sect

Re: [1.2.x] Struts 1.2.x on latest Commons releases?

2006-03-28 Thread Hubert Rabago
6, Henri Yandell <[EMAIL PROTECTED]> wrote: > Before I sit and churn through compiling and testing, does anyone know > of any blatant reasons why the Struts 1.2.x release couldn't be using > the latest FileUpload and Validator with all the bugfixes? > > (is there a conven

[1.2.x] Struts 1.2.x on latest Commons releases?

2006-03-28 Thread Henri Yandell
Before I sit and churn through compiling and testing, does anyone know of any blatant reasons why the Struts 1.2.x release couldn't be using the latest FileUpload and Validator with all the bugfixes? (is there a convention for the [xx] part of the subject when talking about 1.2.x?)

Re: Datasources for Struts 1.2.x

2005-08-17 Thread C.F. Scheidecker Antunes
Hi all, Forget this last posting. I've found the class! :) There was a problem on my archive. C.F. Scheidecker Antunes wrote: Hello all, On the Struts: How to Access a Database document the way to set up a Datasource is shown in the MySQL example. However the DataSource class type that i

Datasources for Struts 1.2.x

2005-08-17 Thread C.F. Scheidecker Antunes
Hello all, On the Struts: How to Access a Database document the way to set up a Datasource is shown in the MySQL example. However the DataSource class type that is used is the org.apache.commons.dbcp.BasicDataSource. I've downloaded commons dbcp version 1.2.1 and there is no BasicDataSourc

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.x binaries download?

2004-06-11 Thread Joe Germuska
d 1.2rc5, there will simply be an ever growing line of 1.2.x releases. Then, following the pattern of httpd and Tomcat, we will collect community responses to the released code and vote on whether to announce a released version as "general availability". I can tell you that at this p

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

Struts 1.2.x binaries download?

2004-06-11 Thread Illya Kysil
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, software developer Delphi/C/C++/C#/Java/Forth/Assembler - No trees were