Re: Default Encoding not working in struts2-json plugin

2012-01-06 Thread Hernán
-- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > -- Hernán

Re: Migration of DB from DB2 to Oracle with Struts2

2012-01-12 Thread Hernán
ge in this aspect..Can you please share your > thoughts.. > > Thanks in Advance > Rao > -- Hernán

Struts 2 Internationalization Tiles 2

2012-01-13 Thread Hernán
figuration. The question is then: how do I change Tiles locale programmatically as I did in Struts2 with request_locale? Any ideas? Thank you. -- Hernán

Re: Struts 2 Internationalization Tiles 2

2012-01-13 Thread Hernán
t ring a bell to anyone? > > I will double-check some documentation when I get a chance. > > jb > > On Fri, Jan 13, 2012 at 9:06 AM, Hernán wrote: > > > Hi there, I'm applying internationalization to a WebApp, and so far so > > good, almost everything is work

Re: Struts 2 Internationalization Tiles 2

2012-01-13 Thread Hernán
Black wrote: > Just for kicks try setting the following in your Session map: > > *public static final String LOCALE_KEY = "org.apache.tiles.LOCALE";* > > [1] > > http://tiles.apache.org/framework/tiles-core/xref/org/apache/tiles/locale/impl/DefaultLocaleReso

Re: Struts 2 Internationalization Tiles 2

2012-01-13 Thread Hernán
rote: > Have you given this plugin a whirl? > > http://code.google.com/p/jquery-i18n-properties/ > > > On Fri, Jan 13, 2012 at 1:28 PM, Hernán wrote: > > > Thank you it worked! > > > >public String execute() { > >String requestLocale = getRequestLocal

[Struts2] Upgrading a Struts2 Application that uses Tiles2.

2012-01-23 Thread Hernán
I have developed a web application that uses tiles2, the question is: the last version of struts2 (2.3.1.2) is compatible with newer versions of tiles? I mean not only Tiles 2.0.6 but higher versions, for example Tiles 2.2.2. Thank you very much -- Hernán

Re: [Struts2] Upgrading a Struts2 Application that uses Tiles2.

2012-01-24 Thread Hernán
How can I contribute? 2012/1/24 Łukasz Lenart > 2012/1/23 Hernán : > > I have developed a web application that uses tiles2, the question is: the > > last version of struts2 (2.3.1.2) is compatible with newer versions of > > tiles? I mean not only Tiles 2.0.6 but higher

Re: [Struts2] Upgrading a Struts2 Application that uses Tiles2.

2012-01-24 Thread Hernán
Thank you! I will try it and inform you about this. On Tue, Jan 24, 2012 at 5:00 PM, Steve Higham wrote: > Hi Hernán, > > I'm running Tiles 2.2.2 on Struts 2.2.3 and it's working fine. I get a > bunch > of warnings when the app loads including > > WARN [Til

Re: No result defined for action com.xx.xxx.admin.action.AdminAction and result input

2012-04-19 Thread Hernán
.gettableDisplayName()); >interfaceArray.put(interfaceObject); > } >finalInterfaceObject.put(AdminConstants.CRUD_DATA, > interfaceArray); > > response.getWriter().write(finalInterfaceObject.toString()); >} catch (IOException e) { >e.printStackTrace(); >} catch (Exception ex) { >ex.printStackTrace(); >} >return null; >} > > Thanks in advance for helping me. > > > > Best regards, > Biswajit > Planned Vacation : From 2-July-2012 to 6-July-2012 > > -- Hernán

Struts 2 Spring 3 Spring Security 3.1 RedirectAction

2012-06-18 Thread Hernán
thout that things added. Do you know what is happening? -- Hernán

Re: Struts 2 Spring 3 Spring Security 3.1 RedirectAction

2012-06-18 Thread Hernán
stigate if it is a struts issue or is something related to > the synergy with spring? > > Twitter :http://www.twitter.com/m_cucchiara > G+ :https://plus.google.com/107903711540963855921 > Linkedin:http://www.linkedin.com/in/mauriziocucchiara > > Maurizio Cucchiar

Re: Struts 2 Spring 3 Spring Security 3.1 RedirectAction

2012-06-18 Thread Hernán
I was using Struts 2.3.4 Spring 3.0.6.RELEASE and Spring Security 3.1.0.RELEASE now I will try to use Spring Security 3.0 to see what happens. On Mon, Jun 18, 2012 at 11:12 AM, Hernán wrote: > Well I don't know what is the problem really and there is nothing in the > web, so

Re: Struts 2 Spring 3 Spring Security 3.1 RedirectAction

2012-06-18 Thread Hernán
esentation is de default action for namespace /Start/ and that's what is added when redirection is held. On Mon, Jun 18, 2012 at 11:15 AM, Hernán wrote: > I was using Struts 2.3.4 Spring 3.0.6.RELEASE and Spring Security > 3.1.0.RELEASE now I will try to use Spring Security 3.

Struts2 RedirectAction Situation

2012-07-11 Thread Hernán
.equalsIgnoreCase("")) { anchor = conditionalParse(anchor, invocation); } super.execute(invocation); } Greetings, any comment will be appreciated. -- Hernán

Re: Struts2 RedirectAction Situation

2012-07-17 Thread Hernán
27;importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > From: jmoc...@velti.com > To: user@struts.apache.org > Subject: Re: Struts2 Re

Re: Struts2 RedirectAction Situation

2012-07-18 Thread Hernán
Ok Lukasz, understood. Thank you. On Wed, Jul 18, 2012 at 5:15 AM, Łukasz Lenart wrote: > 2012/7/17 Hernán : > > It seems that using a String bean and using > > struts.objectFactory.spring.autoWire=auto in struts.properties > > wires the String to every parameter of Servle

Re: How to pass the current logged in username to struts2 action from spring security 3

2013-03-01 Thread Hernán
gt; To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > -- Hernán

Inquiry

2013-09-05 Thread Hernán
ne that exists in struts2 in action book it is a version I improved. This action implements ModelDriven interface, whilst the majority doesn't. Thank you. I hope you can help me! Have a nice day! -- Hernán

Re: Inquiry

2013-09-06 Thread Hernán
ur action definition? Your tiles.xml? The > stacktrace? > > JL > Sent via BlackBerry from T-Mobile > > -Original Message- > From: Hernán > Date: Thu, 5 Sep 2013 19:32:14 > To: Struts Users Mailing List > Reply-To: "Struts Users Mailing List" > Subje

Re: Inquiry

2013-09-09 Thread Hernán
yName"> > > > > > > > > In spring-servlet.xml: > > > > > class="com.tipuana.rf.dao.hibernate.GenericPresentationDAOHibernate" > > parent="genericHibernateDAO" autowire="byName" /> > > &g

Re: s:if and locale

2013-09-10 Thread Hernán
t; > //This condition is always false > > > > > > > > > > > > ** > > > > No matter what the locale value is, always the else condition is > triggered > > !! > > The jsp out puts > > ** > > The locale is=en_US > > > > ** > > > > > > When I see the Struts ValueStack with the locale value is > > correct and is what it has too. > > > > Is there any thing wrong with my test conditin please help! > > > > ~Regards, > > ~~Alireza Fattahi > > > -- Hernán