CVE-2014-0114 in Struts-1.2.9.jar

2014-06-23 Thread Ruchika Mahajan
Hi, I have used struts-1.2.9.jar in a project. I found *CVE-2014-0114* vulnerability in this jar. While looking for the possible solutions for these I found that Struts 1.x has had its End-Of-Life announcement one year ago but it is looking for a correction/mitigation for this issue. Below is the

Axis2 1.4.1, Struts 1.2.9 and Weblogic 8.1. Problem in the deployment if the application is stressed.

2010-03-01 Thread Triquoit Mathieu
Hello, I have an application which runs under Weblogic 8.1SP3 (Solaris) and it uses Axis 2 1.4.1 to expose a webservice. The application (which is a web-based application) contains also Struts 1.2.9. When we deploy the application without traffic to the application in production, there is no

Re: Cannot download struts 1.2.9 binary

2009-04-23 Thread Steve Bosman
> I just checked them both on Kubuntu Jaunty RC and both the tar and the > zip are intact for me... Maybe you pulled them from a bad mirror or > there is a firewall giving you troubles? I've tried a few times now, with no luck, but I'll try again from home in case it is the work firewall. -- ht

Re: Cannot download struts 1.2.9 binary

2009-04-23 Thread Wes Wannemacher
On Thu, Apr 23, 2009 at 10:14 AM, Dave Newton wrote: > Steve Bosman wrote: >> >> I want to download struts 1.2.9 from the binaries site: >> http://archive.apache.org/dist/struts/binaries/ , but both the zip and >> tarball refuse to open for me (I'm on Ubuntu 8.10).

Re: Cannot download struts 1.2.9 binary

2009-04-23 Thread Dave Newton
Steve Bosman wrote: I want to download struts 1.2.9 from the binaries site: http://archive.apache.org/dist/struts/binaries/ , but both the zip and tarball refuse to open for me (I'm on Ubuntu 8.10). Is there somewhere else I can obtain clean binaries from? That's odd; they both wor

Cannot download struts 1.2.9 binary

2009-04-23 Thread Steve Bosman
Hi, I want to download struts 1.2.9 from the binaries site: http://archive.apache.org/dist/struts/binaries/ , but both the zip and tarball refuse to open for me (I'm on Ubuntu 8.10). Is there somewhere else I can obtain clean binaries from? A colleague has managed a partial extract using W

Re: Data Grid in struts 1.2.9

2009-04-17 Thread Nils-Helge Garli Hegvik
I have used displaytag for this before. http://displaytag.sourceforge.net/1.2/ Nils-H On Sat, Apr 18, 2009 at 8:19 AM, abhishek reddy wrote: > hi all, > > How to display data in Data Grid using struts 1.2.9.is there any > mechanism of doin it in struts > currently iam di

Data Grid in struts 1.2.9

2009-04-17 Thread abhishek reddy
hi all, How to display data in Data Grid using struts 1.2.9.is there any mechanism of doin it in struts currently iam display data in a plain html table.but i need sorting and pagination kind of functionality...need help regarding its urgent for me -- Abhishek

Re: Struts 1.2.9 or Struts 2.0

2009-04-17 Thread Dave Newton
abhishek reddy wrote: For developing a project..i have already started developing the appln. using struts 1.2.9 shall i continue with it...or shall i go for struts 2.0 That question is impossible to answer in isolation. If it were up to me I'd say use Struts 2.1. If I was mak

Re: Struts 1.2.9 or Struts 2.0

2009-04-16 Thread abhishek reddy
For developing a project..i have already started developing the appln. using struts 1.2.9 shall i continue with it...or shall i go for struts 2.0 On Thu, Apr 16, 2009 at 9:33 PM, Dave Newton wrote: > abhishek reddy wrote: > >> Please let me know, whether i should go for

Re: Struts 1.2.9 or Struts 2.0

2009-04-16 Thread Dave Newton
abhishek reddy wrote: Please let me know, whether i should go for Struts 1.2.9 or Struts 2.0..i do have some knowledge on struts 1.2.9 "Go for?" Like what? Learn? Implement a site in? Recommend to an employer? In what conte

Re: Struts 1.2.9 or Struts 2.0

2009-04-16 Thread Norris Shelton
, 2009 4:51:37 AM Subject: Struts 1.2.9 or Struts 2.0 hi every one, Please let me know, whether i should go for Struts 1.2.9 or Struts 2.0..i do have some knowledge on struts 1.2.9 -- Abhishek

Struts 1.2.9 or Struts 2.0

2009-04-16 Thread abhishek reddy
hi every one, Please let me know, whether i should go for Struts 1.2.9 or Struts 2.0..i do have some knowledge on struts 1.2.9 -- Abhishek

RE: Problem is using struts 1.2.9 validator

2008-11-27 Thread Rajil
d run, perform this iteration until you find the location of error prone code in your JSP file. -Original Message- From: UITOT [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2008 2:52 PM To: user@struts.apache.org Subject: Problem is using struts 1.2.9 validator Hello Experts ,

Re: Problem is using struts 1.2.9 validator

2008-11-25 Thread Paul Benedict
What is the error? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Struts 1.2.9 and checkboxes

2008-11-25 Thread David Barron
-Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2008 3:39 PM To: Struts Users Mailing List Subject: RE: Struts 1.2.9 and checkboxes --- On Tue, 11/25/08, David Barron wrote: > I'm pulling the data out of the table in the jsp, so how do I

RE: Struts 1.2.9 and checkboxes

2008-11-25 Thread Dave Newton
--- On Tue, 11/25/08, David Barron wrote: > I'm pulling the data out of the table in the jsp, so how > do I set the ActionForm properties? Yikes. Pull the form out of the request (or session) and set the form variable. I sure don't recommend the approach, though; that kind of code really doesn't

RE: Struts 1.2.9 and checkboxes

2008-11-25 Thread Dave Newton
--- On Tue, 11/25/08, David Barron wrote: > Maybe I wasn't clear. If the checkbox is checked in > the addRecord.jsp that means the value of isPermanent > in the data table is true. So when that record is > displayed in theeditRecord.jsp the checkbox should > be checked. I've got it working t

RE: Struts 1.2.9 and checkboxes

2008-11-25 Thread David Barron
rd.jsp but I wanted to avoid that if possible. -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2008 2:09 PM To: Struts Users Mailing List Subject: Re: Struts 1.2.9 and checkboxes Why are you only using the checkbox tag in the "add record&q

Re: Struts 1.2.9 and checkboxes

2008-11-25 Thread Dave Newton
Why are you only using the checkbox tag in the "add record" page? Can't you just set the ActionForm property and use it in the edit page also? Dave --- On Tue, 11/25/08, David Barron <[EMAIL PROTECTED]> wrote: > I'm sure this has been asked before but I haven't had any luck finding > the answer

Struts 1.2.9 and checkboxes

2008-11-25 Thread David Barron
I'm sure this has been asked before but I haven't had any luck finding the answer. I'm having trouble getting the checkbox to work. My web application uses a database and I have screens that add and edit records. One of the fields is a boolean called isPermanent. So my ActionForm has a boole

Problem is using struts 1.2.9 validator

2008-11-25 Thread UITOT
Hello Experts , I am facing one very strange problem in struts 1.2.9 validator. I have used validator in almost all JSPs of my project but it is giving error only for one particular JSP , rest are working fine. As soon as I add an entry for that jsp in validator.xml that form

RE: Which is Best book for Struts 1.2.9??

2008-10-29 Thread Gundersen, Richard
-- From: Casinova [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2008 3:21 PM To: user@struts.apache.org Subject: Which is Best book for Struts 1.2.9?? I am using net beans 6.1 and they have provided strut 1.2.9 . so i m searching a good book for 1.2.9 . Please suggest me book and link where

Which is Best book for Struts 1.2.9??

2008-10-29 Thread Casinova
I am using net beans 6.1 and they have provided strut 1.2.9 . so i m searching a good book for 1.2.9 . Please suggest me book and link where can i download? Thanks in advance -- View this message in context: http://www.nabble.com/Which-is-Best-book-for-Struts-1.2.9---tp20229400p20229400

Re: Struts 1.2.9 +Ajax Error -- java.lang.IllegalStateException

2008-09-12 Thread Dave Newton
Return null. --- On Fri, 9/12/08, Raghuveer <[EMAIL PROTECTED]> wrote: > From: Raghuveer <[EMAIL PROTECTED]> > Subject: Struts 1.2.9 +Ajax Error -- java.lang.IllegalStateException > To: user@struts.apache.org > Date: Friday, September 12, 2008, 3:55 AM > Hello, >

Struts 1.2.9 +Ajax Error -- java.lang.IllegalStateException

2008-09-12 Thread Raghuveer
Hello, I am using Ajax in my struts application. >From JavaScript in JSP page I call "employee.do?method=employee" I get following error java.lang.IllegalStateException: Cannot forward after response has been committed For Ajax calls I am using struts execute method. But Action

Re: struts 1.2.9 and cancel button

2007-12-10 Thread Paul Benedict
ever went right to a JSP page and this seems to be pretty > common from the Struts Apps I've seen. > > I'd say after the action has been processed it would be a good idea to > clear it from the request like you said. > > > > Shawn > > -Original Messa

RE: struts 1.2.9 and cancel button

2007-12-07 Thread Garner, Shawn
07, 2007 8:48 AM To: Struts Users Mailing List Subject: Re: struts 1.2.9 and cancel button By the way, have you considered using Struts 1.3.8? I have code (currently) that works just fine and that does what you need (forward to a *.do on cancel). Clearly, you don't need to upgrade right now (you

Re: struts 1.2.9 and cancel button

2007-12-07 Thread Alberto A. Flores
e a good idea to clear it from the request like you said. Shawn -Original Message- From: [EMAIL PROTECTED] on behalf of Paul Benedict Sent: Thu 12/6/2007 10:24 PM To: Struts Users Mailing List Subject: Re: struts 1.2.9 and cancel button Unless you actually have processing to do, there&

RE: struts 1.2.9 and cancel button

2007-12-07 Thread Garner, Shawn
ssage- From: [EMAIL PROTECTED] on behalf of Paul Benedict Sent: Thu 12/6/2007 10:24 PM To: Struts Users Mailing List Subject: Re: struts 1.2.9 and cancel button Unless you actually have processing to do, there's no reason to forward to /landingPage.do. You should be forwarding straight

Re: struts 1.2.9 and cancel button

2007-12-06 Thread Paul Benedict
ROTECTED] > On Behalf Of Paul Benedict > Sent: Thursday, December 06, 2007 4:38 PM > To: Struts Users Mailing List > Subject: Re: struts 1.2.9 and cancel button > > Have you attempted to set a breakpoint in the Controller and step > through > the cance

RE: struts 1.2.9 and cancel button

2007-12-06 Thread Garner, Shawn
Sent: Thursday, December 06, 2007 4:38 PM To: Struts Users Mailing List Subject: Re: struts 1.2.9 and cancel button Have you attempted to set a breakpoint in the Controller and step through the cancellable check? On Dec 6, 2007 4:17 PM, Garner, Shawn <[EMAIL PROTECTED]> wrote: >

Re: struts 1.2.9 and cancel button

2007-12-06 Thread Paul Benedict
> > > > And there is only one defined in the struts config. > > -Original Message- > From: Alberto A. Flores [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 06, 2007 2:46 PM > To: Struts Users Mailing List > Subject: Re: struts 1.2.9 and cancel bu

RE: struts 1.2.9 and cancel button

2007-12-06 Thread Garner, Shawn
: struts 1.2.9 and cancel button Can you confirm that your form is pointing to the right path? Also, check that you are not overriding the same path (in struts config) with a similar path are overrideable. Garner, Shawn wrote: >>From the stack track it looks like the Mapping.isCancella

Re: struts 1.2.9 and cancel button

2007-12-06 Thread mgainty
can you display the form and display the configuration for your Action class M- - Original Message - Wrom: ZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNN To: "Struts Users Mailing List" Sent: Thursday, December 06, 2007 2:27 PM Subject: RE: struts 1.2.9 and cancel button I wo

Re: struts 1.2.9 and cancel button

2007-12-06 Thread Alberto A. Flores
be? It is in the struts-config.xml under the right action. Shawn -Original Message- From: Garner, Shawn Sent: Thursday, December 06, 2007 1:27 PM To: Struts Users Mailing List Subject: RE: struts 1.2.9 and cancel button I wonder if it is because we are using ValidatorPlugin or

RE: struts 1.2.9 and cancel button

2007-12-06 Thread Garner, Shawn
RE: struts 1.2.9 and cancel button I wonder if it is because we are using ValidatorPlugin or LookupDispatchAction. Seems like it isn't getting past the validations so it never gets to the action: 2007,org.apache.struts.action.InvalidCancelException org.apache.struts.action.InvalidCancelE

RE: struts 1.2.9 and cancel button

2007-12-06 Thread Garner, Shawn
12:38 PM To: Struts Users Mailing List Subject: RE: struts 1.2.9 and cancel button Which there is no bCancel variable in the source Shawn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Benedict Sent: Thursday, December 06, 2007 12:24 PM To: Struts

RE: struts 1.2.9 and cancel button

2007-12-06 Thread Garner, Shawn
6) at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432) at -Original Message- From: Garner, Shawn Sent: Thursday, December 06, 2007 12:39 PM To: Struts Users Mailing List Subject: RE: struts 1.2.9 and cancel button I verified it was the right action, the one in the JSP

RE: struts 1.2.9 and cancel button

2007-12-06 Thread Garner, Shawn
Subject: Re: struts 1.2.9 and cancel button Did you add to the correct action mapping? On Dec 6, 2007 9:42 AM, Garner, Shawn <[EMAIL PROTECTED]> wrote: > We trying to use the htm:cancel button but it is not working. > > I've followed the instructions here > > htt

RE: struts 1.2.9 and cancel button

2007-12-06 Thread Garner, Shawn
Which there is no bCancel variable in the source Shawn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Benedict Sent: Thursday, December 06, 2007 12:24 PM To: Struts Users Mailing List Subject: Re: struts 1.2.9 and cancel button And what does the

Re: struts 1.2.9 and cancel button

2007-12-06 Thread Paul Benedict
And what does the rendered HTML look like for the cancel button?

RE: struts 1.2.9 and cancel button

2007-12-06 Thread Garner, Shawn
Wer'e doing something like this: -Original Message- From: Alberto A. Flores [mailto:[EMAIL PROTECTED] Sent: Thursday, December 06, 2007 10:19 AM To: Struts Users Mailing List Subject: Re: struts 1.2.9 and cancel button Can you post the snippet of the way you are using

Re: struts 1.2.9 and cancel button

2007-12-06 Thread Alberto A. Flores
Can you post the snippet of the way you are using The "html:cancel" (Struts 1.x) tag still submits with interesting behavior: - If the "property" attribute is "set", then the isCancelled() method will not pick it up. Validation will still occurs (submission is attempted). - If the "property" a

Re: struts 1.2.9 and cancel button

2007-12-06 Thread Paul Benedict
Did you add to the correct action mapping? On Dec 6, 2007 9:42 AM, Garner, Shawn <[EMAIL PROTECTED]> wrote: > We trying to use the htm:cancel button but it is not working. > > I've followed the instructions here > > http://wiki.apache.org/struts/StrutsUpgradeNotes128to129#head-e417741603 > dac43

struts 1.2.9 and cancel button

2007-12-06 Thread Garner, Shawn
We trying to use the htm:cancel button but it is not working. I've followed the instructions here http://wiki.apache.org/struts/StrutsUpgradeNotes128to129#head-e417741603 dac43bb4fbde589271c568309643e4 but we are still getting a org.apache.struts.action.InvalidCancelException We're using

Re: Problem with ForwardAction after update from Struts 1.2.9 to 1.3.8

2007-10-28 Thread Paul Benedict
Are you using the ComposableRequestProcessor or just the RequestProcessor for the controller? Paul On 10/25/07, Samuel Fleischle <[EMAIL PROTECTED]> wrote: > > Yes I´m sure, I only changed the Jars and replaced the contextRelative > attribute in my JSPs and in my Struts config. > > Meanwhile I wr

RE: Problem with ForwardAction after update from Struts 1.2.9 to 1.3.8

2007-10-25 Thread Samuel Fleischle
n after update from Struts 1.2.9 to 1.3.8 That sounds like a bug to me. Are you sure this is the behavior and nothing has changed from your upgrade? On 10/12/07, Samuel Fleischle <[EMAIL PROTECTED]> wrote: > > Hello, > I updated from Struts 1.2.9 to Struts 1.3.8. Now I have

Re: Problem with ForwardAction after update from Struts 1.2.9 to 1.3.8

2007-10-17 Thread Paul Benedict
That sounds like a bug to me. Are you sure this is the behavior and nothing has changed from your upgrade? On 10/12/07, Samuel Fleischle <[EMAIL PROTECTED]> wrote: > > Hello, > I updated from Struts 1.2.9 to Struts 1.3.8. Now I have the following > problem in my ForwardActions.

Problem with ForwardAction after update from Struts 1.2.9 to 1.3.8

2007-10-12 Thread Samuel Fleischle
Hello, I updated from Struts 1.2.9 to Struts 1.3.8. Now I have the following problem in my ForwardActions. Here is an example of what I want to do: I have the following code in my admin module: In Struts 1.2.9 this code worked fine and if I called the URL http://localhost:8080/myapp/admin

Re: Struts 1.2.9 missing validator.xml and validator-rules.xml.

2007-06-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Søren, Søren Blidorf wrote: > I have upgraded to struts 1.2.9 and don't have validator.xml and > validator-rules.xml. validator-rules (in the 1.2 branch) somewhat recently moved into the struts-core.jar file. You should change your plug-

Re: Struts 1.2.9 missing validator.xml and validator-rules.xml.

2007-06-29 Thread Nuwan Chandrasoma
ent: Friday, June 29, 2007 7:55 AM Subject: Struts 1.2.9 missing validator.xml and validator-rules.xml. Hi. I have upgraded to struts 1.2.9 and dont have validator.xml and validator-rules.xml. Could this be why my struts app does not work? Do I need validator? I have the

Struts 1.2.9 missing validator.xml and validator-rules.xml.

2007-06-29 Thread Søren Blidorf
Hi. I have upgraded to struts 1.2.9 and dont have validator.xml and validator-rules.xml. Could this be why my struts app does not work? Do I need validator? I have the jar in my lib. Soren, DK

Re: cannot reset dynavalidatorform in struts 1.2.9

2007-06-06 Thread Vincent Lin
Could you check the generated HTML code? (Use the view source function of your browser) If the html of the field has value="x", the reset button won't clear it. It just reset the value to original value. Did you set the properties to your DynaActionForm? Or the form has default values? On 6/

cannot reset dynavalidatorform in struts 1.2.9

2007-06-06 Thread Ambaris Mohanty
Hi, I'm using a simple DynaValidatorForm for my login form. The problem is. the reset button doesn't reset the fields to blank state which I want. Can anybody help? AM

Re: Struts 1.2.9 and UNICODE issue on form submittal

2007-06-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adam, Adam Gordon wrote: > After some digging, there's URIEncoding attribute on the Connector > element that if not specified defaults to ISO-8859-1 when attempting to > decode URI bytes. I suspect setting this to UTF-8, in addition to the > other c

Re: Struts 1.2.9 and UNICODE issue on form submittal

2007-06-01 Thread Adam Gordon
You know, I had my doubts about whether or not Struts was really actually doing anything with POST request parameters other than just reading them. It did seem to me that it was more of an issue at the Tomcat level since Tomcat is the one serving up the parameters. After some digging, there's

Re: Struts 1.2.9 and UNICODE issue on form submittal

2007-06-01 Thread Niall Pemberton
On 5/29/07, Adam Gordon <[EMAIL PROTECTED]> wrote: We're using the html:form element and we have the acceptCharset attribute set to "UTF-8" and when we enter a unicode character in a textarea in this form element, the UTF-8 character (in this case \u2022, the bullet symbol: •) displays correctly

Re: Struts 1.2.9 and UNICODE issue on form submittal

2007-05-31 Thread Adam Gordon
Chris- See answers below... Christopher Schultz wrote: I just ran it through Wireshark and followed the TCP stream verifying that it's being encoded correctly into 3 bytes - it is (E2 80 A2). Is this the UTF-8 code that /should/ represent those bullet characters? I would assume so.

Re: Struts 1.2.9 and UNICODE issue on form submittal

2007-05-30 Thread Adam Gordon
Paul- Looks like it still exists in 1.3.8. Do you want me to file the bug against 1.3.8? Also, what type of sample code are you looking for? The whole package (struts/tiles config files, Action class, JSP page, etc...) or something smaller? Thanks. --adam Paul Benedict wrote: Adam, Wo

Re: Struts 1.2.9 and UNICODE issue on form submittal

2007-05-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adam, Adam Gordon wrote: > So, we have a form in a JSP, and generally, the OS allows the user to > copy/paste a bullet list from MS Word, OOWriter, et. al. into a text > area in the form. Regardless of whether the browser is in UTF-8 > mode or ISO-88

Re: Struts 1.2.9 and UNICODE issue on form submittal

2007-05-30 Thread Adam Gordon
Paul- Of course. I'll email back when I have the results. Hopefully there won't be too many code changes due to the upgrade... --adam Paul Benedict wrote: Adam, Would you be kind enough to try this in 1.3.8? I'd be interested in fixing this, if you can help me diagnose the issue. After y

Re: Struts 1.2.9 and UNICODE issue on form submittal

2007-05-30 Thread Adam Gordon
Christopher- So, we have a form in a JSP, and generally, the OS allows the user to copy/paste a bullet list from MS Word, OOWriter, et. al. into a text area in the form. Regardless of whether the browser is in UTF-8 mode or ISO-8859-1 mode, the bullets show up as bullets. We submit the form,

Re: Struts 1.2.9 and UNICODE issue on form submittal

2007-05-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adam, Adam Gordon wrote: > We're using the html:form element and we have the acceptCharset > attribute set to "UTF-8" and when we enter a unicode character in a > textarea in this form element, the UTF-8 character (in this case \u2022, > the bullet sy

Re: Struts 1.2.9 and UNICODE issue on form submittal

2007-05-29 Thread Paul Benedict
Adam, Would you be kind enough to try this in 1.3.8? I'd be interested in fixing this, if you can help me diagnose the issue. After you test in 1.3.8, if it still happens, please open up a JIRA ticket and attach a sample web page. I will use that to fix the problem, if it still exists. Paul On

Struts 1.2.9 and UNICODE issue on form submittal

2007-05-29 Thread Adam Gordon
We're using the html:form element and we have the acceptCharset attribute set to "UTF-8" and when we enter a unicode character in a textarea in this form element, the UTF-8 character (in this case \u2022, the bullet symbol: •) displays correctly. However, when the form is submitted, I'm print

Re: [Struts 1.2.9 & Tiles] dynamically switch between two layout

2007-05-09 Thread Antonio Petrelli
2007/5/9, CARUANA JP. SOGECAP <[EMAIL PROTECTED]>: > > I need to switch between to tiles layout depending on the context. > > I think that cleanest way to do it is creating a DefinitionsFactory > implementation. You can read a configuration parameter that > allows to switch > between a group

RE: [Struts 1.2.9 & Tiles] dynamically switch between two layout

2007-05-09 Thread CARUANA JP. SOGECAP
> > I need to switch between to tiles layout depending on the context. > > I think that cleanest way to do it is creating a DefinitionsFactory > implementation. You can read a configuration parameter that > allows to switch > between a group of layouts and the other. > For example, you can extend

Re: [Struts 1.2.9 & Tiles] dynamically switch between two layout

2007-05-09 Thread Antonio Petrelli
2007/5/9, CARUANA JP. SOGECAP <[EMAIL PROTECTED]>: I need to switch between to tiles layout depending on the context. I think that cleanest way to do it is creating a DefinitionsFactory implementation. You can read a configuration parameter that allows to switch between a group of layouts an

[Struts 1.2.9 & Tiles] dynamically switch between two layout

2007-05-09 Thread CARUANA JP. SOGECAP
Hello, I need to switch between to tiles layout depending on the context. in fact, our EAR is used in two different applications, but these are quite the same ones. the EAR is deployed on two different servers with different server configurations. what is very different between the 2 applicat

RE: [S1] Is JSTL 1.1 compatible with Struts 1.2.9?

2007-04-23 Thread Crawford, Preston
Thanks! That helped. Preston -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, April 20, 2007 12:24 PM To: Struts Users Mailing List Subject: Re: [S1] Is JSTL 1.1 compatible with Struts 1.2.9? On 4/19/07, Crawford, Preston <[EMAIL PROTECTED]>

Re: [S1] Is JSTL 1.1 compatible with Struts 1.2.9?

2007-04-20 Thread Wendy Smoak
On 4/19/07, Crawford, Preston <[EMAIL PROTECTED]> wrote: Anyone know? I know Struts 1.2 comes with JSTL 1.0. I read somewhere that you have to use JSTL 1.1 with a 2.4 container, which is what we have. I just need to figure out what version of JSTL we can/should run. The combinations are descri

Re: [S1] Is JSTL 1.1 compatible with Struts 1.2.9?

2007-04-20 Thread Niall Pemberton
On 4/20/07, Crawford, Preston <[EMAIL PROTECTED]> wrote: Anyone know? I know Struts 1.2 comes with JSTL 1.0. I read somewhere that you have to use JSTL 1.1 with a 2.4 container, which is what we have. I just need to figure out what version of JSTL we can/should run. Struts ships with an optiona

Re: [S1] Is JSTL 1.1 compatible with Struts 1.2.9?

2007-04-20 Thread Henri Yandell
ers Mailing List' Subject: [S1] Is JSTL 1.1 compatible with Struts 1.2.9? Anyone know? I know Struts 1.2 comes with JSTL 1.0. I read somewhere that you have to use JSTL 1.1 with a 2.4 container, which is what we have. I just need to figure out what version of JSTL we can/should run. Preston CONFIDE

RE: [S1] Is JSTL 1.1 compatible with Struts 1.2.9?

2007-04-20 Thread Crawford, Preston
Anyone know? Preston -Original Message- From: Crawford, Preston [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 6:39 PM To: 'Struts Users Mailing List' Subject: [S1] Is JSTL 1.1 compatible with Struts 1.2.9? Anyone know? I know Struts 1.2 comes with JSTL 1.0. I read

[S1] Is JSTL 1.1 compatible with Struts 1.2.9?

2007-04-19 Thread Crawford, Preston
Anyone know? I know Struts 1.2 comes with JSTL 1.0. I read somewhere that you have to use JSTL 1.1 with a 2.4 container, which is what we have. I just need to figure out what version of JSTL we can/should run. Preston CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for

Re: Validator question Struts 1.2.9

2007-03-21 Thread Dilip Ladhani
Thanks, I figured it out. I made sure this was by default bundle. On 3/21/07, Niall Pemberton <[EMAIL PROTECTED]> wrote: On 3/21/07, Dilip Ladhani <[EMAIL PROTECTED]> wrote: > I have gotten the validator to work in may of my projects, but I am > stuck on this one and was wondering if someone can

Re: Validator question Struts 1.2.9

2007-03-21 Thread Niall Pemberton
ssages OK after making it the default - did you remove the bundle="messages" from your validation.xml? Also take a look at the "bundles" example in the validator part of the struts-examples webapp shipped with Struts 1.2.9 Niall Also, on various jsps, I would have to, I w

Re: Validator question Struts 1.2.9

2007-03-21 Thread Niall Pemberton
On 3/21/07, Dilip Ladhani <[EMAIL PROTECTED]> wrote: I have gotten the validator to work in may of my projects, but I am stuck on this one and was wondering if someone can help. I have a MessageResources.properties under WEB-INF/classes which contains all the messages. In my struts-config I have

Re: Validator question Struts 1.2.9

2007-03-21 Thread Dilip Ladhani
amp; Regards, Nuwan. - Original Message - From: "Dilip Ladhani" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 21, 2007 4:48 PM Subject: Validator question Struts 1.2.9 >I have gotten the validator to work in may of my projects, but I am > stuck on this one and was

Re: Validator question Struts 1.2.9

2007-03-21 Thread Nuwan Chandrasoma
make your message resource as the defautl one, dont put any key just add the entry in struts-config and see., Thanks & Regards, Nuwan. - Original Message - From: "Dilip Ladhani" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 21, 2007 4:48 PM Subject: Valid

Validator question Struts 1.2.9

2007-03-21 Thread Dilip Ladhani
I have gotten the validator to work in may of my projects, but I am stuck on this one and was wondering if someone can help. I have a MessageResources.properties under WEB-INF/classes which contains all the messages. In my struts-config I have the following line Here is my validation.xml

Re: Strange problem with Validators in Struts 1.2.9

2007-02-27 Thread Dave Newton
--- Tom Bednarz <[EMAIL PROTECTED]> wrote: > I still do not feel very comfortable with writing > that many actions around 'CRUDing' an object. I generally use a single action for CRUD. You may want to look at DispatchAction (or something like that, it's been awhile) and consider the GET/POST divi

Re: Strange problem with Validators in Struts 1.2.9

2007-02-26 Thread Tom Bednarz
Yeah, looks like it is the wrong action I am calling, or better I need more actions to process a single user input. I still do not feel very comfortable with writing that many actions around 'CRUDing' an object. Thanks a lot anyway! Tom Dave Newton wrote: --- Tom Bednarz <[EMAIL PROTECTED]> wr

Re: Strange problem with Validators in Struts 1.2.9

2007-02-26 Thread Dave Newton
--- Tom Bednarz <[EMAIL PROTECTED]> wrote: > Any idea what I am doing wrong here??? Not "wrong", really, but probably you're using an action-mapping with validate='true' to do the initial form display. With no defaults it will validate with an error. Two ways to get around this are: 1) Use a pre

Strange problem with Validators in Struts 1.2.9

2007-02-26 Thread Tom Bednarz
I have the following problem: My validator gets NOT called as soon as I initialize some properties in my form. In my form bean I have: public class QueryTripsForm extends ValidatorActionForm { private String startPeriodDisplay = "2007-01-01"; private String endPeriodDisplay = "

struts 1.2.9 multiple session scoped action form bean usage by single jsp

2007-02-22 Thread Derrick Koes
Struts 1.2.9 I have 2 session scoped form beans which share a getter method. I would like to re-use a particular jsp in this case as well. However, what I'm finding is that the first session scoped form encountered will be the one the jsp gets its values from. This may well not be the

RE: How to change from .do to .whatever in struts 1.2.9 ?

2007-02-22 Thread Bolutiwi, Olu
.whatever in struts 1.2.9 ? just change the mapping in your web.xml? regards Leon On 2/22/07, Bolutiwi, Olu <[EMAIL PROTECTED]> wrote: > Hi all, > > How can I change the default extension provided in struts 1.2.9 from > .do to .go or .whatever ? > > Cheers > > > Th

Re: How to change from .do to .whatever in struts 1.2.9 ?

2007-02-22 Thread Simone Piva
In web.xml: action *.do On 2/22/07, Leon Rosenberg <[EMAIL PROTECTED]> wrote: just change the mapping in your web.xml? regards Leon On 2/22/07, Bolutiwi, Olu <[EMAIL PROTECTED]> wrote: > Hi all, > > How can I change the default extension provided in

Re: How to change from .do to .whatever in struts 1.2.9 ?

2007-02-22 Thread Leon Rosenberg
just change the mapping in your web.xml? regards Leon On 2/22/07, Bolutiwi, Olu <[EMAIL PROTECTED]> wrote: Hi all, How can I change the default extension provided in struts 1.2.9 from .do to .go or .whatever ? Cheers This e-mail (and any attachment) is intended only for the attent

How to change from .do to .whatever in struts 1.2.9 ?

2007-02-22 Thread Bolutiwi, Olu
Hi all, How can I change the default extension provided in struts 1.2.9 from .do to .go or .whatever ? Cheers This e-mail (and any attachment) is intended only for the attention of the addressee(s). Its unauthorised use, disclosure, storage or copying is not permitted. If you are not the

Re: problem switching to jboss 4.0.5 with struts 1.2.9

2007-02-20 Thread Andrew Pliszka
1) Check the tiles-defs XML config against DTD. 2) Check if the DTD is avaliable. Brian Long wrote: more helpful logging: 2007-02-16 11:05:48,529 ERROR [org.apache.struts.action.ActionServlet] Unable to initialize Struts ActionServlet due to an unexpected exception or error thrown, so marking

Re: problem switching to jboss 4.0.5 with struts 1.2.9

2007-02-20 Thread Brian Long
more helpful logging: 2007-02-16 11:05:48,529 ERROR [org.apache.struts.action.ActionServlet] Unable to initialize Struts ActionServlet due to an unexpected exception or error thrown, so marking the servlet as unavailable. Most likely, this is due to an incorrect or missing library dependency. j

problem switching to jboss 4.0.5 with struts 1.2.9

2007-02-20 Thread Brian Long
hi folks. I have code that works just fine under jboss 4.0.4GA that is blowing up attempting to load the ear in jboss 4.0.5 2007-02-16 11:05:48,526 ERROR [org.apache.struts.tiles.TilesPlugin] Can't create Tiles definition factory for module ''. 2007-02-16 11:05:48,529 ERROR [org.apache.struts.

RE: RE: RE: [HELP] struts 1.2.9 multibox/checkbox in session scoped form

2006-11-17 Thread Lance Semmens
s. include the relevant parts of struts-config.xml, your action and your form. -Original Message- From: Garner Shawn [mailto:[EMAIL PROTECTED] Sent: 14 November 2006 17:36 To: user@struts.apache.org Subject: RE: RE: RE: [HELP] struts 1.2.9 multibox/checkbox in session scoped form I am not

RE: RE: RE: [HELP] struts 1.2.9 multibox/checkbox in session scoped form

2006-11-14 Thread Garner Shawn
Shawn -- From: Lance Semmens <[EMAIL PROTECTED]> To: 'Struts Users Mailing List' Date: Tue, 14 Nov 2006 09:51:00 + Subject: RE: RE: [HELP] struts 1.2.9 multibox/checkbox in session scoped form The only

RE: RE: [HELP] struts 1.2.9 multibox/checkbox in session scoped form

2006-11-14 Thread Lance Semmens
wn [mailto:[EMAIL PROTECTED] Sent: 13 November 2006 20:19 To: user@struts.apache.org Subject: RE: RE: [HELP] struts 1.2.9 multibox/checkbox in session scoped form 1. Yes 2. Yes 3 In ActionForm.reset If I comment out my reset method then it populates the checkboxes based on the form values l

RE: RE: [HELP] struts 1.2.9 multibox/checkbox in session scoped form

2006-11-13 Thread Garner Shawn
. From: Lance Semmens <[EMAIL PROTECTED]> To: 'Struts Users Mailing List' Date: Mon, 13 Nov 2006 17:08:00 + Subject: RE: [HELP] struts 1.2.9 multibox/checkbox in session scoped form A couple of things to check 1. Is your get

RE: [HELP] struts 1.2.9 multibox/checkbox in session scoped form

2006-11-13 Thread Lance Semmens
- From: Garner Shawn [mailto:[EMAIL PROTECTED] Sent: 13 November 2006 16:47 To: user@struts.apache.org Subject: [HELP] struts 1.2.9 multibox/checkbox in session scoped form I reset my checkboxes and a multibox in a form reset method but then when I come back to the page the values arn't chec

[HELP] struts 1.2.9 multibox/checkbox in session scoped form

2006-11-13 Thread Garner Shawn
I reset my checkboxes and a multibox in a form reset method but then when I come back to the page the values arn't checked. If I don't reset them then it won't register them as not checked anymore. How do I fix this? Shawn - To

  1   2   >