Re: Struts 1.1 issues after moving to tomcat 7.0.57 from Tomcat 5.0.28

2015-06-12 Thread RAJ
Hi, Can someone please provide me re solution. Thanks Raj On Jun 10, 2015, at 6:54 PM, Raj bsudershan...@gmail.com wrote: I am facing this issue after porting my application from the existing Tomcat 5.0.28 to the new tomcat 7.0.57. I am using Struts version 1.1 is something particular,

Struts 1.1 issues after moving to tomcat 7.0.57 from Tomcat 5.0.28

2015-06-10 Thread Raj
I am facing this issue after porting my application from the existing Tomcat 5.0.28 to the new tomcat 7.0.57. I am using Struts version 1.1 is something particular, the app in both the old and new environments work except for a few pages in the new env where when I click on the submit button it is

Struts 1.1 and Tiles 2 compatability

2013-03-11 Thread Sekar, Sowmya
Hi, I am in the process of upgrading from Tiles 1 to Tiles 2.2.2 combined with Struts 1.1. I have the following configuration in struts-config.xml controller processorClass=org.apache.struts.tiles.TilesRequestProcessor/ plug-in className=org.apache.struts.tiles.TilesPlugin set-property

Re: Struts 1.1 and Tiles 2 compatability

2013-03-11 Thread Paul Benedict
Tiles 2 is not compatible with Struts 1. You must use Tiles 1. Paul On Mon, Mar 11, 2013 at 3:01 PM, Sekar, Sowmya sse...@ucsd.edu wrote: Hi, I am in the process of upgrading from Tiles 1 to Tiles 2.2.2 combined with Struts 1.1. I have the following configuration in struts-config.xml

RE: Struts 1.1 and Tiles 2 compatability

2013-03-11 Thread Sekar, Sowmya
: Re: Struts 1.1 and Tiles 2 compatability Tiles 2 is not compatible with Struts 1. You must use Tiles 1. Paul On Mon, Mar 11, 2013 at 3:01 PM, Sekar, Sowmya sse...@ucsd.edu wrote: Hi, I am in the process of upgrading from Tiles 1 to Tiles 2.2.2 combined with Struts 1.1. I have

Re: Struts 1.1 and Tiles 2 compatability

2013-03-11 Thread Paul Benedict
...@gmail.com] On Behalf Of Paul Benedict Sent: Monday, March 11, 2013 1:15 PM To: Struts Users Mailing List Subject: Re: Struts 1.1 and Tiles 2 compatability Tiles 2 is not compatible with Struts 1. You must use Tiles 1. Paul On Mon, Mar 11, 2013 at 3:01 PM, Sekar, Sowmya sse...@ucsd.edu wrote

Re: Struts 1.1 and Tiles 2 compatability

2013-03-11 Thread Ken McWilliams
, Sowmya -Original Message- From: paulus.benedic...@gmail.com [mailto:paulus.benedic...@gmail.com] On Behalf Of Paul Benedict Sent: Monday, March 11, 2013 1:15 PM To: Struts Users Mailing List Subject: Re: Struts 1.1 and Tiles 2 compatability Tiles 2 is not compatible with Struts 1. You

Re: Struts 1.1 and Tiles 2 compatability

2013-03-11 Thread Ken McWilliams
...@gmail.com] On Behalf Of Paul Benedict Sent: Monday, March 11, 2013 1:15 PM To: Struts Users Mailing List Subject: Re: Struts 1.1 and Tiles 2 compatability Tiles 2 is not compatible with Struts 1. You must use Tiles 1. Paul On Mon, Mar 11, 2013 at 3:01 PM, Sekar, Sowmya sse...@ucsd.edu wrote: Hi

Re: Struts 1.1 application migration

2012-07-11 Thread vivek mishra
Hi Folks, I did some googling but couldn't find anything regarding this error. Any help will be much appreciated.. Thanks! -- Vivek Mishra On Wed, Jul 11, 2012 at 4:40 PM, vivek mishra mishravive...@gmail.comwrote: Hi Folks, I am deploying my war on websphere app server which is on AIX

Re: Struts 1.1 and Ajax

2012-03-25 Thread N P S Naidu
hi Dave, Thanks for responding for my Q. Am getting responseXML from as response.Now from that responseXML I need to get data from specific property of object. Thanks -- View this message in context: http://struts.1045723.n5.nabble.com/Struts-1-1-and-Ajax-tp5588669p5592900.html

Re: Struts 1.1 and Ajax

2012-03-25 Thread Dave Newton
So this is a JavaScript question? Dave On Sun, Mar 25, 2012 at 3:32 AM, N P S Naidu diary.milk...@gmail.comwrote: hi Dave, Thanks for responding for my Q. Am getting responseXML from as response.Now from that responseXML I need to get data from specific property of object.

Struts 1.1 and Ajax

2012-03-23 Thread N P S Naidu
hi, Am using struts1.1 and ajax in my application development. I have send asynchronous request to struts action class and got the response(ajax response). Now i have to get the value of one property from the struts formbean object. How to retrieve the required property from ajax response? Here

Re: Struts 1.1 and Ajax

2012-03-23 Thread Dave Newton
How are you making the request? What's being returned to the ajax call--json? Dave (pardon brevity and typos, on cell) On Mar 23, 2012 4:05 PM, N P S Naidu diary.milk...@gmail.com wrote: hi, Am using struts1.1 and ajax in my application development. I have send asynchronous request to

Re: Implementation of Struts 2.x with Struts 1.1

2011-12-03 Thread vivek mishra
, Shrinivas -Original Message- From: Dave Newton [mailto:davelnew...@gmail.com] Sent: 03 December 2011 09:42 To: cwal110...@gmail.com; Struts Users Mailing List Subject: Re: Implementation of Struts 2.x with Struts 1.1 Except for the JSPs. On Dec 2, 2011 11:10 PM, cwalet cwal110

Implementation of Struts 2.x with Struts 1.1

2011-12-02 Thread vivek mishra
Hello Folks, I have developed an application using struts 1.2. Now I want to carry on my next phase of development with struts 2.x. My questions are; 1) Is it technically possible? 2) If yes, what are the changes needs to be done for this regard? 3) Is there any documentation available

Re: Implementation of Struts 2.x with Struts 1.1

2011-12-02 Thread Eric Lentz
1) Is it technically possible? Yes 2) If yes, what are the changes needs to be done for this regard? Add the Struts 2 jars and add a filter to web.xml for .action like you would do for a stand-alone Struts 2 web app. 3) Is there any documentation available explaining such implementation or

Re: Implementation of Struts 2.x with Struts 1.1

2011-12-02 Thread cwalet
use struts2-struts1-plugin-2.2.3.jar in your struts2.x project to support struts1.x quickly and automaticly - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Implementation of Struts 2.x with Struts 1.1

2011-12-02 Thread Dave Newton
Except for the JSPs. On Dec 2, 2011 11:10 PM, cwalet cwal110...@gmail.com wrote: use struts2-struts1-plugin-2.2.3.jar in your struts2.x project to support struts1.x quickly and automaticly - To unsubscribe, e-mail:

RE: Implementation of Struts 2.x with Struts 1.1

2011-12-02 Thread Shrinivas Parashar
Mailing List Subject: Re: Implementation of Struts 2.x with Struts 1.1 Except for the JSPs. On Dec 2, 2011 11:10 PM, cwalet cwal110...@gmail.com wrote: use struts2-struts1-plugin-2.2.3.jar in your struts2.x project to support struts1.x quickly and automaticly

Struts 1.1 and ajax

2011-07-19 Thread vicky b
HI , I am using struts 1.1 in our application , i am performance problem hence i have decided to use ajax where ever possible. I have this page where it has large no input values in the form that is my form is big when i want to use ajax i have to construct i am facing tough time please let

Re: Struts 1.1 and ajax

2011-07-19 Thread Máximo Castillo
Hi, You can do some research about DWR and jQuery to add Ajax stuff. Regards, Max On Tue, Jul 19, 2011 at 2:24 PM, vicky b vickyb2...@gmail.com wrote: HI , I am using struts 1.1 in our application , i am performance problem hence i have decided to use ajax where ever possible. I have

Re: Upgrading Struts 1.1 to Struts 2 with tiles

2011-05-27 Thread Sachin Lale
wrote: Hi, I might not understand what null definition means. Also i don't want to loose the current flow of struts 1.1 (using TilesPlugin) and also Struts2 to work using old tiles definition. I am using tile 2.2.2 and followed the instructions given on http://tiles.apache.org/framework/migration

Re: Upgrading Struts 1.1 to Struts 2 with tiles

2011-05-24 Thread Sachin Lale
Hi, I might not understand what null definition means. Also i don't want to loose the current flow of struts 1.1 (using TilesPlugin) and also Struts2 to work using old tiles definition. I am using tile 2.2.2 and followed the instructions given on http://tiles.apache.org/framework/migration

Upgrading Struts 1.1 to Struts 2 with tiles

2011-05-23 Thread Sachin Lale
Hi, I want to upgrade my application to Struts 2.2.3 from struts 1.1. I want to migrate this on shared resource basis i.e. running both Struts1 and struts2 in parallel each handling different action extension (*.action and *.do). Though i could successfully created the Struts2 action class

Integrating Struts 1.1 with JSF 2.0 Facelets

2011-05-03 Thread praveen kumar
me know step by step procedure for integrating Struts 1.1 with JSF 2.0? Thanks, praveen

Re: Integrating Struts 1.1 with JSF 2.0 Facelets

2011-05-03 Thread Eric Lentz
By clicking the link will display respective page that was developed with JSF Facelets technology. I am facing problem in integrating struts with JSF. Could anyone let me know step by step procedure for integrating Struts 1.1 with JSF 2.0? You don't say what your problem is. As far

Re: Migrating from struts 1.1 to 1.3

2010-07-30 Thread Wes Wannemacher
://old.nabble.com/Migrating-from-struts-1.1-to-1.3-tp29191020p29195699.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e

Re: Migrating from struts 1.1 to 1.3

2010-07-18 Thread amine123456
thanks but is there any way I can jump directly from 1.1 TO 1.3?? -- View this message in context: http://old.nabble.com/Migrating-from-struts-1.1-to-1.3-tp29191020p29195699.html Sent from the Struts - User mailing list archive at Nabble.com

Migration from struts 1.1 to 1.3

2010-07-17 Thread amine123456
being the rookie that i am , I have no idea how to upgrade from struts 1.1 to 1.3 . so , can any one please help me with a step by step method -- View this message in context: http://old.nabble.com/Migration-from-struts-1.1-to-1.3-tp29191020p29191020.html Sent from the Struts - User mailing

Re: Migration from struts 1.1 to 1.3

2010-07-17 Thread Wendy Smoak
On Sat, Jul 17, 2010 at 7:54 AM, amine123456 eh.m.am...@gmail.com wrote: being the rookie that i am , I have no idea how to upgrade from struts 1.1 to 1.3 . so , can any one please help me with a step by step method Here are links to notes that the community has contributed on upgrading from

Struts 1.1 EL error moving to Servlet 2.4

2010-01-12 Thread Jim Kennedy
I've had quite a few issues with EL moving from Servlet 2.3 to 2.4 (JBOSS 4.0 to 4.2). I have worked out my straight JSTL issues by changing my taglib definitions, but my struts tags that use EL are not working correctly. This project started out using Struts 1.1 then I added the struts-el.jar

Struts 1.1 To Struts2.x Migration

2009-11-26 Thread Zaheer Mohammad
Hi Friends, I am working on a project which is set to migrate from struts1.1 to struts2.x. can anyone send me any links or information about migration strategies from which i can briefly get an idea of migration especially from *Struts1.1 to Struts2.x.* Thanks And

Re: Struts 1.1 To Struts2.x Migration

2009-11-26 Thread Johannes Geppert
this message in context: http://old.nabble.com/Struts-1.1-To-Struts2.x-Migration-tp26527384p26529148.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org

Re: Struts 1.1 To Struts2.x Migration

2009-11-26 Thread Saeed Iqbal
-- View this message in context: http://old.nabble.com/Struts-1.1-To-Struts2.x-Migration-tp26527384p26529148.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr

using struts 1.1

2008-12-11 Thread sabriz naduvilothi
Containers for J2EE 10g (10.1.2.0.2)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) i get the above error .i am using struts 1.1 please note that i cannot chage to tiles as this is an application running in production right now the jsp uses templates. any help is highly appreciated Thanks

Re: Tomcat 6.0 + struts 1.1 = are they compatible?

2008-05-22 Thread jklcom99
Did you ever get an answer to your question? What does one need to do to migrate an existing jsp project(struts 1.1) to Tomcat 6? ojasrege wrote: We have a web jsp project that we are upgrading to Tomcat 6.0. We have run into a few technical errors, and so I'm wondering whether

Re: Tomcat 6.0 + struts 1.1 = are they compatible?

2008-05-22 Thread Paul Benedict
Why wouldn't they be compatible? On Thu, May 22, 2008 at 11:17 AM, jklcom99 [EMAIL PROTECTED] wrote: Did you ever get an answer to your question? What does one need to do to migrate an existing jsp project(struts 1.1) to Tomcat 6? ojasrege wrote: We have a web jsp project that we

Re: Tomcat 6.0 + struts 1.1 = are they compatible?

2008-05-22 Thread jklcom99
It's complaining java.lang.NoClassDefFoundError: javax/el/ExpressionFactory. Not sure if it's related. Paul Benedict-2 wrote: Why wouldn't they be compatible? Did you ever get an answer to your question? What does one need to do to migrate an existing jsp project(struts 1.1

Re: Tomcat 6.0 + struts 1.1 = are they compatible?

2008-05-22 Thread Antonio Petrelli
2008/5/22 jklcom99 [EMAIL PROTECTED]:. It's complaining java.lang.NoClassDefFoundError: javax/el/ExpressionFactory. Not sure if it's related. Probably you are using Struts EL tags. Simply don't use them, use non-EL tags instead, EL expression will work anyway because Tomcat (as every JSP 2.x

Re: How to implement ajax in struts 1.1

2008-03-18 Thread Sudhan Maharjan
, Mar 13, 2008 at 5:07 PM, Raghu varma bhupathiraju [EMAIL PROTECTED] wrote: Hi friends Can any one tell me how to implement ajax in struts 1.1 with simple example.Can any one provide complete code for that. Thanks in advance Raghu Varma Bhupathiraju -- View this message in context: http

Re: How to implement ajax in struts 1.1

2008-03-18 Thread Sudhan Maharjan
Also you can use different frameworks like DWR, GWT . etc, Please visit: http://wiki.apache.org/struts/AjaxStruts On Thu, Mar 13, 2008 at 5:07 PM, Raghu varma bhupathiraju [EMAIL PROTECTED] wrote: Hi friends Can any one tell me how to implement ajax in struts 1.1 with simple

How to implement ajax in struts 1.1

2008-03-13 Thread Raghu varma bhupathiraju
Hi friends Can any one tell me how to implement ajax in struts 1.1 with simple example.Can any one provide complete code for that. Thanks in advance Raghu Varma Bhupathiraju -- View this message in context: http://www.nabble.com/How-to-implement-ajax-in-struts-1.1-tp16024761p16024761.html Sent

Re: How to implement ajax in struts 1.1

2008-03-13 Thread Dave Newton
--- Raghu varma bhupathiraju [EMAIL PROTECTED] wrote: Can any one tell me how to implement ajax in struts 1.1 with simple example. Can any one provide complete code for that. ... You'd have to provide a somewhat less-nebulous requirement. There are dozens of ways to implement Ajax in Struts

FW: DailyRollingFileAppender for a Struts Web Application using WAS 6.0 and Struts 1.1

2008-01-23 Thread Paula McDowell
Hi, all. Is there a way to set a DailyRollingFileAppender outside of a log4j.properties in a struts application? My company’s website is running in a mainfame environment with multiple WAS instances for each region ie., development, test, and production. This type of architecture requires

Re: FW: DailyRollingFileAppender for a Struts Web Application using WAS 6.0 and Struts 1.1

2008-01-23 Thread Laurie Harper
I think that's more of a Log4j configuration question (i.e. how to configure a Log4j appender dynamically during webapp startup). As such, you might be better off asking on a Log4j-specific list. L. Paula McDowell wrote: Hi, all. Is there a way to set a DailyRollingFileAppender outside of a

Struts 1.1 Archived Website link broken

2007-11-20 Thread pmularien
On this page: http://struts.apache.org/downloads.html#PriorReleases The Struts 1.1 website link is wrong. It links to: http://struts.apache.org/1.1/index.htm It should link to (note .html instead of .htm): http://struts.apache.org/1.1/index.html Could someone please fix this? If I should enter

Re: Struts 1.1 Archived Website link broken

2007-11-20 Thread Antonio Petrelli
2007/11/20, pmularien [EMAIL PROTECTED]: On this page: http://struts.apache.org/downloads.html#PriorReleases The Struts 1.1 website link is wrong. It links to: http://struts.apache.org/1.1/index.htm It should link to (note .html instead of .htm): http://struts.apache.org/1.1/index.html

Re: Struts 1.1 Archived Website link broken

2007-11-20 Thread pmularien
That was fast -- thank you :) Antonio Petrelli-3 wrote: Committed the change, you will see it in the next site deploy. Thanks for the report! Antonio -- View this message in context: http://www.nabble.com/Struts-1.1-Archived-Website-link-broken-tf4843948.html#a13859453 Sent from

Tomcat 6.0 + struts 1.1 = are they compatible?

2007-11-07 Thread ojasrege
We have a web jsp project that we are upgrading to Tomcat 6.0. We have run into a few technical errors, and so I'm wondering whether or not there are any issues in moving a struts 1.1 project to Tomcat 6.0. Does anyone know if there is anything that I'll have to rework to move to tomcat 6.0

Re: Problem with findForward(null) (Struts 1.1)

2007-10-24 Thread Dave Newton
Himstedt, Maik (EXTERN: T-Systems on) wrote: return findForward(null); This might work, but IIRC you should just return null if you're handling the result yourself. Debug shows that the code in the action method is executed, but the browser shows an empty page after executing the

Re: Problem with findForward(null) (Struts 1.1)

2007-10-24 Thread Antonio Petrelli
2007/10/24, Himstedt, Maik (EXTERN: T-Systems on) [EMAIL PROTECTED]: return findForward(null); ... Debug shows that the code in the action method is executed, but the browser shows an empty page after executing the action. I would expect that simple nothing would happen (as the real

Re[2]: Strange problem after upgrading from struts 1.1 to 1.3.8

2007-09-18 Thread Arne Brutschy
wondering why struts 1.1 is submitting the data. I don't know why my application is relying on that, but it does (it's a bit old). Hmm, now I need to find a work-around.. Is there a way to pass model attributes through the form without the user seeing it (or having the possibility to alter them like

Re[2]: Strange problem after upgrading from struts 1.1 to 1.3.8

2007-09-18 Thread Arne Brutschy
Hi, I just found out that the postdata didn't contain the attributes as well when using struts 1.1. So nothing changed here. But when I get at the beginning of the UserDispatchAction.update(), the dynaform has all values filled in. So I'm wondering where struts fills in the data, and why

Re[3]: Strange problem after upgrading from struts 1.1 to 1.3.8

2007-09-18 Thread Arne Brutschy
Hi, I'm just thinking aloud, so perhaps someone can drop-in and shed some light here... :) Post data send by browser is identical on both versions (old: struts 1.1 and new: struts 1.3.8). It contains only the displayed parameters, nothing else. So in the old version, when the request arrives

Re: Re[2]: Strange problem after upgrading from struts 1.1 to 1.3.8

2007-09-18 Thread Dave Newton
--- Arne Brutschy [EMAIL PROTECTED] wrote: But when I get at the beginning of the UserDispatchAction.update(), the dynaform has all values filled in. With what? Something in your application is pre-loading the dynaform with reasonable values, no? I don't really remember S1.1 at this point;

Re: Re[2]: Strange problem after upgrading from struts 1.1 to 1.3.8

2007-09-18 Thread Dave Newton
--- Arne Brutschy [EMAIL PROTECTED] wrote: But when I get at the beginning of the UserDispatchAction.update(), the dynaform has all values filled in. With what? Something in your application is pre-loading the dynaform with reasonable values, no? I don't really remember S1.1 at this point;

Re[4]: Strange problem after upgrading from struts 1.1 to 1.3.8

2007-09-18 Thread Arne Brutschy
Hi, D With what? Well, that was what I was asking myself. :) Problem is, the app hasn't been touched since 4 years. So I kind of re-engineering here. D Something in your application is pre-loading the D dynaform with reasonable values, no? I don't really D remember S1.1 at this point; do you

Re[5]: Strange problem after upgrading from struts 1.1 to 1.3.8 (RequestWrappers not working anymore?)

2007-09-18 Thread Arne Brutschy
Hi, I used to filter the request parameters of certain actions. It works like this: the original bean is stored in the session. When the user hits update, the filter replaces the paramters submitted by the user with the original ones. Then, it replaces or deletes the values the user has changed

Strange problem after upgrading from struts 1.1 to 1.3.8

2007-09-17 Thread Arne Brutschy
Hello, I'm experiencing a strange problem after upgrading from struts 1.1 to 1.3.8. Perhaps the problem is known or expected, I haven't found a solution yet. Basic structure: setupUser.dofills in the form for a user profile user.jspdisplays the user profile form editUser.do

Re: Strange problem after upgrading from struts 1.1 to 1.3.8

2007-09-17 Thread Arne Brutschy
Hi, A I'm not sure if the reason for this is some change in the tags (my A tags are simply wrappers around the standard struts tags, ie. A XylonTextTag extends TextTag) or the changes in the request wrapper A system. I tried to set A controller A

Re: Strange problem after upgrading from struts 1.1 to 1.3.8

2007-09-17 Thread Paul Benedict
It is part of the HTML spec that disabled fields are not submitted in the request. This is not a Struts thing but HTML. You should make sure the HTML is being rendered the same, because that's probably what is causing your problem. Paul On 9/17/07, Arne Brutschy [EMAIL PROTECTED] wrote: Hi,

Multiple application-resource property files in struts 1.1

2007-08-21 Thread temp temp
I have several struts-config-xml files .I mapped them in my web.xml. Each struts-config has its own application-resources. Action servlet mapping in web.xml servlet servlet-nameaction/servlet-name

Re: Struts 1.1 multiple modules and application resources

2007-08-21 Thread Paul Benedict
Why are you using modules? You could just have one module with multiple configuration files. On 8/20/07, temp temp [EMAIL PROTECTED] wrote: My application has several modules (several struts-config files )and each module has its own application.resources files. How to handle

Re: Multiple application-resource property files in struts 1.1

2007-08-21 Thread Paul Benedict
I see you are not using modules. That's good. Your problem is caused by not providing different aliases for the 3 MessageResources. Use the name attribute to fix this. One is the default, the other should have names. On 8/21/07, temp temp [EMAIL PROTECTED] wrote: I have several

Struts 1.1 multiple modules and application resources

2007-08-20 Thread temp temp
My application has several modules (several struts-config files )and each module has its own application.resources files. How to handle multiple application.resource files ? Sairam - Luggage? GPS? Comic books? Check out fitting

Re: Issues with migration from struts 1.1. to 1.2.9

2007-07-02 Thread Niall Pemberton
from struts 1.1. to 1.2.9 On 6/30/07, pavan reddy [EMAIL PROTECTED] wrote: I have issues with moving from different strtuts version with tiles plugin in tiles-def.xml the doc type seems to raise an xml parse error i tried moving the tiles dtd file to web-inf and pointing it to it but didnt help

Issues with migration from struts 1.1. to 1.2.9

2007-06-30 Thread pavan reddy
Hello Everyone, I have issues with moving from different strtuts version with tiles plugin in tiles-def.xml the doc type seems to raise an xml parse error i tried moving the tiles dtd file to web-inf and pointing it to it but didnt help much, any clues on it thanks in advance Pavan

Re: Issues with migration from struts 1.1. to 1.2.9

2007-06-30 Thread Wendy Smoak
On 6/30/07, pavan reddy [EMAIL PROTECTED] wrote: I have issues with moving from different strtuts version with tiles plugin in tiles-def.xml the doc type seems to raise an xml parse error i tried moving the tiles dtd file to web-inf and pointing it to it but didnt help much, any clues on it

Re: Issues with migration from struts 1.1. to 1.2.9

2007-06-30 Thread pavan reddy
Pavan - Original Message From: Wendy Smoak [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Saturday, 30 June, 2007 9:57:53 AM Subject: Re: Issues with migration from struts 1.1. to 1.2.9 On 6/30/07, pavan reddy [EMAIL PROTECTED] wrote: I have issues

error on struts 1.1

2007-05-07 Thread maya
hi, on this pg of struts 1.1 documentation, http://localhost/struts-documentation/userGuide/installation.html (don't know on-line equiv. of this page, as link to 1.1 on this page http://struts.apache.org/downloads.html#PriorReleases gets you a 404..) it says where to put jar's, tld's, etc

Re: error on struts 1.1

2007-05-07 Thread Antonio Petrelli
2007/5/7, maya [EMAIL PROTECTED]: hi, on this pg of struts 1.1 documentation, Time to upgrade I suppose :-) 2007/5/7, maya [EMAIL PROTECTED]: it says where to put jar's, tld's, etc.. but not dtd's... what are dtd's I went to Google and typed dtd, this is the first result: http

Re: error on struts 1.1

2007-05-07 Thread Dave Newton
--- maya [EMAIL PROTECTED] wrote: what are dtd's and where do they go? They're XML document type definitions. They shouldn't need to go anywhere, although it's been a *long* time since I've thought about S1.1. org.apache.struts.tiles.taglib.InsertTag this error tells me absolutely nothing..

Re: error on struts 1.1

2007-05-07 Thread maya
Antonio Petrelli wrote: 2007/5/7, maya [EMAIL PROTECTED]: hi, on this pg of struts 1.1 documentation, Time to upgrade I suppose :-) 2007/5/7, maya [EMAIL PROTECTED]: it says where to put jar's, tld's, etc.. but not dtd's... what are dtd's I went to Google and typed dtd

Re: error on struts 1.1

2007-05-07 Thread Dave Newton
--- maya [EMAIL PROTECTED] wrote: why can't all downloads come with documentation built already? it's just a bunch of html files You're right, and they're in the struts-documentation WAR file supplied w/ the binary download. d. __ Do You

Re: error on struts 1.1

2007-05-07 Thread maya
Antonio Petrelli wrote: 2007/5/7, maya [EMAIL PROTECTED]: hi, on this pg of struts 1.1 documentation, Time to upgrade I suppose :-) 2007/5/7, maya [EMAIL PROTECTED]: it says where to put jar's, tld's, etc.. but not dtd's... what are dtd's I went to Google and typed dtd

Re: error on struts 1.1

2007-05-07 Thread maya
Dave Newton wrote: --- maya [EMAIL PROTECTED] wrote: why can't all downloads come with documentation built already? it's just a bunch of html files You're right, and they're in the struts-documentation WAR file supplied w/ the binary download. d.

Re: error on struts 1.1

2007-05-07 Thread Dave Newton
Weird; I just downloaded 1.3.8-all and all the docs are in the docs directory for me. --- maya [EMAIL PROTECTED] wrote: Dave Newton wrote: --- maya [EMAIL PROTECTED] wrote: why can't all downloads come with documentation built already? it's just a bunch of html files You're

Re: error on struts 1.1

2007-05-07 Thread maya
my gosh, you are right hmm.. interesting.. ok, so I need to know certain basic things.. I assume general rule, regardless of version, is jars always go in WEB-INF/lib, tld's, go in WEB-INF/.. but couldn't find tld's, so searched for them.. found them in different directories, some in

Re: error on struts 1.1

2007-05-07 Thread Dave Newton
--- maya [EMAIL PROTECTED] wrote: (I just downloaded struts-1.3.8-lib.zip, doesn't even come with tld's.. how is this possible? TLDs can be in JARs. same thing w/dtd's -- are they needed? In general, no. hen search for dtd's in src download find a million of them, in different folders...

RE: Re: error on struts 1.1

2007-05-07 Thread Karr, David
can see if you open up the taglib jar file and read the TLD file, finding the uri element). -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of maya Sent: Monday, May 07, 2007 10:10 AM To: user@struts.apache.org Subject: Re: error on struts 1.1 my gosh, you

Re: Re: error on struts 1.1

2007-05-07 Thread Paul Benedict
: Monday, May 07, 2007 10:10 AM To: user@struts.apache.org Subject: Re: error on struts 1.1 my gosh, you are right hmm.. interesting.. ok, so I need to know certain basic things.. I assume general rule, regardless of version, is jars always go in WEB-INF/lib, tld's, go in WEB-INF

[Struts 1.1] Tiles JSF

2007-02-20 Thread GUILLEMOT Simon
Hi, I'm using Tiles from Struts 1.1 and JSF and I have a problem handling exceptions. In my JSP pages, when an exception is thrown I saw it in the text of the page instead of catching it with servlet filters. From what I saw in the source code, the method processException in InsertTag.java

Struts 1.1 resets into a bad state

2007-01-11 Thread Darren Kahan
All, We're a Struts 1.1 shop using a weblogic container. Occasionally we see that the struts controller re-initializes itself when we are performing a (seemingly) unrelated Mbean call to refresh some cached system properties. Here's the output struts produces when the init starts: Jan 10

jsp Exception handling with errorPage directive and Struts 1.1 + tiles

2007-01-09 Thread Heidy Gutiérrez Guzmán
Hi every one. I'm working with struts 1.1 and I'm facing a problem with my Jsp exception handling, The error page specified in every page using errorPage directive, is not shown, instead the tile that has caused the error is shown empty (not rendered), but neither my error page does. I've read

Re: Struts 1.1 security hole?

2007-01-09 Thread Niall Pemberton
On 1/9/07, Bruno Melloni [EMAIL PROTECTED] wrote: Yes, I know this is embarassing, but my company still uses Struts 1.1... because of a RAD6 dependency. Somebody just mentioned that there is a security hole in Struts 1.1. When I searched for it, I did find a reference to it in a pre-1.3

FW: logic:iterate tag populating a table not in a form does not rerender on page refresh. (Struts 1.1)

2006-12-01 Thread Ben Flynn
Hey guys; I have a really annoying problem that I've killed far too much time on- I was hoping someone might have some additional insight. I created a page that uses a logic:iterate to populate a table with an ArrayList of Beans. This works beautifully on first view, but subsequent page views and

validWhen with Struts 1.1

2006-11-15 Thread Puneet Lakhina
Hi, I am stuck with struts 1.1 for my project but would like to use validWhen(which was added in Struts 1.2.0) for doing some validations. Is it possible to put in say the validator class and add the rule in validator-rules and use it?? Or would this involve too much tinkering and im better off

Struts-Faces Version Compatible with Struts 1.1 and MyFaces

2006-09-06 Thread Colin Doyle
Hi, I've been trying without success over the last few days to get an application written using Struts 1.1 to use JSF by using myfaces-all.jar. I haven't been able to find an up-to-date released version of struts-faces, and was wondering whether this has been parked in favour of Shale

RE: Struts-Faces Version Compatible with Struts 1.1 and MyFaces

2006-09-06 Thread David Friedman
Colin, I remember trying to use MyFaces with Struts-Faces when I was first learning JSF. Unfortunately, it did not work. I had to use the Sun RI as mentioned in the early (Struts 1.1 Struts-Faces) README File but even then I didn't feel it: * Add the following JAR files from the JavaServer

Re: Struts-Faces Version Compatible with Struts 1.1 and MyFaces

2006-09-06 Thread Wendy Smoak
On 9/6/06, Colin Doyle [EMAIL PROTECTED] wrote: Before migrating my application from Struts 1.1 to 1.3, I would like to know roughly how close Release 1.3.X would be? Struts 1.3.5 has been released as Beta and there's a good chance it will be promoted to General Availability. Every report

How to handle session validation in struts 1.1

2006-08-14 Thread Anil Kumar T
Hi All, I need to validate the user session in all actions. For this I tried using saveToken, isTokenValid(), but failed to use them. Not sure what the reason is but it fails during second request. Any info on this particular step or is there any other way to handle the session in struts? Any

Re: How to handle session validation in struts 1.1

2006-08-14 Thread Wendy Smoak
On 8/14/06, Anil Kumar T [EMAIL PROTECTED] wrote: I need to validate the user session in all actions. For this I tried using saveToken, isTokenValid(), but failed to use them. Not sure what the reason is but it fails during second request. Any info on this particular step or is there any other

RE: [HELP] Need reasons to upgrade from Struts 1.1 to 1.2.9

2006-07-14 Thread Garner Shawn
I'm not sure the JRun which is only J2EE 1.3 compliant supports the requirements for Struts 1.3.x or 2.0. Also I'm not looking to upgrade to the latest or greatest which might introduce more bugs. I'm not trying to get artificial reasons. I'm trying to get real reasons that others know of off

AW: [HELP] Need reasons to upgrade from Struts 1.1 to 1.2.9

2006-07-14 Thread Martin Kindler
@struts.apache.org Betreff: RE: [HELP] Need reasons to upgrade from Struts 1.1 to 1.2.9 I'm not sure the JRun which is only J2EE 1.3 compliant supports the requirements for Struts 1.3.x or 2.0. Also I'm not looking to upgrade to the latest or greatest which might introduce more bugs. I'm

Re: [HELP] Need reasons to upgrade from Struts 1.1 to 1.2.9

2006-07-14 Thread Niall Pemberton
On 7/14/06, Garner Shawn [EMAIL PROTECTED] wrote: I'm not sure the JRun which is only J2EE 1.3 compliant supports the requirements for Struts 1.3.x or 2.0. Also I'm not looking to upgrade to the latest or greatest which might introduce more bugs. I'm not trying to get artificial reasons. I'm

[HELP] Need reasons to upgrade from Struts 1.1 to 1.2.9

2006-07-13 Thread Garner Shawn
I need to come up with some reasons to upgrade from Struts 1.1 to 1.2.9 in production. These need to be business reasons that will convince my program manager it's worth my time. I would like to do this and thought people on this list might be able to come up with some reasons pretty easily

AW: [HELP] Need reasons to upgrade from Struts 1.1 to 1.2.9

2006-07-13 Thread Martin Kindler
[mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 13. Juli 2006 16:49 An: user@struts.apache.org Betreff: [HELP] Need reasons to upgrade from Struts 1.1 to 1.2.9 I need to come up with some reasons to upgrade from Struts 1.1 to 1.2.9 in production. These need to be business reasons

Re: [HELP] Need reasons to upgrade from Struts 1.1 to 1.2.9

2006-07-13 Thread Frank W. Zammetti
Hi Shawn, On Thu, July 13, 2006 10:49 am, Garner Shawn wrote: I need to come up with some reasons to upgrade from Struts 1.1 to 1.2.9 in production. These need to be business reasons that will convince my program manager it's worth my time. If you don't already have reasons of your own, you

JSP error using struts 1.1

2006-06-07 Thread Olivier Bex
Hi everyone, Using struts 1.1 with eclipse 3.1 and myeclipseIDE I have an error with a JSP page : Failed to load or instantiate TagExtraInfo class : org.apache.struts.taglib.bean.CookieTei. NOTE : No JSP line was available so line 1 was used for the marker. After searching through

problems when migrating Struts 1.0 to Struts 1.1 on WebSphere?

2006-05-17 Thread Emilia Ipate
Hello! I am trying to upgrade Struts 1.0.2 to Struts 1.1 on WebSphere Application Server. At beginning, the application was developed on WebSphere version 3.5.4 with Struts 1.0.2. The application used a Struts1.0.2 patch, because: The JASPER version used by the WebSphere 3.5.4

  1   2   3   >