Luca Zoffoli è assente dall'ufficio.

2012-07-30 Thread luca . zoffoli
Sarò assente dall'ufficio a partire dal 31/07/2012 e non tornerò fino al 01/08/2012. Risponderò al messaggio al mio ritorno. Grazie - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail:

Struts 1 : Arabic Characters Issue

2012-07-30 Thread MAQS Developer
Dear All, I have developed an application using Struts 1.3. and running on IBM WAS 7. Application supports English and Arabic languages. English locale is working fine but while in Arabic locale message labels (from properties resource bundle) display question marks "" instead of the Arabic ch

Re: some issues upgrade struts from 2.2.3 to 2.3.4

2012-07-30 Thread Lukasz Lenart
2012/7/30 Eric Tse : > How about my original issues written in here? Is it a bug ? Remove as the DefaultActionMapper by default uses "" and ".action" extensions. And you must specify if you want to use the Convention plugin. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ -

Re: Ajax and struts 1

2012-07-30 Thread Ing. Alvaro Gomez
in user servlet in ajax in single... call servlet in action is regenerate el code in html de selection On 30/07/2012 11:19 a.m., Adriana G wrote: I fill the select with a peersistent list than come from a method that returns a result from the DB. but i don't know how to update the select witho

Re: Ajax and struts 1

2012-07-30 Thread Dave Newton
Oh, so you're asking how to write JavaScript and update a select box? There should be plenty of tutorials on the internet; that you're using Struts 1 doesn't change any of the client-side stuff. Dave On Mon, Jul 30, 2012 at 1:19 PM, Adriana G wrote: > I fill the select with a peersistent list

Re: Ajax and struts 1

2012-07-30 Thread Adriana G
I fill the select with a peersistent list than come from a method that returns a result from the DB. but i don't know how to update the select without refresing the whole page, that's why i'm trying ajax with this function, but i don't know how to use it. On Mon, Jul 30, 2012 at 12:05 PM, Dave Ne

Re: Ajax and struts 1

2012-07-30 Thread Dave Newton
Define "doesn't work". What's in the response? JSON? How are you accessing the select element? I don't see anything where you set its ID or get it by its class name etc. What's in the JS console after your AJAX call returns? Anything? Dave On Mon, Jul 30, 2012 at 12:20 PM, Adriana G wrote: >

RE: some issues upgrade struts from 2.2.3 to 2.3.4

2012-07-30 Thread Martin Gainty
attachment of working Rest Showcase the exact steps were 1)download ALL for 2.3.4 from http://struts.apache.org/download.cgi#struts234 2)cd struts-2.3.4\src\apps\rest-showcase 3)mvn 4)deploy to container i used TC admin tool 5)double-click on webapp struts2-rest-showcase 6)Added entries and amo

RE: some issues upgrade struts from 2.2.3 to 2.3.4

2012-07-30 Thread Martin Gainty
It is difficult to determine the problem without submit a JIRA detailing the environment conditions (OS..container version..which version VM) https://issues.apache.org/jira/browse/WW submit a testcase (a testcase which will always reproduce the problem) please display the stacktrace and please

Re: some issues upgrade struts from 2.2.3 to 2.3.4

2012-07-30 Thread Lukasz Lenart
2012/7/30 Eric Tse : > How about my original issues written in here? Is it a bug ? Give me a second, it can be related by testing portlet app is a bit painful ;-) Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ -

Re: some issues upgrade struts from 2.2.3 to 2.3.4

2012-07-30 Thread Eric Tse
How about my original issues written in here? Is it a bug ? On 13 Jul, 2012, at 1:03 AM, Łukasz Lenart wrote: > Could you post the whole stacktrace ? > > > Regards > -- > Łukasz > mobile +48 606 323 122 http://www.lenart.org.pl/ > Warszawa JUG conference - Confitura http://confitura.pl/ > >

Re: some issues upgrade struts from 2.2.3 to 2.3.4

2012-07-30 Thread Łukasz Lenart
2012/7/18 Miguel : > Also REST doesn't work in 2.3.3 and 2.3.4. Not even the rest-showcase war. The issue with rest-showcase is related to [1], the problem is silly, the OrdersControler class is in package org.apache.struts2 which is by default excluded ;-) I'm looking for a solution now [1]

Re: some issues upgrade struts from 2.2.3 to 2.3.4

2012-07-30 Thread Lukasz Lenart
Did you try to upgrade to 2.3.1 first ? -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: some issues upgrade struts from 2.2.3 to 2.3.4

2012-07-30 Thread Łukasz Lenart
2012/7/18 Miguel : > Also REST doesn't work in 2.3.3 and 2.3.4. Not even the rest-showcase war. Could you register an issue for that, thanks! -- Łukasz mobile +48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ -

RE: Getting following exception while trying validation mechanism in struts2

2012-07-30 Thread prasad.th16
struts.ui.templateSuffix was to it’s default value as I have not declared this property explicitly. Regards, Prasad From: lukaszlenart [via Struts] [mailto:ml-node+s1045723n571032...@n5.nabble.com] Sent: Monday, July 30, 2012 12:52 PM To: Thakur, Dattaprasad Subject: Re: Getting followi

Re: Getting following exception while trying validation mechanism in struts2

2012-07-30 Thread Łukasz Lenart
What's the value of struts.ui.templateSuffix ? Check struts.properties, web.xml or struts.xml Regards -- Łukasz mobile +48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ - To uns