RE: FW: [ANN] Apache Struts 6.3.0.2 & 2.5.33

2023-12-11 Thread Ankit Garg
TCS Confidential Thank you. Regards, Ankit Garg TCS Confidential -Original Message- From: Lukasz Lenart Sent: Monday, December 11, 2023 8:52 PM To: Struts Users Mailing List Subject: Re: FW: [ANN] Apache Struts 6.3.0.2 & 2.5.33 External Email : Be cautious while opening any l

Re: FW: [ANN] Apache Struts 6.3.0.2 & 2.5.33

2023-12-11 Thread Lukasz Lenart
pon., 11 gru 2023 o 16:09 Ankit Garg napisał(a): > May I check if Struts 6.x supports Java 17 with J2EE 9 specification? Java 17 is supported but JakartaEE is a totally different kind of beast and it will be supported in Struts 7.x - there is a plan to release a first M1 version soon [1] [1] htt

FW: [ANN] Apache Struts 6.3.0.2 & 2.5.33

2023-12-11 Thread Ankit Garg
TCS Confidential Hi All, May I check if Struts 6.x supports Java 17 with J2EE 9 specification? I know - The 6.x series of the Apache Struts framework has a minimum requirement of the following specification versions: Servlet API 3.1, JSP API 2.1, and Java 8. Should I assume it would work with

FW: [struts-community-plugins/struts2-jquery] How often are the issues placed here looked at? (#175)

2019-12-06 Thread Nazario, Oscar
Hi, Can you please take a look at the issue I posted on github and let me know how to solve this problem, so we can upgrade from 3.7.1 to 4.0.3. Thanks, Oscar From: Nazario, Oscar Sent: Friday, December 6, 2019 6:50 AM To: struts-community-plugins/struts2-jquery ; struts-community-plugins/strut

Re: FW: Struts2 - Open page in same tab

2017-08-14 Thread Yasser Zamani
nt.regSubmitForm.method ="POST"; > document.regSubmitForm.action = url; > document.regSubmitForm.submit(); > } > > -----Original Message- > From: Yasser Zamani [mailto:yasser.zam...@live.com] > Sent: Saturday, August 12, 2017 12:12 AM > T

Re: FW: Struts2 - Open page in same tab

2017-08-12 Thread Yasser Zamani
Hello, Sorry for late answer. I thought dev mailing list also receives user mails but now I subscribed to user mailing list and I have your mails on my radar hereafter. Although this is not a Struts issue, I reviewed your jsp and I think if your submitEPay function works and opens a popup wind

Re: FW: Apache Struts Upgrade to version 2.3.31

2016-12-21 Thread Lukasz Lenart
Hi, It looks like you want to upgrade from Struts 1 to Struts 2 which are two totally different beasts. In such case replacing JARs won't work, you must rewrite the web layer part. Read these http://struts.apache.org/docs/migration-guide.html#MigrationGuide-Struts1toStruts2 http://stackoverflow.c

Fw: help urgent needs

2012-11-21 Thread Gaurav Tripathi
- Forwarded Message - From: Gaurav Tripathi To: "user@struts.apache.org" Sent: Wednesday, 21 November 2012 3:51 PM Subject: Fw: help dear sir, i am a new java beginners and try to use the datetime picker not find the time value to store in a proper format . if we use

Re: FW: Cannot find bean: “list” in any scope

2012-03-17 Thread Dave Newton
I'm not sure I understand how taking out of scope would help; not knowing anything about the bean in question, it's impossible to help--but on the Struts side of things, it looks like it's working when it's in scope. Dave On Sat, Mar 17, 2012 at 6:19 PM, Oussama Jlassi wrote: > > > i supposei w

FW: Cannot find bean: “list” in any scope

2012-03-17 Thread Oussama Jlassi
i supposei work with the setter getter because when i commented it and use request.setAttribute and i get the message Etat HTTP 500 -type Rapport d'exceptionmessagedescription Le serveur a rencontré une erreur interne () qui l'a empêché de satisfaire la requête.exceptionjavax.servlet.Servlet

FW: cant list data with hibernate struts

2012-03-15 Thread Oussama Jlassi
when i send my question it become disorganized and how to solve error > Date: Thu, 15 Mar 2012 14:02:35 -0400 > Subject: Re: FW: cant list data with hibernate struts > From: davelnew...@gmail.com > To: user@struts.apache.org > > Not sure; can't really read your post.

Re: FW: cant list data with hibernate struts

2012-03-15 Thread Dave Newton
Not sure; can't really read your post. It looks like there's a parsing error on the config. On Thu, Mar 15, 2012 at 1:48 PM, Oussama Jlassi wrote: > > all exist and in default package > > > Date: Wed, 14 Mar 2012 19:55:15 -0400 > > Subject: Re: cant list data with hibernate struts > > From: dave

FW: cant list data with hibernate struts

2012-03-15 Thread Oussama Jlassi
all exist and in default package > Date: Wed, 14 Mar 2012 19:55:15 -0400 > Subject: Re: cant list data with hibernate struts > From: davelnew...@gmail.com > To: user@struts.apache.org > > Do all those classes in your config exist? Are they really all in the > default package? > > Dave > > On W

FW: logis:iterate tag problem

2012-03-14 Thread Oussama Jlassi
Alejandro then when i make page for failure action so i can display data i dont think it can solve the problem > Date: Wed, 14 Mar 2012 16:57:34 +0100 > Subject: Re: FW: logis:iterate tag problem > From: apar...@gmail.com > To: user@struts.apache.org > > Sorry, I mean at tha

Re: FW: logis:iterate tag problem

2012-03-14 Thread Alejandro
Sorry, I mean at that action throws an exception and then because you don't forward a error page, always is success, then the bean list is never filled in. 2012/3/13 Alejandro > Do you know if that throws an exception? > > > 2012/3/13 Oussama Jlassi > >> >> i have the same message >> > >> > T

Re: FW: logis:iterate tag problem

2012-03-13 Thread Alejandro
Do you know if that throws an exception? 2012/3/13 Oussama Jlassi > > i have the same message > > > > Try with: request.getSession().setAttribute("list",list); > > > > 2012/3/13 Dave Newton > > > > > I couldn't even read it. > > > > > > On Tue, Mar 13, 2012 at 3:35 PM, Oussama Jlassi > wrote

FW: logis:iterate tag problem

2012-03-13 Thread Oussama Jlassi
i have the same message > > Try with: request.getSession().setAttribute("list",list); > > 2012/3/13 Dave Newton > > > I couldn't even read it. > > > > On Tue, Mar 13, 2012 at 3:35 PM, Oussama Jlassi wrote: > > > > > > > > no suggestion until now > > > > > > From: oussa...@live.fr > > > To:

Re: FW: logis:iterate tag problem

2012-03-13 Thread Alejandro
Try with: request.getSession().setAttribute("list",list); 2012/3/13 Dave Newton > I couldn't even read it. > > On Tue, Mar 13, 2012 at 3:35 PM, Oussama Jlassi wrote: > > > > > no suggestion until now > > > > From: oussa...@live.fr > > To: user@struts.apache.org > > Subject: logis:iterate tag

Re: FW: logis:iterate tag problem

2012-03-13 Thread Dave Newton
I couldn't even read it. On Tue, Mar 13, 2012 at 3:35 PM, Oussama Jlassi wrote: > > no suggestion until now > > From: oussa...@live.fr > To: user@struts.apache.org > Subject: logis:iterate tag problem > Date: Mon, 12 Mar 2012 22:38:42 +0100 > > > > > > > > i use struts1.3 hibernate4 and tomcat6h

FW: logis:iterate tag problem

2012-03-13 Thread Oussama Jlassi
no suggestion until now From: oussa...@live.fr To: user@struts.apache.org Subject: logis:iterate tag problem Date: Mon, 12 Mar 2012 22:38:42 +0100 i use struts1.3 hibernate4 and tomcat6how to get iterate worki want to list a table test with hibernate and struts but when i run localhost:80

Fw: RE: struts tags: How to use a list inside another list

2011-06-14 Thread Alexandru
--- On Tue, 6/14/11, Alexandru wrote: From: Alexandru Subject: RE: struts tags: How to use a list inside another list To: "Martin Gainty" Date: Tuesday, June 14, 2011, 9:15 AM So it is possible to send a list with another list ( 2d list) to a servlet? My sources follows:                

RE: RE: FW: Iterator: field errors.

2010-12-25 Thread Satheesh Kannan A B
nan A B -Original Message- From: Dave Newton [mailto:davelnew...@gmail.com] Sent: Saturday, December 25, 2010 5:45 AM To: Struts Users Mailing List Subject: Re: RE: FW: Iterator: field errors. Did you /try/ using index notation? If you have no way of referring to a specific element I&

Re: RE: FW: Iterator: field errors.

2010-12-24 Thread Dave Newton
; Hi, >> >> Can u please give an example for below of my code >> >> Thanks and Regards, >> >> Satheesh Kannan A B >> >> >> >> -Original Message- >> From: Dave Newton [mailto:davelnew...@gmail.com] >> Sent: Friday, Decem

Re: RE: FW: Iterator: field errors.

2010-12-24 Thread Dave Newton
.@gmail.com] > Sent: Friday, December 24, 2010 11:25 PM > To: Struts Users Mailing List > Subject: Re: FW: Iterator: field errors. > > You can if they're indexed, no? > On Dec 24, 2010 12:53 PM, "Satheesh Kannan A B" > wrote: >> Hi, >> >> Still n

RE: FW: Iterator: field errors.

2010-12-24 Thread Satheesh Kannan A B
Hi, Can u please give an example for below of my code Thanks and Regards, Satheesh Kannan A B -Original Message- From: Dave Newton [mailto:davelnew...@gmail.com] Sent: Friday, December 24, 2010 11:25 PM To: Struts Users Mailing List Subject: Re: FW: Iterator: field errors. You can

Re: FW: Iterator: field errors.

2010-12-24 Thread Dave Newton
You can if they're indexed, no? On Dec 24, 2010 12:53 PM, "Satheesh Kannan A B" wrote: > Hi, > > Still now I didn’t get any solution for this. I think in struts 2.* server side validation is not good as struts 1.*. > Since i cant display exact fielderror message for a field in a iterator and also

FW: Iterator: field errors.

2010-12-24 Thread Satheesh Kannan A B
Hi, Still now I didn’t get any solution for this. I think in struts 2.* server side validation is not good as struts 1.*. Since i cant display exact fielderror message for a field in a iterator and also once I submit I cant get the list object again.( list object ill get from data layer, its no

Re: FW: Type conversion for Date in es_CL Locale

2010-03-10 Thread Sundar Sankar
More info on this! Looks like just for locale es_CL. OGNL is trying to find setXXX(String) and for locale en_US and es etc, it does figure out the setXXX(Date) Not sure why this is happening. Should i create a jira for this? Is there a work around that I may use.. Any info on this is appreciated A

FW: Struts 2, Log4J and turning off WARNING messages

2010-03-05 Thread Raghuveer
1. Place log4j.properties in WEB-INF\classes 2. Set log4j.logger.org.apache.struts2=warn, struts in log4j.properties. Raghuveer -Original Message- From: carl ballantyne [mailto:carl.ballant...@cast-info.es] Sent: Wednesday, March 03, 2010 6:25 PM To: Struts Users Mailing List Subject:

FW: More fields to take off for EWS Account

2009-10-19 Thread Baka,David
Ok I will see if I get any replies From: Baka,David Sent: Monday, October 19, 2009 10:36 AM To: RMS Development Subject: More fields to take off for EWS Account Shuja just told me this morning that there were still too many fields because the IC under account are also added into the contru

RE: FW: ConfigurationManager instance or how to reload configuration

2009-09-17 Thread Lee Clemens
Perfect...could the Docs be updated? Or is that a JIRA reportable issue? -Original Message- From: Musachy Barroso [mailto:musa...@gmail.com] Sent: Friday, September 18, 2009 12:59 AM To: Struts Users Mailing List Subject: Re: FW: ConfigurationManager instance or how to reload

Re: FW: ConfigurationManager instance or how to reload configuration

2009-09-17 Thread Musachy Barroso
Dispatcher.getInstance().getConfigurationManager().reload(); On Thu, Sep 17, 2009 at 10:12 PM, Lee Clemens wrote: > Hello, > > xwork2 does not seem to contain a static method for > ConfigurationManager.destroyConfiguration(), which > http://struts.apache.org/2.0.14/docs/how-can-we-force-the-acti

FW: ConfigurationManager instance or how to reload configuration

2009-09-17 Thread Lee Clemens
Hello, xwork2 does not seem to contain a static method for ConfigurationManager.destroyConfiguration(), which http://struts.apache.org/2.0.14/docs/how-can-we-force-the-action-mappings-st rutsxml-to-reload.html claims it does. Is there a way to obtain an instance of the ConfigurationManager class

Fw: Struts2 dynamic tree error -- able to solve this issue

2009-06-19 Thread Bala . T . Ramanadham
Hi All, Write some html page to call action for tree - home.html One moment please. Include Struts and Extended dojo tag libraries in your web-inf/lib folder Below is the JSP page that will execute upon success of treesupport.action,

Fw: Struts2 Error

2009-06-18 Thread Bala . T . Ramanadham
Hi, Can anybody help me with the error below 6/18/09 13:07:47:968 PDT] 001d runtime E Expression stack.findValue(parameters.nodeTitleProperty) is undefined on line 23, column 48 in template/ajax/treenode-include.ftl. The problematic instruction: -- ==> ${stack.findValue(parame

Re: Fw: Re: Sturts-Tiles Performance

2009-01-20 Thread Chris Pratt
What issue is that? So far the only thing I've seen in your posts is that you somehow feel that your application is slower than you would like. How is it too slow? What is it exactly that you are doing that is too slow? What have you done to narrow down the exact cause of the slowness so that we

Fw: Re: Sturts-Tiles Performance

2009-01-20 Thread Muhammad Owais
Hello,   Is there any solution to my problem? Can not somebody help me to resolve my issue? I will highly appriciate it. With regards   Muhammad Owais Bilal Awan, +966-56-5823-940 --- On Mon, 1/19/09, Muhammad Owais wrote: From: Muhammad Owais Subject: Re: Sturts-Tiles Performance To: "St

Re: FW: Re : datetimepicker ....unable to get it working :(

2009-01-13 Thread dusty
__ > It's the same HotmailR. If by "same" you mean up to 70% faster. > http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_broad1_1 > 22008 > > > ---

FW: Re : datetimepicker ....unable to get it working :(

2009-01-13 Thread Richa Pandharikar
Has anyone got the datetimepicker working with Tiles? - Richa -Original Message- From: Richa Pandharikar [mailto:richa.pandhari...@tdktech.com] Sent: Tuesday, December 30, 2008 4:04 PM To: 'Struts Users Mailing List' Subject: RE: Re : datetimepicker unable to get it working :( I am

Re: FW: Migratring to struts 1.2.7 from struts1.0b

2008-11-30 Thread Paul Benedict
I don't think you should modify the Action. That's going give you headaches as you continue to upgrade. A better approach is to subclass the Controller and make the change you need. Paul On Wed, Nov 26, 2008 at 3:37 AM, Rajil <[EMAIL PROTECTED]> wrote: > Hi; > > I solved the problem. > > It's bec

FW: Migratring to struts 1.2.7 from struts1.0b

2008-11-26 Thread Rajil
Hi; I solved the problem. It's because of struts1.2.7 doesn't have perform method. And the action class returns with null when it doesn't find execute method in it's inherited class. I have modified struts action class to call perform method instead of execute method. Mr. Paul, Is this right a

FW: using GET urls and parameters

2008-10-21 Thread Nick Maunder | Oathouse
Please excuse my stupidity I was separating parameters from url with "&" instead of ? duh!! Time for the pub Nick -Original Message- From: Nick Maunder | Oathouse [mailto:[EMAIL PROTECTED] Sent: 21 October 2008 17:18 To: 'Struts Users Mailing List' Subject: using GET urls and parameters

Re: FW: Add Application specific configurations

2008-08-24 Thread Gabriel Belingueres
Seems to me you could do it with a custom written interceptor. 2008/8/24 Ramez Hassan <[EMAIL PROTECTED]>: > > > > I want to reconfigure the Application per session. And a base configuration > at the application start. > Sorry for posting a vague issue like that, but let me clarify what's the > sc

FW: Add Application specific configurations

2008-08-24 Thread Ramez Hassan
I want to reconfigure the Application per session. And a base configuration at the application start. Sorry for posting a vague issue like that, but let me clarify what's the scope I need to define web pages and forms data in xml files that will be displayed to user by xml configuration files.

Fw: RE: ActionSupport.input()-- what's it for?

2008-07-16 Thread Dave Newton
Oops, meant to send this to the list. > --- On Wed, 7/16/08, Brad A Cupit wrote: > So, before annotation-based configuration, you'd setup > action chaining to have it go from the input() method > to the execute() method? No, you'd go to form display via input(), and submit to execute(). Concept

FW: get the Locale from Action[S2]

2008-03-05 Thread Raghuveer
>From browser settings request.getLocale() request.getAttribute("org.apache.struts.action.LOCALE") request.getSession().getAttribute(Globals.LOCALE_KEY) -Original Message- From: slideharmony [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2008 2:45 PM To: user@struts.apache.org Sub

Re: Fw: Struts1 forms with empty Strings

2008-03-01 Thread Dave Newton
--- Martin Gainty <[EMAIL PROTECTED]> wrote: > Tim and Dave > /what about creating your own WhateverFormBean and setting all attribs to > null as default instead of empty string e.g. > WhateverFormBean extends FormBeanConfig { > /** > * An example String property. > */ > //change >

Fw: Struts1 forms with empty Strings

2008-03-01 Thread Martin Gainty
Tim and Dave /what about creating your own WhateverFormBean and setting all attribs to null as default instead of empty string e.g. WhateverFormBean extends FormBeanConfig { /** * An example String property. */ //change private String example = ""; //to private String example=

FW: Struts 2.1.1-SNAPSHOT upgrade

2008-01-28 Thread Sanjeev Vijapurapu
I have upgraded from Struts 2.0.7 to 2.1.1-SNAPSHOT and my current working app doesn't work any more. Thru el mapping for my struts filters are "/*". 1. The welcome page is not being picked up from welcome file list as struts was acting on it and trying to find an action named "." in namesp

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

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 m

FW: SEVERE: Error filterStart

2008-01-02 Thread Xibin Liu
BTW, struts 2.0.9 is used. -Original Message- From: Xibin Liu Sent: Wednesday, January 02, 2008 2:05 PM To: 'Struts Users Mailing List' Subject: RE: SEVERE: Error filterStart Does not work (in struts.xml): But works if the package in map.xml is copy to struts.xml:

Re: Fw: different tiles definition files for packages

2007-12-12 Thread Dave Newton
This is already available in S2 and does not address the question as asked. d. --- Martin Gainty <[EMAIL PROTECTED]> wrote: > if you use matt's patched webwork-2.2.2.jar > http://raibledesigns.com/rd/entry/how_to_use_tiles_with > > M-- > > - Original Message - > From: "Christopher Che

Fw: different tiles definition files for packages

2007-12-12 Thread Martin Gainty
if you use matt's patched webwork-2.2.2.jar http://raibledesigns.com/rd/entry/how_to_use_tiles_with M-- - Original Message - From: "Christopher Cheng" <[EMAIL PROTECTED]> To: Sent: Wednesday, December 12, 2007 3:07 AM Subject: different tiles definition files for packages > Could I ha

Re: FW: Tiles (Struts 1.3) standalone not working

2007-11-30 Thread Antonio Petrelli
2007/11/30, Todd Prickett <[EMAIL PROTECTED]>: > I'm trying to implement Tiles ( from Struts 1.3 ) into a web that is NOT > using Struts. >... > Can anyone please point me in the correct direction? Yes, Tiles 2: http://tiles.apache.org/ Ciao Antonio -

FW: Tiles (Struts 1.3) standalone not working

2007-11-30 Thread Todd Prickett
Hi all, I'm trying to implement Tiles ( from Struts 1.3 ) into a web that is NOT using Struts. I've found and followed instruction on doing this and the docs I've found don't seem to work. The latest docs I've been able to find to do this, BTW, are for 1.1. The problem I'm having is tha

Fw: [S2] ArrayList of Object as datasource in JasperReports

2007-11-08 Thread Martin Gainty
can we see your copy of apps/reports/templates/hr004.jrxml M-- - Original Message - From: "carmi_cd" <[EMAIL PROTECTED]> To: Sent: Thursday, November 08, 2007 8:31 PM Subject: Re: [S2] ArrayList of Object as datasource in JasperReports > > here is the complete struts.xml > > exten

FW: struts2 + jaas on jboss...

2007-11-07 Thread Filippov, Andrey
-Original Message- From: Filippov, Andrey Sent: Wednesday, November 07, 2007 6:17 PM To: Struts Users Mailing List Subject: RE: struts2 + jaas on jboss... Hi Martin! Thanx for Your answer! Here is my SessionLogin.java file: -

FW: Why does update action fire on load

2007-10-22 Thread abdul jabbar zul jami
I have not yet solved the problem. There is no img tag with an empty src .Pls help. regards Zul Jami From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE: Why does update action fire on loadDate: Tue, 16 Oct 2007 04:42:27 + Thanks for the reply.I added the update method only now.But when I l

Re: Fw: Date problem

2007-08-18 Thread Oleg Mikheev
vamsi wrote: But it is saying Paramtert interceptor unable to convert the java.lang.String to Date and giving an Illegalargumentexception any information why it is saying like that You have to make sure the value entered is in correct format. It should be in format that is outputt

Re: Fw: Date problem

2007-08-17 Thread vamsi
gt; To: "Struts Users Mailing List" Sent: Friday, August 17, 2007 2:09 AM Subject: Re: Fw: Date problem vamsi wrote: I have some problem with date conversion. Is struts automatically converts String in to date format? if the answer is YES How to do that http://strut

Re: Fw: Date problem

2007-08-16 Thread Oleg Mikheev
vamsi wrote: I have some problem with date conversion. Is struts automatically converts String in to date format? if the answer is YES How to do that http://struts.apache.org/2.x/docs/type-conversion.html XWork will automatically handle the most common type conversion for you.

Fw: Date problem

2007-08-16 Thread vamsi
Hi all, I have some problem with date conversion. Is struts automatically converts String in to date format? if the answer is YES How to do that regards Vamsi Krishna

Fw: Struts 2 and Container Managed Security

2007-08-14 Thread Mangalaganesh Balasubramanian
hi, I am a newbie in Struts 2. Here is what i want to achieve: I want to secure my web application using Container Managed Security. I secure all the URLs by placing a security constraint and map the relevant users/groups in my web.xml. Our security requirements are straight forward and we don'

Re: FW: layout Struts 2

2007-08-03 Thread Laurie Harper
This is rather vague. For building up page layouts, take a look at Tiles. For doing Ajax-y stuff, take a look at the ajax theme and supporting S2 tags. Specifically for the use case you describe below, take a look at s:a and s:div (I think). L. Manuel Correa wrote: I want to have one div in

FW: layout Struts 2

2007-08-02 Thread Manuel Correa
I want to have one div in the left and when some click in some link refresh the div in the right, with Ajax. Manuel -Original Message- From: Manuel Correa [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 1:51 PM To: user@struts.apache.org Subject: layout Struts 2 Some Knows h

FW: equal symbol expected error

2007-07-27 Thread Himanshu Ranavat
Hey I also tried using the '[0]' operator but amazingly it doesn't wrk. This is my code:

FW: using jstl sql tags for displaying date from database

2007-06-05 Thread Ambaris Mohanty
_ From: Ambaris Mohanty [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 05, 2007 3:16 PM To: 'user@struts.apache.org' Subject: using jstl sql tags for displaying date from database Hi all, In my web application I want to put current date into the header segment of each page. And

Re: Fw: how to test the 1st and last iteration ?

2007-05-02 Thread piloupy GOTTAPIL
Sorry guys, I don't know why the mailer tells me that my mail is spam... I've answered 3 times to give the solution using the JSTL Core, but the mailer blocked them. I think it's because of the code that I put. --- This is an automatically generated Delivery Status Notification Delivery to the

Fw: how to test the 1st and last iteration ?

2007-04-27 Thread Martin Gainty
Tim for 2.x use the ww:iterator ww:if test="#foo=bar" http://struts.apache.org/2.x/docs/iteration-tags.html M-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received

Re: FW: Tiles refresh

2007-04-18 Thread Antonio Petrelli
2007/4/17, Hehl, Thomas <[EMAIL PROTECTED]>: When the user clicks a button, I change the value in C, but sometimes I want to refresh B as well since it needs to re-run code to pick up the current state. I can't figure out how to do this for the specific screens of C that I want. Does anyone have

FW: Tiles refresh

2007-04-17 Thread Hehl, Thomas
_ From: Hehl, Thomas Sent: Tuesday, April 17, 2007 4:00 PM To: '[EMAIL PROTECTED]' Subject: Tiles refresh I have a tile screen that is set up roughly thus: A B C When the user clicks a button, I change the value in C, but sometimes I want to refres

Re: Fw: FileUpload problem

2007-02-22 Thread Laurie Harper
rlier?? Please help. thanks & regards Nagraj. - Original Message - From: Nagraj Rao To: Struts Users Mailing List Sent: Wednesday, February 21, 2007 5:06 PM Subject: Fw: FileUpload problem Also i think i'm using the right set of dependencies commons-io-1.3.1 commons-

Fw: FileUpload problem

2007-02-22 Thread Nagraj Rao
Has anybody faced this problem for multiple file-uploading earlier?? Please help. thanks & regards Nagraj. - Original Message - From: Nagraj Rao To: Struts Users Mailing List Sent: Wednesday, February 21, 2007 5:06 PM Subject: Fw: FileUpload problem Also i think i'm

Fw: FileUpload problem

2007-02-21 Thread Nagraj Rao
Also i think i'm using the right set of dependencies commons-io-1.3.1 commons-collection 3.2 commons-fileupload-1.1.1 - Original Message - From: Nagraj Rao To: Struts Users Mailing List Sent: Wednesday, February 21, 2007 5:04 PM Subject: FileUpload problem Hi I've recently upgraded

FW: Moving from struts-1 to struts-2 or spring mvc

2007-01-10 Thread Asthana, Rahul
Struts-1 as in which version? Why do you want to migrate in the first place? -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 10, 2007 10:55 AM To: Struts Users Mailing List Subject: Moving from struts-1 to struts-2 or spring mvc Hi, we have a pr

FW: Struts1: CHALLENGE "Indexed Properties can not be used with FORMS on REQUEST scope!" TRUE or NOT TRUE?

2006-12-08 Thread Urso Wieske
Hi folks, Unfortunately I have not got any reactions about my statement yet? I really would like to hear some views on this matter. Kind Regards Urso Wieske -Oorspronkelijk bericht- Van: Urso Wieske Verzonden: donderdag 7 december 2006 14:11 Aan: 'Struts Users Mailing List' Onderwerp

FW: 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 to populate a table with an ArrayList of Beans. This works beautifully on first view, but subsequent page views and refreshes do n

Fw: [s2] Requirements(O/T as relates to build environment for Struts2)

2006-11-16 Thread Martin Gainty
Hello again- Sorry for bothering you on this but I cant seem to get a clean build from this distro I re-downloaded and decompressed struts-2.0.11-showcase-2.0.1.war struts-2.0.1\apps\struts2-showcase-2.0.1\META-INF\maven\org.apache.struts\struts2-showcase\pom.xml attempted to run pom.xml w

Re: Fw: problem with moving jsp pages under web-inf/ folder

2006-11-09 Thread Christopher Goldman
On Thu, 2006-11-09 at 17:29 -0500, robin bajaj wrote: > Hi there, > Okay, just to fix the blank pag issues in IE, I just went back to square one > and just applied your suggestion of using the following snippet in my jsp , > Now both IE and Firefox show simple contents without applying the > sty

Fw: problem with moving jsp pages under web-inf/ folder

2006-11-09 Thread robin bajaj
Hi there, Okay, just to fix the blank pag issues in IE, I just went back to square one and just applied your suggestion of using the following snippet in my jsp , Now both IE and Firefox show simple contents without applying the stylesheets or javascript effects. type="text/javascript">

RE: FW: focus on first error

] Sent: Tue 12/09/2006 5:43 PM To: Struts Users Mailing List Subject: Re: FW: focus on first error Hello, I was need to manage focus on the first field with error. With your solution, the problem is errors collection is sorted, so your focus will not go to the first field with error in your JSP. So

Re: FW: focus on first error

Hello, I was need to manage focus on the first field with error. With your solution, the problem is errors collection is sorted, so your focus will not go to the first field with error in your JSP. So I extends doErrorExist of TextTag to manage it, like this : protected boolean doErrorsExist() th

FW: focus on first error

maybe we could do something like this in the JSP - the idea is taken from the TextTag.java which knows to use the errorStyleClass when theres an error. ... <%@ page import="java.util.Iterator" %> <%@ page import="org.apache.struts.Globals" %> <%@ page import="org.apache.struts.taglib.TagUtils" %

Re: FW: html:text

Thankyou very much for your responce. From: Laurie Harper <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: Re: FW: html:text Date: Tue, 11 Jul 2006 17:32:55 -0400 > type="org.apache.struts.validator.DynaVali

Re: FW: html:text

="false"/> redirect="false"/> redirect="false"/> JSP: . . .. Validation.xml

Re: Fw: jasper

-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 this list is not for jasper. try this: http://jasperreports.sourceforge.net/documentation.html Abhimanyu Koul wrote: > hi all I asked a question. > Can anyone please help me. its urgent > Regards, > Abhimanyu Koul > FinEng Solutions (P) Ltd. > # +91

Fw: jasper

hi all I asked a question. Can anyone please help me. its urgent Regards, Abhimanyu Koul FinEng Solutions (P) Ltd. # +91 22 66950676 Extn. 212 DISCLAIMER This e-mail and any attachments are confidential and intended solelyfor the addressee and may also be privileged or exempt from disclosure un

Re: FW: html:text

. . Validation.xml test (*this* >= 0) From: Laurie Harper <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: u

Re: FW: html:text

Does the 'Form' form bean have a property 'hrs'? How is it declared? What is the type and base type (parent class) of the form bean? We really need to see the relevant parts of your struts-config.xml (form bean declaration and action mappings) to tell what's happening. L. fea jabi wrote: can

FW: html:text

can somene help me with this please? how to do validation in validator.xml test (*this* >= 0) Where hrs is the attribute in the row object of the ta

Re: FW: StrutsTestCase & Hibernate

I think unit tests on everything are always a good idea - the problem comes if you start making them 'more' than just unit tests. Ideally you should be able to unit test action classes quickly with mock objects or stubs for both the business tier below and the MVC controller tier above. Stru

Re: FW: StrutsTestCase & Hibernate

Hi If you are thinking of unit tests for action i do not think it is great idea. For me actions should be as dumb as possible and just delegate business processing to another layer. 2006/5/5, Stasica, Grzegorz <[EMAIL PROTECTED]>: hi, Basically I'm interested in testing struts actions (forw

FW: StrutsTestCase & Hibernate

hi, Basically I'm interested in testing struts actions (forwards, messages etc). Most of the actions perform some actions on my database which I'd like to speed up. My idea is to isolate database tests from struts action test. There is only one way to achieve it which I see at the moment (mock ob

RE: FW: mapping.getInput()

arek Nabil Subject: Re: FW: mapping.getInput() Used return mapping.getInputForward(); with no change in the result. Tarek Nabil <[EMAIL PROTECTED]> wrote: Not that it has anything to do with your problem, but why are you doing it this way? Why don't you do

Re: FW: mapping.getInput()

I am using org.apache.struts.validator.DynaValidatorForm to define the form bean in struts-config.xml file. Pat Slater <[EMAIL PROTECTED]> wrote: Used return mapping.getInputForward(); with no change in the result. Tarek Nabil wrote: Not that it has anything to do with your problem, but wh

Re: FW: mapping.getInput()

Used return mapping.getInputForward(); with no change in the result. Tarek Nabil <[EMAIL PROTECTED]> wrote: Not that it has anything to do with your problem, but why are you doing it this way? Why don't you do return mapping.getInputForward(); -Original Message- From: Pat Slater [mailt

FW: mapping.getInput()

Not that it has anything to do with your problem, but why are you doing it this way? Why don't you do return mapping.getInputForward(); -Original Message- From: Pat Slater [mailto:[EMAIL PROTECTED] Sent: Sunday, April 30, 2006 7:22 PM To: user@struts.apache.org Subject: mapping.getInput

Re: FW: Session Id for the HTTP Session in Struts application

Raghuveer wrote: > In my web application when accessing few pages i need to get session id. > I need to store this session id in Database during the user navigation as > per my requirement. > For my stored procedures i need to send this session id as IN parameter. > > What is the best way to handl

FW: validator framework - With Nested tags

-Original Message- From: Raghuveer [mailto:[EMAIL PROTECTED] Sent: Monday, May 01, 2006 12:45 PM To: 'Struts Users Mailing List' Subject: validator framework - With Nested tags Is it possiable to validate my form which is generated by Nested tags. Example: I have 10 records(beans) in

  1   2   3   >