Re: Trying to migrate to 2.5.2

2016-09-19 Thread Bruno Wintenberger
This make me think about the "struts.mapper.alwaysSelectFullNamespace" property. Take a look at this stackoverflow entry : http://stackoverflow.com/questions/8424215/struts-2-mapped-actions-working-with-any-url 2016-09-19 10:35 GMT+02:00 Lukasz Lenart : > 2016-09-19 9:59 GMT+02:00 Tamás Barta : >

Re: printing mathematical special characters

2015-07-30 Thread Bruno Wintenberger
Hello Yaragalla, you should now that disabling the default escaping can lead to serious security issues (mainly XSS : https://www.owasp.org/index.php/Cross-site_Scripting_%28XSS%29). 2015-07-30 10:49 GMT+02:00 Yaragalla Muralidhar : > Ok Christoph. Thanks for your response. I found that struts is

Re: com/opensymphony/xwork2/util/finder

2014-12-11 Thread Bruno Klava
.asm (in newer versions). If this is your case, you have to exclude the transitive dependencies as I mentioned above. See: http://mvnrepository.com/artifact/asm/asm http://mvnrepository.com/artifact/org.ow2.asm/asm Cheers, Bruno

Re: NPE in ActionSupport.getText() from servlet

2014-05-06 Thread Bruno Klava
Answering my own question: LocalizedTextUtil.findDefaultText(messageKey, Locale.getDefault()) On Tue, May 6, 2014 at 1:30 PM, Bruno Klava wrote: > Hi, > > in order to load a message from a *.properties file from a servlet, I used > to do: > > new ActionSupport().getText(m

NPE in ActionSupport.getText() from servlet

2014-05-06 Thread Bruno Klava
there a new way (or even an old one :) to get messages from a servlet context? Thanks in advance, Bruno

Re: Possible bug in URL validator

2013-09-11 Thread Bruno Klava
https://issues.apache.org/jira/browse/WW-4198 On Tue, Sep 10, 2013 at 5:09 AM, Lukasz Lenart wrote: > 2013/9/5 Bruno Klava : > > Hi folks, > > > > in Struts 2.3.15 the form-close-validate.ftl template was updated to use > > the regex field, bu

Possible bug in URL validator

2013-09-05 Thread Bruno Klava
scenarios. Thanks in advance, Bruno

Re: Possible client side validation bug in Struts 2.3.15

2013-07-11 Thread Bruno Klava
Issue created: https://issues.apache.org/jira/browse/WW-4139 On Wed, Jul 10, 2013 at 6:18 AM, Lukasz Lenart wrote: > 2013/7/10 Lukasz Lenart : > > 2013/7/5 Bruno Klava : > >> As far as I can tell, this difference is due to changes made > >> in org.apache.struts2.co

Re: Possible client side validation bug in Struts 2.3.15

2013-07-05 Thread Bruno Klava
behaviour obtained when using Struts 2.3.14.3. After switching to Struts 2.3.15, the form 2 validation is not executed at all. As far as I can tell, this difference is due to changes made in org.apache.struts2.components.Form.getValidators(String name) If you need any further info, just ask. Tnx! Bruno

Re: Possible client side validation bug in Struts 2.3.15

2013-07-04 Thread Bruno Klava
Hi Maurizio, is was generating a minimal example but could not reproduce the bug in it. It must be something else, maybe a customized template/component. tnx anyway ;) Bruno On Wed, Jul 3, 2013 at 4:20 PM, Maurizio Cucchiara wrote: > Hi Bruno, > could you provide a code sample? >

Possible client side validation bug in Struts 2.3.15

2013-07-03 Thread Bruno Klava
Hi folks, after upgrading Struts from 2.3.14.3 to 2.3.15 my client side form validation stopped working. More specifically, the code to validate requiredstring is not being generated in the validateForm_xx() functions. Is anybody having the same issue? Tnx in advance, Bruno

Struts 2.3.14.3 seems to drop ".action" from the generated form action

2013-06-24 Thread Litman, Bruno
related to S2-015 and the wildcard action matching. Any help would be greatly appreciated. Bruno Litman

RE: s:action tag showing result

2013-06-21 Thread Litman, Bruno
pplication) This is extremely confusing. Is FreeMarker caching files independently of the application? Is the app container interfering with caching? (We are using Resin 4.0.36) Any help would be greatly appreciated Thank you in advance Bruno Litman -Original Message- From: Daniel Clemente Iv

Re: Camel Case Package Names

2012-09-08 Thread Bruno Borges
wrote: > > > This doesn't seem to be Struts-related at all. > > > > In any case, as Bruno says, of course camelCase package names are > > *allowed*. > > > > If the classes exist as files on the filesystem, and you're using a > > degenerate OS that

Re: Camel Case Package Names

2012-09-08 Thread Bruno Borges
>From what I recall, they are allowed. It's just that under Windows, the mess occurs... unless you are not running Windows, then I have no idea why is that happening On Sep 8, 2012 9:03 AM, "Martin Gainty" wrote: > > Landing in NY with 6 hours before my next flight out i decided to finish > off c

Returning additional data to the AutocompleterTag

2012-02-03 Thread Bruno Klava
o get this additional data, but I'd like to do this in a single request (so I don't have to store anything in the session). Does anyone knows if this is possible? Thanks in advance, Bruno - To unsubscribe, e

Re: object set in session in interceptor not available to JSP for first launch.

2011-11-16 Thread Bruno Klava
How about setting your object in session before the action invocation, i.e, before actionInvocation.invoke()? Bruno On Wed, Nov 16, 2011 at 4:09 PM, Jyothrilinga Rao wrote: > Hi, > > I have the following configuration snippet in my struts.xml: > > >

AUTO : Gilles Bruno est absent(e)

2011-09-19 Thread Gilles Bruno
Je suis absent(e) entre Lun 19/09/2011 et Ven 23/09/2011. Remarque : ceci est une réponse automatique à votre message "Re: struts2 properties file reload on modification" envoyé le 19/9/11 7:15:56. C'est la seule notification que vous recevrez pendant l'absence de cette personne. _

Problems with JSONWriter loading classes from Class.forName

2011-07-19 Thread Bruno Borges
m because that's the one that have the project's class that will be exported to JSON. I've tracked this class until trunk and haven't seen any difference about how it loads CGLib classes. Shouldn't JSON use the Thread's contextClassLoader, which is a bottom classloader? Thanks, *Bruno Borges* www.brunoborges.com.br +55 21 76727099

Autocompleter allows more characters than maxlength value.

2011-02-04 Thread Bruno
Hey guys. I'm using a auto completer as described down below: I've set a maxlength, but it still allows the user to input more than 32 characters. Appreciate any help you can give. Thanks -- Bruno Morelli Vargas Mail: brun...@gmail.com Msn: brun...@hotmail.com Icq: 16505

Integer object validation not working

2010-04-09 Thread Bruno
;ve tried to make it work Attempt 1 You must inform a port Attempt 2 You must enter a a port Attempt 3 dbServer.port != null && !dbServer.port.toString().equals("") You must enter a port -- Bruno Morelli Vargas Mail: brun...@gmail.com Msn: brun...@hotmail.com Icq: 165055101 Skype: morellibmv

Re: Chain Result with parameters.

2010-04-05 Thread Bruno
serId} > * > > The ${userId} syntax will call getUserId on your action and pass parameter. > I didn't try this but i hope it'll run successfully. > > I hope, this will help to you, > > Okan Özeren. > > On Sun, Apr 4, 2010 at 10:57 PM, Bruno wrote: > >

Chain Result with parameters.

2010-04-04 Thread Bruno
ks! /Server_main /jsp/fileServer-edit.jsp FileSource_main / true ${fileServer.oid} -- Bruno Morelli Vargas Mail: brun...@gmail.com Msn: brun...@hotmail.com Icq: 165055101 Skype: morellibmv

Re: CRUD with a OneToMany association under Struts 2 / Hibernate 3

2010-04-01 Thread bruno grandjean
lucky ;-) bruno -- From: "adam pinder" Sent: Thursday, April 01, 2010 6:19 PM To: Subject: RE: CRUD with a OneToMany association under Struts 2 / Hibernate 3 so it looks like your issue is more to do with the child values not bei

RE: CRUD with a OneToMany association under Struts 2 / Hibernate 3

2010-04-01 Thread bruno grandjean
> >> > >> this will output param name/value pairs being posted from your page. > >> > >> > >> > >> > >>> From: brgrandj...@live.fr > >>> To: user@struts.apache.org > >>&

RE: CRUD with a OneToMany association under Struts 2 / Hibernate 3

2010-04-01 Thread bruno grandjean
t; > >> this will output param name/value pairs being posted from your page. > >> > >> > >> > >> > >>> From: brgrandj...@live.fr > >>> To: user@struts.apache.org > >>> Subject: RE

RE: CRUD with a OneToMany association under Struts 2 / Hibernate 3

2010-04-01 Thread bruno grandjean
> > > > > Dear Adam, > > > > > > > > I just added a public Child getValues(int idx) in the Parent class > > definition but it is never called. > > > > > > > > Could u explain to me where and how can I turn on the parameterinter

RE: CRUD with a OneToMany association under Struts 2 / Hibernate 3

2010-04-01 Thread bruno grandjean
public Child getValues(int idx) in the Parent class > > definition but it is never called. > > > > > > > > Could u explain to me where and how can I turn on the parameterinterceptor > > logging? In the struts.xml file? > > > > > > > >

RE: CRUD with a OneToMany association under Struts 2 / Hibernate 3

2010-04-01 Thread bruno grandjean
Dear Adam, I just added a public Child getValues(int idx) in the Parent class definition but it is never called. Could u explain to me where and how can I turn on the parameterinterceptor logging? In the struts.xml file? thks a lot bruno > From: apin...@hotmail.co.uk &

RE: CRUD with a OneToMany association under Struts 2 / Hibernate 3

2010-04-01 Thread bruno grandjean
values[0].id > values[0].name > values[1].id > values[2].name > ... > > for the parameters interceptor to work properly when applying the posted > values. > > See here for more details: > http://struts.apache.org/2.1.8/docs/tabular-inputs.html > > - René > >

RE: CRUD with a OneToMany association under Struts 2 / Hibernate 3

2010-04-01 Thread bruno grandjean
objects which is abnormal. After running the session.saveOrUpdate(parent) method the hibernate trace is: Hibernate: update PARENT set NAME=? where PARENT_ID=? Hibernate: delete from PARENT_CHILD where PARENT_ID=? So I am little bit lost because I do not know how to keep my Child Set alive.

Re: CRUD with a OneToMany association under Struts 2 / Hibernate 3

2010-03-31 Thread bruno grandjean
correct value. So it is not an issue with Hibernate but with the jsp or ModelDriven interface I don't know..Do you have any idea? Basically I was not able to find a struts or spring documentation about CRUD & association between two entities on the same jsp page. best rega

Re: CRUD with a OneToMany association under Struts 2 / Hibernate 3

2010-03-31 Thread bruno grandjean
ing documentation about CRUD & association between two entities on the same jsp page. best regards bruno -- From: "Rene Gielen" Sent: Wednesday, March 31, 2010 7:12 PM To: "Struts Users Mailing List" Subject: Re: CRUD with

CRUD with a OneToMany association under Struts 2 / Hibernate 3

2010-03-27 Thread bruno grandjean
Hi I am trying to implement a simple CRUD with a OneToMany association under Struts 2 / Hibernate 3. I have two entities Parent and Child: @Entity @Table(name="PARENT") public class Parent { private Long id; private Set values = new HashSet(); .. @Entity @Table(name="CHILD") public class Chi

Problem trying to access page.

2009-08-14 Thread Bruno
ed by: java.lang.ClassCastException: org.springframework.beans.factory.BeanCreationException incompatible with org.springframework.context.ApplicationContext at org.apache.struts2.spring.StrutsSpringObjectFactory.(StrutsSpringObjectFactory.java:76) ... 69 more -- Bruno Morelli Vargas Mail: brun...@gmail.com Msn:

Need to update one single field via Ajax

2009-07-15 Thread Bruno
that I simply don't know how to do it. Any suggestions? Thanks -- Bruno Morelli Vargas Mail: brun...@gmail.com Msn: brun...@hotmail.com Icq: 165055101 Skype: morellibmv

differences btw and

2008-06-16 Thread Bruno Cavestro
Hy Given the two pieces of codes can you explain me how can i get same output? A: This produces correctly the following John Steve B: And this produces [John, [EMAIL PROTECTED], [EMAIL PROTECTED] [Steve, [EMAIL PROTECTED], [EMAIL PROTECTED] given that myList

RE: iterators for input buttons?

2008-06-16 Thread Bruno Cavestro
ntroduce a what should I do? Sincerely Bruno Cavestro -Message d'origine- De : Dave Newton [mailto:[EMAIL PROTECTED] Envoye : lundi 16 juin 2008 15:19 A : Struts Users Mailing List Objet : RE: iterators for input buttons? Oh, I forgot; after S2.0.mumble EL is turned off in the

RE: iterators for input buttons?

2008-06-16 Thread Bruno Cavestro
Hello, in fact even the name event gives some problems. it seems that the TLD does not support variables for name I have a french error message so I don't think it may help -Message d'origine- De : Bruno Cavestro [mailto:[EMAIL PROTECTED] Envoye : lundi 16 juin 2008 14:41

RE: iterators for input buttons?

2008-06-16 Thread Bruno Cavestro
e", not sure if onclick is evaluated. It seems like it wouldn't take much time to just try it. Dave --- On Mon, 6/16/08, Bruno Cavestro <[EMAIL PROTECTED]> wrote: > From: Bruno Cavestro <[EMAIL PROTECTED]> > Subject: iterators for input buttons? > To: "Struts Us

iterators for input buttons?

2008-06-16 Thread Bruno Cavestro
Hello, I want my jsp code to use an iterator. The goal is to get my html page contains some code like the following: ... so .. given the basic iteration: How can I do that? And How can I force each input button to have an Onclick event as

RE: Security issues in Struts

2007-06-14 Thread Bruno Melloni
r IDE). And if you use Struts 1.2.x make sure you use at least version 1.2.9. I don't know of any, but it is quite possible that other security flaws were discovered and fixed in newer releases since I last checked. Bruno -Original Message- From: Prabhakar Natarajan [mailto:[EMAIL PROTEC

RE: Need a recommendation to use struts version

2007-05-11 Thread Bruno Melloni
xpect such productivity right away... 1-3 pages per week are probably reasonable at first. I hope that provides some perspective. bruno -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Friday, May 11, 2007 10:49 AM To: Struts Users Mailing List Cc: Struts Use

RE: Re: Security and information passing

2007-05-09 Thread Bruno Melloni
Also, if you are dealing with credit card numbers, make sure you study up on PCI regulations. There are specific rules about how much of the number you may keep short-term and long-term, what strength of encryption is required, etc. And pretty severe penalties for your company if you fail to foll

RE: Can we *please* havea seperate Struts *2* - User list?

2007-04-11 Thread Bruno Melloni
in a single list is small if it helps Struts 2 win the battle. Bruno -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 10, 2007 7:59 PM To: Struts Users Mailing List Subject: Re: Can we *please* havea seperate Struts *2* - User list? I think th

RE: Configuring struts in IDE

2007-04-02 Thread Bruno Melloni
I think that even in the late versions of Struts 1.x the TLD files were no longer needed in WEB-INF, and were accesible directly from the Struts JARs. And as another poster said, the thought continued in 2.0 so that you need even less. -Original Message- From: [EMAIL PROTECTED] [mailto:[E

RE: IDE for struts-enabled web application

2007-04-02 Thread Bruno Melloni
I too like Netbeans, although I now use Eclipse because my company focuses on using Eclipse and RAD. I am not sure if I'd recommend MyEclipse for Struts. I heard wonderful things about it, but when I checked their website I only saw support for Struts 1.0 and 1.1... not good enough. I'd want at

RE: Offtopic netbeans

2007-02-26 Thread Bruno Melloni
I have not used Netbeans for over a year and my memory of it is starting to fade, but I think the answer is "all". -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Sunday, February 25, 2007 10:38 AM To: Struts Users Mailing List Subject: Offtopic netbeans O/T quer

RE: select - format date

2007-02-20 Thread Bruno Melloni
There probably is a better "struts" way of doing this, but here is one way that gets the job done: - Use a list of string-formatted datetimes. Format the dates before putting them on the list. - For formatting, review the classes java.util.Date, java.util.Calendar, java.text.DateFormat, java.tex

Struts2: New life to IBM RAD?

2007-01-30 Thread Bruno Melloni
build would help us bypass this issue, but too many of our developers rely on the default IDE build, and changing those habits would be very difficult) Is this wishful thinking? Or is it time to look for a replacement IDE? Bruno

RE: Struts/Eclipse remote app build

2007-01-16 Thread Bruno Melloni
You could also consider a continous integration environment: - Code in one machine - Submit changes to a version control system (i.e.: CVS or ClearCase) - Use a Continous Integration tool to do the formal build (i.e.: CruiseControl or Buildforge But I must admit... I'm a bit puzzled with the idea

RE: Newbie Lost in the Apache Jungle

2007-01-10 Thread Bruno Melloni
Yes, I'd avoid portal for now, and if you can avoid it maybe even later. Portals have both advantages and disadvantages - and whether it makes sense for you would be a long discussion, better tackled a year or so from now (after some solid J2EE experience). bruno -Original Message-

RE: Newbie Lost in the Apache Jungle

2007-01-10 Thread Bruno Melloni
ipt yet. Do that in your second version. That should be a good start. It is probably overwhelming, but it is all pretty much needed. Bruno -Original Message- From: Phil_M [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 10, 2007 10:24 AM To: user@struts.apache.org Subject: Newbie

Struts 1.1 security hole?

2007-01-09 Thread Bruno Melloni
vulnerability to a DOS attack. So, the question is: Did the security hole exist? If it did, was it fixed in 1.1 or only in the more recent versions of Struts? Bruno - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Latest Stable build for S2.0.2

2007-01-08 Thread Bruno Melloni
2. But please don't rush. We'd rather get a complete and solid product than a quick buggy one. After all, we are talking about Apache Struts, not Micro$oft. bruno -Original Message- From: Nagraj Rao [mailto:[EMAIL PROTECTED] Sent: Saturday, January 06, 2007 5:57 AM To:

RE: Version Question Pre 2.0

2006-12-22 Thread Bruno Melloni
Struts 1.2.9 is particularly attractive because Spring 2.0 "officially" supports 1.2.9. Of course, every report I've heard is that 1.3.5 and even Struts 2.0.x work well with Spring 2.0, but it's not the "officially supported" version. bruno -Original Message

RE: [OT]Does Exadel Studio Support IBM RAD?

2006-12-21 Thread Bruno Melloni
rt IBM RAD? What about RAD 7.0? The IDE in my PC is going to be upgraded to RAD 7.0 in a few days. Is it possible to use the most recent version of the Exadel as a tool for the Struts framework? Thanks for advice. --Caroline --- Bruno Melloni <[EMAIL PROTECTED]> wrote: > I doubt it.

RE: [OT]Does Exadel Studio Support IBM RAD?

2006-12-21 Thread Bruno Melloni
I doubt it. RAD 6 is based on an old version of Eclipse (I think 3.0), and old versions of Struts and other technologies. It also includes its own attempt at what Exadel does for Struts. Works well if you can live with the limitations, but otherwise... Not so hot. Exadel seems targeted at those

RE: Struts 1.3.5 and Eclipse 3.2

2006-11-15 Thread Bruno Melloni
ope that helps. -- James Mitchell 678.910.8017 On Nov 14, 2006, at 11:21 AM, Bruno Melloni wrote: > I think I am being misunderstood. > > The problem is not related to building a WAR/EAR and running on an > application server. Using the TLDs from the jars nor using the URI >

RE: Struts 1.3.5 and Eclipse 3.2

2006-11-14 Thread Bruno Melloni
n of a simple rebuild. bruno -Original Message- From: Ed Griebel [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 14, 2006 9:54 AM To: Struts Users Mailing List Subject: Re: Struts 1.3.5 and Eclipse 3.2 YOu don't need to (and never should) extract TLD files from jars and put t

RE: Struts 1.3.5 and Eclipse 3.2

2006-11-13 Thread Bruno Melloni
ry this... $ mvn eclipse:eclipse -Dwtpversion=1.0 -- James Mitchell 678.910.8017 On Nov 13, 2006, at 1:11 PM, Bruno Melloni wrote: > I did some testing and came to the conclusions below. I might be > wrong, but I think these are correct: > > - Eclipse 3.2 (plus plug-ins) is not

RE: Struts 1.3.5 and Eclipse 3.2

2006-11-13 Thread Bruno Melloni
- Eclipse 3.2 needs a bug-fix. It should be reading the URI, and not rely on a specific location. Bruno -Original Message- From: robin bajaj [mailto:[EMAIL PROTECTED] Sent: Friday, November 10, 2006 4:12 PM To: Struts Users Mailing List Subject: Re: Struts 1.3.5 and Eclipse 3.2 Or ac

Struts 1.3.5 and Eclipse 3.2

2006-11-10 Thread Bruno Melloni
prefix="logic" %> - Eclipse whines about the tag not being known. I even tried replacing the URI with "http://struts.apache.org/tags-logic";, but no cigar. Any idea what is going on, and how to fix it? Thanks, Bruno

RE: Java exception handling

2006-11-10 Thread Bruno Melloni
Also, if WorkflowException is your own, you might want consider exception chaining. Sun included pretty good support for it since JDK 1.4.2 (http://java.sun.com/j2se/1.4.2/docs/guide/lang/chained-exceptions.html) . -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sen

Struts 2 GA status?

2006-11-03 Thread Bruno Melloni
I am slightly confused about the status of Struts 2. Messages in this list frequently say that Struts 2 is production-ready and very stable, yet the Struts site does not show it as a General Availability release. If a member of the Struts 2 project reads this, could you please clarify? -

RE: [S2] Duty now for the future? (was Re: Question about struts2)

2006-11-02 Thread Bruno Melloni
I can't wait to start using Struts 2.0. The only thing holding me back is Struts 2.0 "default" use of Spring 1.x instead of the current Spring 2.0. I know it is "supposed" to work with Spring 2.0 just fine, but call me paranoid... I'll probably wait until Struts 2.0 uses Spring 2.0 by default.

RE: Rolling back form changes

2006-10-30 Thread Bruno Melloni
ms to perform a similar function. Bruno -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, October 30, 2006 11:38 AM To: Struts Users Mailing List Subject: Rolling back form changes All, I have a multi-page flow and I am using a DynaValidatorForm to stor

RE: Drag-and-drop struts-aware IDE?

2006-10-25 Thread Bruno Melloni
avoid the miriad of problems caused by using .NET and Visual Studio. The "lesser of two evils" and all that. Anyway, the Exadel Studio mentioned by Juan looks promising. It seems to allow drag-and-drop layout while preserving the basic coding model. bruno -Original Message- From: Le

RE: Drag-and-drop struts-aware IDE?

2006-10-20 Thread Bruno Melloni
is available by default which they do not need to include seperately. Bruno Melloni <[EMAIL PROTECTED]> wrote: We are constantly getting pressure to consider .NET development because it is faster than our traditional J2EE/Struts work. After an in-depth comparison of the two, the main adv

Drag-and-drop struts-aware IDE?

2006-10-19 Thread Bruno Melloni
We are constantly getting pressure to consider .NET development because it is faster than our traditional J2EE/Struts work. After an in-depth comparison of the two, the main advantage of .NET in regard to "speed of development" seems to be that you can easily drag and drop a few controls, build an

RE: iterating of collection of HashMapsusing logic:iterate

2006-10-13 Thread Bruno Melloni
I think you need instead of in the inner tag. But please correct me if I'm wrong. -Original Message- From: Puneet Lakhina [mailto:[EMAIL PROTECTED] Sent: Friday, October 13, 2006 1:58 PM To: Struts Users Mailing List Subject: Re: iterating of collection of HashMapsusing logic:iterate

RE: How to pass data from one Action class to another Action class?

2006-10-12 Thread Bruno Melloni
should get you started. Be careful if you put data in the session instead of the request, it can have memory usage implications. bruno -Original Message- From: Niniva Ray [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 5:26 PM To: user@struts.apache.org Subject: How to pas

RE: Using Spring 2.0 - should I use Struts 1.2.9, 1.3.5, or 2.0?

2006-10-05 Thread Bruno Melloni
not 2.0. I hope 2.0.1 will deal with those two issues. So, although I suspect that the answer is yes, I am afraid that the question remains: Are Struts 2.0 and Spring 2.0 compatible? Bruno -Original Message- From: Mark Menard [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 9

Using Spring 2.0 - should I use Struts 1.2.9, 1.3.5, or 2.0?

2006-10-05 Thread Bruno Melloni
I decided to use Spring 2.0 with Struts for my next project. But I can't find info on the highest version of Struts that I can use with it. This is what I found: - Spring 2.0 comes with some parts of Struts 1.2.9, so it would be the "safe bet". - The latest Struts 1.x is 1.3.5. It seems to ha

RE: Bean write problem on emebedding an image

2005-11-11 Thread Bruno, Chris
Shouldn't it be more like: " height="20" width="20"/> - Message-ID: <[EMAIL PROTECTED]> From: "vineesh . kumar" <[EMAIL PROTECTED]> To: struts_user Subject: Bean write problem on emebedding an image Date: Fri, 11 Nov 2005 01:31:34 -0500 X-Mailer: Internet Mail Service (5.5.2653.19) List-

[Re: Problem with STRUTS application]

2004-07-22 Thread Bruno Grossmann
Ana, As far as I can tell, it is Struts which is overriding the toString() library. I will cross post this to the Struts list so that the developers are aware of this > From: Bruno Grossmann <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=UTF-8 > Date: 16 Jul 2004