RE: Struts 1.x and Strtus2.x With Tiles 2.x

2017-03-13 Thread Kokkodan Venu
This is very urgent ! This is regarding a project upgrade where I need to stick with Struts 1 and I need Tiles 2 as the Spring framework is getting upgraded. if you have already built the struts-tiles2-1.4.0-SNAPSHOT.jar can you pls send the same to me? I also have a very different upgrade here

Re: Struts 1.x and Strtus2.x With Tiles 2.x

2017-03-10 Thread Lukasz Lenart
2017-03-10 20:46 GMT+01:00 Kokkodan Venu : > Hi, Can you pls let me know how you have migrated your old project with > Struts1 and Tiles 2? I have a same situation here where I need to keep struts > 1. The best option will be to keep both Struts 1 based app with Struts 2 based app next to it and

RE: Struts 1.x and Strtus2.x With Tiles 2.x

2017-03-10 Thread Kokkodan Venu
Hi, Can you pls let me know how you have migrated your old project with Struts1 and Tiles 2? I have a same situation here where I need to keep struts 1. Pls respond as quick as possible. Thank You Venugopalan This e-mail, including any attachments, may constitute a Federal record or other Gov

RE: Struts 1.x documentation and javadocs

2015-03-11 Thread Martin Gainty
__ > From: lukaszlen...@apache.org > Date: Wed, 11 Mar 2015 13:20:35 +0100 > Subject: Re: Struts 1.x documentation and javadocs > To: user@struts.apache.org > > Yes, only as a dow

Re: Struts 1.x documentation and javadocs

2015-03-11 Thread Lukasz Lenart
Yes, only as a downloadable versions, this allowed to simplify results in Google index 2015-03-11 12:23 GMT+01:00 Christopher Schultz : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > I realize that S1 is EOL but the press release says that the > documentation will still be availa

Struts 1.x documentation and javadocs

2015-03-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I realize that S1 is EOL but the press release says that the documentation will still be available from the Struts home page. I can't seem to find the 1.3.x API Javadocs on the site, and neither can Google. Are the Javadocs still available fro

Re: Struts 1.x vulnerability to S2-020

2014-04-30 Thread Lukasz Lenart
2014-04-26 12:41 GMT+02:00 Andrew Brennan : > Hi, > > Can anyone confirm/deny if Struts 1 is vulnerable to this problem? There was an announcement published on this list. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ --

Struts 1.x vulnerability to S2-020

2014-04-28 Thread Andrew Brennan
Hi, Can anyone confirm/deny if Struts 1 is vulnerable to this problem? Thanks, Andy.

Re: Struts 1.x Best Practices...

2013-11-01 Thread clegent
nt.com -- View this message in context: http://struts.1045723.n5.nabble.com/Struts-1-x-Best-Practices-tp3465448p5714526.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-un

[ANN] Apache Struts 1.x End-Of-Life (EOL) Announcement

2013-04-06 Thread Rene Gielen
The Apache Struts Project Team would like to inform you that the Struts 1.x web framework has reached its end of life and is no longer officially supported. Started in 2000, Struts 1 had its last release - version 1.3.10 - in December 2008. In the meantime the Struts community has focused on

RE: Struts 1.x and Strtus2.x With Tiles 2.x

2012-09-05 Thread vsendhil
vas Parashar wrote >> >> Hi, >> Are you using struts-tiles2-1.4.0-SNAPSHOT.jar ? >> This jar is required for Struts 1 to work with Tiles 2. >> >> Regards, >> Shrinivas >> >> -Original Message- >> From: vsendhil [mailto:vsendhil@] &g

RE: Struts 1.x and Strtus2.x With Tiles 2.x

2012-08-30 Thread vsendhil
; > Regards, > Shrinivas > > -Original Message- > From: vsendhil [mailto:vsendhil@] > Sent: 30 August 2012 06:04 > To: user@.apache > Subject: Re: Struts 1.x and Strtus2.x With Tiles 2.x > > Struts 2 JSPs works perfectly, I have problem with JSPs having struts 1 > tags

RE: Struts 1.x and Strtus2.x With Tiles 2.x

2012-08-30 Thread Shrinivas Parashar
Hi, Are you using struts-tiles2-1.4.0-SNAPSHOT.jar ? This jar is required for Struts 1 to work with Tiles 2. Regards, Shrinivas -Original Message- From: vsendhil [mailto:vsend...@gmail.com] Sent: 30 August 2012 06:04 To: user@struts.apache.org Subject: Re: Struts 1.x and Strtus2.x With

Re: Struts 1.x and Strtus2.x With Tiles 2.x

2012-08-29 Thread vsendhil
Struts 2 JSPs works perfectly, I have problem with JSPs having struts 1 tags. I tried debugging and found the control goes to struts 1 action, the only problem is in the JSP. Am I missing something? -- View this message in context: http://struts.1045723.n5.nabble.com/Struts-1-x-and-Strtus2-x

Re: Struts 1.x and Strtus2.x With Tiles 2.x

2012-08-29 Thread Dave Newton
On Wed, Aug 29, 2012 at 8:16 PM, vsendhil wrote: > struts2-tiles-plugin I'd be a little suprised if the old Struts stuff worked with (relatively) newer Tiles. It wasn't at all clear to me when you actually had errors; your message said there were issues with both the S1 and S2 apps. Dave --

Re: Struts 1.x and Strtus2.x With Tiles 2.x

2012-08-29 Thread Paul Benedict
main_jsp._jspService(main_jsp.java:104) > at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > at

Struts 1.x and Strtus2.x With Tiles 2.x

2012-08-29 Thread vsendhil
tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) at java.lang.Thread.run(Unknown Source) -- Sendhil Murugan. V -- View this message in context: http://struts.1045723.n5.nabble.com/Struts-1-x-and-Strtus2-x-With-Tiles-2-x-tp5710543.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: Building REST support in existing Struts 1.x app

2012-01-03 Thread Johannes Geppert
message in context: http://struts.1045723.n5.nabble.com/Building-REST-support-in-existing-Struts-1-x-app-tp5116535p5117535.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr

Building REST support in existing Struts 1.x app

2012-01-03 Thread forums sj
Hello, I have an application written in Struts 1.x. It uses SOAP for communication with the client app. Now I want to replace SOAP with REST and was investigating the REST plugin of struts. I see that the struts REST plugin can be used with only Struts 2.x. So now my question is can I use

RE: Accessing session objects other than action in Struts 1.x

2011-04-07 Thread Mahendru, Ajay
List Cc: Brian Thompson; Dave Newton Subject: Re: Accessing session objects other than action in Struts 1.x > I want to access session objects in a class other than Action. You have to pass the ServletRequest object or the Session object to the instance of that class. Mazi On Thu, Apr 7, 2011

Re: Accessing session objects other than action in Struts 1.x

2011-04-07 Thread Dave Newton
On Thu, Apr 7, 2011 at 9:25 AM, Massimo Ugues wrote: > > I want to access session objects in a class other than Action. > You have to pass the ServletRequest object or the Session object > to the instance of that class. Please don't. Doing so ties the dependent classes to either Struts or the Ser

Re: Accessing session objects other than action in Struts 1.x

2011-04-07 Thread Massimo Ugues
> I want to access session objects in a class other than Action. You have to pass the ServletRequest object or the Session object to the instance of that class. Mazi On Thu, Apr 7, 2011 at 2:24 PM, Brian Thompson wrote: > On Thu, Apr 7, 2011 at 7:05 AM, Dave Newton wrote: > > > On Apr 7, 2011 5

Re: Accessing session objects other than action in Struts 1.x

2011-04-07 Thread Brian Thompson
On Thu, Apr 7, 2011 at 7:05 AM, Dave Newton wrote: > On Apr 7, 2011 5:48 AM, "Ganesh" wrote: > > I am using Struts 1.0.2. > > Good lord why? > > Legacy code, I'll wager. If he were building something brand-new, it would be a no-brainer to use Struts 2. -Brian

Re: Accessing session objects other than action in Struts 1.x

2011-04-07 Thread Dave Newton
On Apr 7, 2011 5:48 AM, "Ganesh" wrote: > I am using Struts 1.0.2. Good lord why? > I want to access session objects in a class other than Action. Is there any way to acheive it rather than passing the information via parameter to each and every function? You could create a thread local and acce

Accessing session objects other than action in Struts 1.x

2011-04-07 Thread Ganesh
Hello all, I am using Struts 1.0.2. I want to access session objects in a class other than Action. Is there any way to acheive it rather than passing the information via parameter to each and every function? Regards Ganesh -

Re: which versions of struts 1.x are still being maintained?

2010-12-23 Thread Dave Newton
ither, but it'd depend on the nature of the issue. Dave On Dec 23, 2010 3:33 AM, "chris snow" wrote: > > I am working on various legacy software projects that have various versions > of struts 1.x. (mostly 1.1.x and 1.2.x) > > I need to ensure I am only using versions

which versions of struts 1.x are still being maintained?

2010-12-23 Thread chris snow
I am working on various legacy software projects that have various versions of struts 1.x. (mostly 1.1.x and 1.2.x) I need to ensure I am only using versions that are still maintained for security fixes. Which 1.x versions are still being maintained for security fixes? It's not possible to

Re: struts 1.x webservice question

2010-06-17 Thread Paweł Wielgus
ServerInfo.getPort(), "/services/IrqpaService").start(); server-config.wsdd is deleted each time the server is starting due to some problem that were present when i was first configuring it, now it's probably obsolete. Best greetings, Paweł Wielgus. 2010/6/16 john lee : > h

struts 1.x webservice question

2010-06-16 Thread john lee
how can i implement webservice inside the struts 1.x application?   if i need to implement webservice server, which library need to download or use?   if i need to implment websrvice client only, which libary need to call ?   should i download apache AXIS as requirement ?   tks in advance   john

Re: How to test optimization of a application in struts 1.x

2010-06-03 Thread Rupali Gupta
Hello Abhishek You can do a performance testing on ur local system to check this. There are open source performance testing tools like Apache JMeter, Allmon, DBMonster, Database Opensource Test Suite etc with which you can test database driven applications under heavy load. -Rupali On 6/3/

Re: How to test optimization of a application in struts 1.x

2010-06-02 Thread abhishek jain
..@mpstechnologies.com>> >>> wrote: >>> >>>Hi Abhishek >>>1. You can do memory profiling by doing performance testing on >>>your code. >>>2. You can use memcache server and cache data from db once the >>>serve

Re: How to test optimization of a application in struts 1.x

2010-06-01 Thread Rupali Gupta
t other info Rupali On 5/31/2010 5:05 PM, abhishek jain wrote: Dear friends, I have recently developed an application in struts 1.x and i am thinking is there a way i can get to know that is the load time (in browser) as per the standard or competiti

Re: How to test optimization of a application in struts 1.x

2010-05-31 Thread Rupali Gupta
ions once used etc.. Let me know if you want other info Rupali On 5/31/2010 5:05 PM, abhishek jain wrote: Dear friends, I have recently developed an application in struts 1.x and i am thinking is there a way i can get to know that is the load time (in

Re: How to test optimization of a application in struts 1.x

2010-05-31 Thread abhishek jain
nimize duplicate data, using normal forms, proper > closing of db connections once used etc.. > > Let me know if you want other info > Rupali > > > On 5/31/2010 5:05 PM, abhishek jain wrote: > >> Dear friends, >> I have recently developed an application in struts 1.x

Re: How to test optimization of a application in struts 1.x

2010-05-31 Thread Rupali Gupta
recently developed an application in struts 1.x and i am thinking is there a way i can get to know that is the load time (in browser) as per the standard or competitive with other applications / websites, Can anyone give me some pointers? I do would like to know the time graph, ie the query took x

How to test optimization of a application in struts 1.x

2010-05-31 Thread abhishek jain
Dear friends, I have recently developed an application in struts 1.x and i am thinking is there a way i can get to know that is the load time (in browser) as per the standard or competitive with other applications / websites, Can anyone give me some pointers? I do would like to know the time

Struts 1.x and servlet 2.5

2010-02-05 Thread Chad Lehnert
Is there any issues that I should know about if I take the Struts 1.x framework and run it with a servlet 2.5 specification, instead of the 2.3 servlet spec? What are the pitfalls? Ein Unternehmen der mediantis AG (Hauptsitz) Hauptstr. 2, D-82327 Tutzing Aufsichtsrat (Vorsitzender): Richard K

Re: struts 1.x, how to create packge and jar file ...?

2009-07-27 Thread Lukasz Lenart
2009/7/27 john lee : > how can i generate 1 single .jar? and put into which folder, then i can > delete those many *.class files, and delete folder packageX as well? Why do you want do that? Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/ ---

Re: struts 1.x, how to create package ?

2009-07-27 Thread musomesa
book or two like http://www.amazon.com/Tomcat-Definitive-Guide-Jason-Brittain/dp/0596101066/ref=sr_1_1?ie=UTF8&qid=1248749758&sr=8-1 Cheers Chris -Original Message- From: john lee To: Struts Users Mailing List Sent: Mon, Jul 27, 2009 6:11 pm Subject: Re: struts 1.x, how t

Re: struts 1.x, how to create package ?

2009-07-27 Thread Jon Senior
On Mon, 27 Jul 2009 15:11:11 -0700 (PDT) john lee wrote: > tks for reply, but should put it in which folder/directory ? then > tomcat/struts can serve to online user? You need to build a war file which can then go in the tomcat webapps directory. See your ant build.xml for details of any war p

Re: struts 1.x, how to create package ?

2009-07-27 Thread john lee
tks for reply, but should put it in which folder/directory ? then tomcat/struts can serve to online user?     --- On Mon, 7/27/09, Musachy Barroso wrote: From: Musachy Barroso Subject: Re: struts 1.x, how to create package ? To: "Struts Users Mailing List" Date: Monday, July 27,

Re: struts 1.x, how to create package ?

2009-07-27 Thread Musachy Barroso
http://www.google.com/search?q=how+to+make+a+jar musachy On Mon, Jul 27, 2009 at 1:45 PM, john lee wrote: > > i build online store by struts 1.x, and working fine, and all the classes > file under > > /var/apache-tomcat-6.0.16/webapps/store/WEB-INF/classes/packag

struts 1.x, how to create packge and jar file ...?

2009-07-27 Thread john lee
 I build online store by struts 1.x, and working fine, and all the classes file under   /var/apache-tomcat-6.0.16/webapps/storeX/WEB-INF/classes/packageX/cart/*.class /mail/*.class

struts 1.x, how to create package ?

2009-07-27 Thread john lee
  i build online store by struts 1.x, and working fine, and all the classes file under   /var/apache-tomcat-6.0.16/webapps/store/WEB-INF/classes/packageX/cart/*.class /mail/*.class

Re: How to use grid in struts 1.x

2008-09-22 Thread Nikhil Walvekar
, Nikhil On Sun, Sep 21, 2008 at 11:02 AM, greatshalu.6 <[EMAIL PROTECTED]>wrote: > > Hi all, > I want to use grid ( dynamic table) in struts 1.x and according to my > knowledge there is no concept of grid in struts 1.x , please do tell me how > can i form a grid in struts 1.x. &g

How to use grid in struts 1.x

2008-09-20 Thread greatshalu.6
Hi all, I want to use grid ( dynamic table) in struts 1.x and according to my knowledge there is no concept of grid in struts 1.x , please do tell me how can i form a grid in struts 1.x. Please provide me the solution. Thanks in advance. -- View this message in context: http://www.nabble.com

Re: pls help: tomcat 6 /struts 1.x hang

2008-08-21 Thread Randy Burgess
I would check on a Tomcat list since Struts 1.x is used in production in literally millions of web apps and they work perfectly well. Regards, Randy Burgess Sr. Software Architect D5 Systems, LLC > From: john lee <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List > Da

pls help: tomcat 6 /struts 1.x hang

2008-08-21 Thread john lee
 Hi,   My Susue linux/tomcat 6/struts 1.x always hang, when at hang, all the link/application's screen output is just 'null', no matter how to refresh/reload or click new link.    no any error messages in any of catalina.out, catalina.log, local.log ..   the only solution is

tomcat 5.5 migrate to 6.0, but struts 1.x ...

2008-05-09 Thread john lee
Hi, i installed Tomcat 6.0.16, and move existing application from tomcat 5.5 to tomcat 6.6. after doing so, then i make the change to server.xml(global) only, add the block of to reflect the existing/transfered application but when i do test, receive error message

tomcat 5.5 migrate to 6.0.16, struts 1.x application not working any more

2008-05-08 Thread john lee
Hi, i installed Tomcat 6.0.16, and move existing application directory from tomcat 5.5 to tomcat 6.6. after doing so, then i make the change to server.xml(global) only, add the block of to reflect the existing/transfered application but when i do test, give the error message

Re: pls help: how to upload file if use struts 1.x

2008-03-05 Thread Antonio Petrelli
2008/3/5, john lee <[EMAIL PROTECTED]>: > Could any expert tell me how to upload file if use struts 1.x? any example > will be greatly appreciate. Google "struts file upload" and the first result is: http://www.roseindia.net/struts/strutsfil

pls help: how to upload file if use struts 1.x

2008-03-04 Thread john lee
Could any expert tell me how to upload file if use struts 1.x? any example will be greatly appreciate. tks in advance john - Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.

Re: Is TilesResult compatible with Struts 1.x Tiles?

2008-02-24 Thread Ealden Escañan
On Sun, Feb 24, 2008 at 3:41 AM, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > 2008/2/23, Ealden Escañan <[EMAIL PROTECTED]>: > > > Is struts2-tiles-plugin compatible with Struts-Tiles? > > No. Use Tiles 2. > At Tiles site you can find a migration guide: > http://tiles.apache.org/migration/inde

Re: Is TilesResult compatible with Struts 1.x Tiles?

2008-02-23 Thread Antonio Petrelli
2008/2/23, Ealden Escañan <[EMAIL PROTECTED]>: > Is struts2-tiles-plugin compatible with Struts-Tiles? No. Use Tiles 2. At Tiles site you can find a migration guide: http://tiles.apache.org/migration/index.html Ciao Antonio - T

Is TilesResult compatible with Struts 1.x Tiles?

2008-02-23 Thread Ealden Escañan
Hi, all I'm currently integrating Struts 2.0.11 in my current project to run side-by-side with Struts 1 and slowly migrate from there. We are using Jakarta (yes) Struts 1.2.8 and Struts-Tiles. I am trying to forward to a tile using TilesResult, but I get a "Error rendering tile" error because of

Re: example to use fiel download in struts 1.x

2007-12-18 Thread Nuwan Chandrasoma
Hi, http://wiki.apache.org/struts/StrutsFileDownload Thanks, Nuwan (http://code.google.com/p/struts2-ssl-plugin) john lee wrote: Could anyone tell me where i can find the example for using file download feature of Struts 1.x? tks john

example to use fiel download in struts 1.x

2007-12-18 Thread john lee
Could anyone tell me where i can find the example for using file download feature of Struts 1.x? tks john - Looking for last minute shopping deals? Find them fast with Yahoo! Search.

Re: Re: Is struts 1.X has JAAS integration API?

2007-12-17 Thread Paul Benedict
Write yourself a filter. The filter should wrap the HttpServletRequest object (JEE HttpServletRequestWrapper class) and also contain a reference to the user's credentials. Just override isUserInRole to provide your logic. Paul On Dec 17, 2007 12:31 AM, 张云勇 <[EMAIL PROTECTED]> wrote: > Sorry for

回复:Re: Is struts 1.X has JAAS integration API?

2007-12-16 Thread 张云勇
he user's logon timestamp, how can I do it. Is struts 1.x provied any JAAS related API to complete this?

Re: Is struts 1.X has JAAS integration API?

2007-12-16 Thread Wendy Smoak
On Dec 16, 2007 10:15 PM, 张云勇 <[EMAIL PROTECTED]> wrote: > Is struts 1.X has JAAS integration API? > I want to use the follow code: > > HttpServletRequest request = ServletActionContext.getRequest(); > String authType = request.getAuthType(); // http or https Based on the

Is struts 1.X has JAAS integration API?

2007-12-16 Thread 张云勇
Is struts 1.X has JAAS integration API? I want to use the follow code: HttpServletRequest request = ServletActionContext.getRequest(); String authType = request.getAuthType(); // http or https String user = request.getRemoteUser(); // the user principal (in string) Principalprincipal

Re: struts 1,x

2007-09-15 Thread prem_gadgetquest
its onchange, try this john lee-15 wrote: > > Does Struts 1.x support ? > > if so, why the execution/logs report the following: > > Attribute onChange invalid for tag selection according to TLD > > any input? > >

struts 1.X html:select/DIV /document.getElementById.innerHTML=response

2007-09-15 Thread john lee
i have 2 html:select, second html:select display corrspondent result based upon first html:select selection by calling customized ajax. However, second html:select generate results and displayed results, but cannot generate selection box, but why? or limition of struts for the html:select?

struts 1,x

2007-09-14 Thread john lee
Does Struts 1.x support ? if so, why the execution/logs report the following: Attribute onChange invalid for tag selection according to TLD any input? tks in advance john - Got a little couch potato? Check out fun

Re: struts 1.x / html:select option value=

2007-09-14 Thread Laurie Harper
john lee wrote: Could any expert tell me why? has the value of "illinois" . but, the following code do not set value="illinois', still literal string of "", or this is the limition of Struts 1.x?

RE: bugs? or limition of struts 1.x? html:select html:option value=

2007-09-14 Thread john lee
Tim, tks for your input, but after i change to html-el:option, it show "null" in the list box on screen, after i change html:select to html-el:select, the value just show on screen, but the list box is gone. do u know why? tks u so much john "Slattery, Tim - BLS"

RE: bugs? or limition of struts 1.x? html:select html:option value=

2007-09-14 Thread Slattery, Tim - BLS
> You can't nest tags in this way. It's not a Struts limitation, it's an XML thing. You can makme it work by using the EL version of the html tags: Or is it agent.myselection? I'm not terribly familiar with the bean tags. -- Tim Slattery [EMAIL PROTECTED] ---

bugs? or limition of struts 1.x? html:select html:option value=

2007-09-14 Thread john lee
Could any expert tell me why? has the value of "illinois" . but, the following code do not set value="illinois', still literal string of "", or this is the limition of Struts 1.x? no matter i use singl

struts 1.x / html:select option value=

2007-09-14 Thread john lee
Could any expert tell me why? has the value of "illinois" . but, the following code do not set value="illinois', still literal string of "", or this is the limition of Struts 1.x?

Re: pls help: struts 1.x /dynaValidatorForm/String[] type

2007-09-10 Thread john lee
HI Paul, But, i put initial="20" inside struts-config.xml, when execute, system still give me the error message that is the following: Error creating form bean of class org.apache.struts.action.DynaValidatorForm java.lang.NullPointerException. tks ur help john Paul Be

Re: pls help: struts 1.x /dynaValidatorForm/String[] type

2007-09-10 Thread Paul Benedict
struts-config. see the dtd On 9/10/07, john lee <[EMAIL PROTECTED]> wrote: > > Hi Paul, > > after i add initial="20" into struts-config.xml, execution still > complain about NullPointerException. > > After i add initial="20" into validation.xml, initial="20" . > when i bounce the server

Re: pls help: struts 1.x /dynaValidatorForm/String[] type

2007-09-10 Thread john lee
Hi Paul, after i add initial="20" into struts-config.xml, execution still complain about NullPointerException. After i add initial="20" into validation.xml, > Any expert can give me your hands? > > i have an DynaValidatorFrom as following: > > inside struts-config.xml > > > org.apache

Re: pls help: struts 1.x /dynaValidatorForm/String[] type

2007-09-10 Thread john lee
tks for your kind help, but add initial="20" inside struts-config.xml or validation.xml? what else i need to do ? tks in advance john Paul Benedict <[EMAIL PROTECTED]> wrote: You need to allocate array space. For example, add an initial="20" attribute to the property.

Re: pls help: struts 1.x /dynaValidatorForm/String[] type

2007-09-09 Thread Paul Benedict
You need to allocate array space. For example, add an initial="20" attribute to the property. On 9/9/07, john lee <[EMAIL PROTECTED]> wrote: > > Any expert can give me your hands? > > i have an DynaValidatorFrom as following: > > inside struts-config.xml > >org.apache.struts.action.DynaVal

pls help: struts 1.x /dynaValidatorForm/String[] type

2007-09-09 Thread john lee
Any expert can give me your hands? i have an DynaValidatorFrom as following: inside struts-config.xml inside validation.xml But, the execution give me the error message for null point exception. All the examples i could find is de

[NOTICE] Security alerts as to Struts 2.x MAY NOT apply to Struts 1.x

2007-09-05 Thread Ted Husted
I just wanted to clarify that security alerts raised as to Struts 2.x MAY NOT apply to Struts 1.x. The versions use entirely different codebases. When we say to immediately upgrade to Struts 2.0.9, we don't mean people should upgrade from Struts 1.3.8 just to address the security alert. If

Re: struts 2.0.9 backward compatible with struts 1.x in respect to role on action mapping

2007-08-30 Thread akash agrawal
Dave, Thanks for the reply. The link you mentioned does not have much detail in it. Although, How would interceptor would solve the definition of roles information for each action in an application? If you use this interceptor you mentioned, where would you put roles information for each action

Re: struts 2.0.9 backward compatible with struts 1.x in respect to role on action mapping

2007-08-30 Thread Dave Newton
Whoops; wrong button. IIRC a simplistic roles interceptor [1] was added (possibly even at my request, but it was awhile ago) which had functionality similar to S1. d. [1] http://struts.apache.org/2.x/docs/roles-interceptor.html (Doesn't seem to be displaying properly at the moment, though?) --

Re: struts 2.0.9 backward compatible with struts 1.x in respect to role on action mapping

2007-08-30 Thread Dave Newton
--- akash agrawal wrote: > (I would assume that Struts 2 is backward compatible) S2 is a *completely* different architecture and has (essentially) nothing to do with S1. d. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

struts 2.0.9 backward compatible with struts 1.x in respect to role on action mapping

2007-08-30 Thread akash agrawal
Hi, Is role attribute supported in Struts 2? It was supported in Struts version 1.x. ( I would assume that Struts 2 is backward compatible) If it is supported how to use it? Is there any example or documentation related to this. Thanks, -Akash - Pinpoin

Re: Info about Calendar with Struts 1.x

2007-08-29 Thread Paul Benedict
No such tag exists. On 8/29/07, john lee <[EMAIL PROTECTED]> wrote: > > could anyone tell me the info about calendar tag with Struts 1.x if any ? > > tks in advance > > john > > > - > Building a website is a piece of cake. &

Info about Calendar with Struts 1.x

2007-08-29 Thread john lee
could anyone tell me the info about calendar tag with Struts 1.x if any ? tks in advance john - Building a website is a piece of cake. Yahoo! Small Business gives you all the tools to get online.

struts-menu + tiles 1.x + struts 1.x issue

2007-08-25 Thread robinbajaj
/jsp/PatientRoster_new_layout.jsp" contents are here: http://rafb.net/p/B7Ipil28.html == -- View this message in context: http://www.nabble.com/struts-menu-%2B-tiles-1.x-%2B-struts-1.x-issue-tf4330085.html#a12332219 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts 1.X validwhen

2007-08-15 Thread Laurie Harper
Viplav Kallepu wrote: Hi, I am using struts 1.3.8 for my application. For validation I am using validator framework. In one of my pages my form is submitted either by submit button or changing the dropdown list value. "action" is the name of the property in the corresponding actionform which st

Struts 1.X validwhen

2007-08-15 Thread Viplav Kallepu
Hi, I am using struts 1.3.8 for my application. For validation I am using validator framework. In one of my pages my form is submitted either by submit button or changing the dropdown list value. "action" is the name of the property in the corresponding actionform which stores the submit button's

Re: Struts 1.x Best Practices...

2007-07-05 Thread Ted Husted
The beanUtils.copyProperties method handles simple conversions. For complex conversions, like dates, I often found it simplest to code an extra property, so that there would be both "currentDateText" and "currentDate" properties. The business layer would use the currentDate property and the acti

Re: Struts 1.x Best Practices...

2007-06-29 Thread Viplav Kallepu
To: Struts Users Mailing List Subject: Struts 1.x Best Practices... Hi, I am new to struts. I am using struts 1.3.8 for my project. Where can I found the appropriate best practices to maintain while devlopment. I found lot of material while browsing but wasn't able to figure out which

RE: Struts 1.x Best Practices...

2007-06-29 Thread Sean Conlon
ctive -Original Message- From: Viplav Kallepu [mailto:[EMAIL PROTECTED] Sent: Friday, June 29, 2007 9:23 AM To: Struts Users Mailing List Subject: Struts 1.x Best Practices... Hi, I am new to struts. I am using struts 1.3.8 for my project. Where can I found the appropriate best prac

Struts 1.x Best Practices...

2007-06-29 Thread Viplav Kallepu
Hi, I am new to struts. I am using struts 1.3.8 for my project. Where can I found the appropriate best practices to maintain while devlopment. I found lot of material while browsing but wasn't able to figure out which was the good one. My doubt is I am using a bean for every oracle ta

Re: suggestions for login scheme using struts 1.x

2007-06-13 Thread robinbajaj
gt;> HTH, >>>>>>> Frank >>>>>>> >>>>>>> -- >>>>>>> Frank W. Zammetti >>>>>>> Founder and Chief Software Architect >>>>>>> Omnytex Technologies >>>>>>>

Re: suggestions for login scheme using struts 1.x

2007-06-13 Thread Frank W. Zammetti
>>>>>> (2006, Apress, ISBN 1-59059-695-1) >>>>>> and "JavaScript, DOM Scripting and Ajax Projects" >>>>>> (2007, Apress, ISBN 1-59059-816-4) >>>>>> Java Web Parts - http://javawebparts.sourceforge.net >>>>>> Supplying the wheel, so you don't have to reinvent

Re: suggestions for login scheme using struts 1.x

2007-06-13 Thread robinbajaj
) >>>>>> 2) user's provided username/password is validated against LDAP >>>>>> server, >>>>>> and a >>>>>> token is returned. That token is stored in the database as well. >>>>>> 3) That security token is pu

Re: suggestions for login scheme using struts 1.x

2007-06-13 Thread Frank W. Zammetti
ify its the same >>>>> user >>>>> who >>>>> logged in at step (1). >>>>> 4) the struts web flows are selected and user selects and runs >>>>> through >>>>> the >>>>> appropriate web flows. >>

Re: suggestions for login scheme using struts 1.x

2007-06-13 Thread robinbajaj
;> implemented to implement a login scheme (*using LDAP repositories). >>>> I recently evaluated Spring's ACEGI framework and found it to be pretty >>>> promising. I am not sure, if >>>> there's anything else that I should/can consider. >>>> Moreover, my question for t

Re: suggestions for login scheme using struts 1.x

2007-06-13 Thread Frank W. Zammetti
using LDAP repositories). >>> I recently evaluated Spring's ACEGI framework and found it to be pretty >>> promising. I am not sure, if >>> there's anything else that I should/can consider. >>> Moreover, my question for this forum is whether the above architectur

Re: suggestions for login scheme using struts 1.x

2007-06-12 Thread robinbajaj
rchitecture is >> a >> good one or is there some scope of improvement in it, that we can >> implement >> using ACEGI framework or some other login/security framework that >> you >> folks can suggest... >> thanks a lot for any input in advance, >

Re: suggestions for login scheme using struts 1.x

2007-06-12 Thread Frank W. Zammetti
All of our security is LDAP-based, but we simply use the built-in mechanisms that Websphere provides... you can easily tell it, in conjunction with plain old J2EE security, to validate users against LDAP. This works very similar to the steps you outline. Now, on top of that we've build our ow

suggestions for login scheme using struts 1.x

2007-06-12 Thread robinbajaj
rovement in it, that we can implement using ACEGI framework or some other login/security framework that you folks can suggest... thanks a lot for any input in advance, robbby -- View this message in context: http://www.nabble.com/suggestions-for-login-scheme-using-struts-1.x-tf3912491.html

RE: Struts 1.x and Tomcat 5 problem

2007-05-24 Thread Sourabh Chandan
@struts.apache.org Subject: RE: Struts 1.x and Tomcat 5 problem The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the

RE: Struts 1.x and Tomcat 5 problem

2007-05-24 Thread Dave Newton
--- probertm <[EMAIL PROTECTED]> wrote: > Doh! My apologies for the wasted bandwidth .. Nah. We all do silly stuff, probably a lot :) d. Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it

  1   2   3   >