Re: Struts version

2008-02-20 Thread Antonio Petrelli
2008/2/20, George Dadulescu <[EMAIL PROTECTED]>: > > > Hello. I want to show on the first page of my web application, the struts > version I use. Is there a way to extract it dynamically? You could try extracting if from the manifest... But what for? Antonio

RE: Struts Version from struts.jar

2006-08-09 Thread Samere, Adam J
Have a look at the manifest in the jar. META-INF/manifest.mf -Original Message- From: Raghuveer [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 9:10 AM To: user@struts.apache.org Subject: Struts Version from struts.jar I have struts.jar in WEB-INF/lib folder. How to find whic

Re: struts version of session.getAttribute() ?

2006-06-16 Thread Frank W. Zammetti
It maybe should be noted too that the code originally posted works just fine in Struts, it's just as valid as if Struts wasn't involved What Rick and Scott are pointing out are what most people would consider more elegant, canonical and "proper" ways. I'm mentioning this because Brian, you sa

Re: struts version of session.getAttribute() ?

2006-06-16 Thread Scott Van Wart
Brian Long wrote: Hi folks - newbie here with a quick question: I'm converting JSPs to struts, and they have a lot of stuff that looks like this: Service managedService = (Service) session.getAttribute("managedService"); . . . <% if (group.getExpirationDate() != null) { %> . . . What's

Re: struts version of session.getAttribute() ?

2006-06-16 Thread Rick Reumann
On 6/16/06, Brian Long <[EMAIL PROTECTED]> wrote: What's the mechanism in struts to accomplish pulling an object out of the session and using it in a jsp? If you are using a more recent app server like Tomcat 5.x+, you can just do ... in JSP: My session var ${sessionVar} El expressions will

Re: Struts version for websphere 5.1?

2006-01-05 Thread Pazhanikanthan Periasamy
I dont think there should be any specific version compatible issues in Struts and WebSphere. What is that you are trying to do which causes this problem? Post the code snippet to nail down if the problem is Struts related or not. Thanks and regards, Pazhanikanthan. P Project Leader, Caritor (

Re: struts version query

2005-11-26 Thread Craig McClanahan
On 11/26/05, Martin Gainty <[EMAIL PROTECTED]> wrote: > > I was unsure of any dependencies posed by DTD 'version' in > struts-config.xml upon "Implementation-Version" header in manifest.mf > Thanks for the clarification, > M- Ah ... that goes like this: * Struts 1.0 can process 1.0 DTD versions

Re: struts version query

2005-11-26 Thread Martin Gainty
Mailing List" ; "Martin Gainty" <[EMAIL PROTECTED]> Sent: Saturday, November 26, 2005 2:03 PM Subject: Re: struts version query On 11/26/05, Martin Gainty <[EMAIL PROTECTED]> wrote: > > the answer is ? To which question? If you are referring to Stephen'

Re: struts version query

2005-11-26 Thread Craig McClanahan
On 11/26/05, Martin Gainty <[EMAIL PROTECTED]> wrote: > > the answer is ? To which question? If you are referring to Stephen's original question (how do I know what version of Struts I am using) he had it right -- check the "Implementation-Version" header in the META-INF/MANIFEST.MF file of stru

Re: struts version query

2005-11-26 Thread Martin Gainty
the answer is ? - Original Message - From: "Craig McClanahan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday, November 25, 2005 1:46 PM Subject: Re: struts version query On 11/25/05, Martin Gainty <[EMAIL PROTECTED]> wrote: > &

Re: struts version query

2005-11-25 Thread Stephen Hartley
Craig Thanks very much for posting back so quickly! Stephen --- Craig McClanahan <[EMAIL PROTECTED]> wrote: > On 11/25/05, Stephen Hartley > <[EMAIL PROTECTED]> wrote: > > > > I'm using struts and am trying to confirm the > exact > > version I've got installed. > > > > Helpfully, the jar is na

Re: struts version query

2005-11-25 Thread Craig McClanahan
On 11/25/05, Martin Gainty <[EMAIL PROTECTED]> wrote: > > I *thought* the 2nd line of struts-config.xml (DTD) specified the version > usually in the form > > "-//Apache Software Foundation//DTD Struts Configuration 1.0 > //EN" >"http://jakarta.apache.org/struts/dtds/struts-c

Re: struts version query

2005-11-25 Thread Craig McClanahan
On 11/25/05, Stephen Hartley <[EMAIL PROTECTED]> wrote: > > I'm using struts and am trying to confirm the exact > version I've got installed. > > Helpfully, the jar is named just struts.jar on my > local installation..! > > However, within the jar is a manifest.mf file and its > contents are attach

RE: struts version query

2005-11-25 Thread Martin Gainty
I *thought* the 2nd line of struts-config.xml (DTD) specified the version usually in the form "-//Apache Software Foundation//DTD Struts Configuration 1.0//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd";> But your IDE du jour should also generate the vers

Re: struts version and difference between 1.1 and 1.2

2005-03-10 Thread Hubert Rabago
On Thu, 10 Mar 2005 13:46:09 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "wo_shi_ni_ba_ba" <[EMAIL PROTECTED]> > > > this might be a silly question, but how do I find out > > what version of struts I am using. > > Look inside struts.jar at the META-INF/manifest.mf file. > > > 2.what ar

Re: struts version and difference between 1.1 and 1.2

2005-03-10 Thread Wendy Smoak
From: "wo_shi_ni_ba_ba" <[EMAIL PROTECTED]> > this might be a silly question, but how do I find out > what version of struts I am using. Look inside struts.jar at the META-INF/manifest.mf file. > 2.what are the significant changes from 1.1 to 1.2. > Can someone point me the the source or give

Re: struts version and difference between 1.1 and 1.2

2005-03-10 Thread Richard Bywater
With Rational Application Developer, it's version 1.1 so I'm assuming it would be the same for Web Developer. Richard. On Thu, 10 Mar 2005 11:25:50 -0800 (PST), wo_shi_ni_ba_ba <[EMAIL PROTECTED]> wrote: > hi folks, > Two questions: > 1. > this might be a silly question, but how do I find out > w

Re: Struts version 1.2.2 and Tomcat 4.1

2004-09-23 Thread Sean Schofield
Well, you never really specified what the specific problem you were having was. Have you ever gotten any version of Struts working with Tomcat before or this your first attempt? If you never gotten any version of Struts to work before, then my guess would be there is something wrong with how

Re: Struts version 1.2.2 and Tomcat 4.1

2004-09-23 Thread CCNY
Does the problem I'm having look familiar to you? What other web-apps are running under Tomcat 4.1 in your configuration? If you can get it running that gives me hope. On Thu, 23 Sep 2004 11:00:21 -0400, Sean Schofield <[EMAIL PROTECTED]> wrote: > FYI: I was able to run both 1.2.2. and 1.2.4 o

Re: Struts version 1.2.2 and Tomcat 4.1

2004-09-23 Thread Sean Schofield
FYI: I was able to run both 1.2.2. and 1.2.4 on Tomcat 4.1 with no problems. I'd take Jame's advice though and upgrade to 1.2.4 just to be safe. sean James Mitchell wrote: There were several issues with the 1.2.2 build. Please try it with 1.2.4 -- James Mitchell Software Engineer / Open Sour

Re: Struts version 1.2.2 and Tomcat 4.1

2004-09-23 Thread James Mitchell
There were several issues with the 1.2.2 build. Please try it with 1.2.4 -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "CCNY" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sen