Re: Struts2: Problem with form fields

2013-03-20 Thread Dhananjay Makwana
Thanks for solution. I followed [2] and it works perfectly. Now any suggestions/patterns for implementations of "acceptableParameterName(String)" method, apart from the obvious checking of parameter startWith, endsWith etc.? On 3/19/13 5:41 PM, Lukasz Lenart wrote: 2013/3/19 Dhananjay Makwana :

Re: Struts2: Problem with form fields

2013-03-19 Thread Lukasz Lenart
2013/3/19 Dhananjay Makwana : > I do have an excludePattern but that is for my css, js files. Here's my > struts.xml file. I am using version 2.3.8. I have double checked and your problem is related to acceptParamNames property of ParametersInterceptor which was defined very restrictive [1] to sec

Re: Struts2: Problem with form fields

2013-03-19 Thread Dhananjay Makwana
I do have an excludePattern but that is for my css, js files. Here's my struts.xml file. I am using version 2.3.8. /accountList.tiles accounts On 3/19/13 4:22 PM, Lukasz L

Re: Struts2: Problem with form fields

2013-03-19 Thread Lukasz Lenart
2013/3/19 Dhananjay Makwana : > 2013-03-19 14:33:25,683 [http-8080-2] WARN > com.opensymphony.xwork2.interceptor.ParametersInterceptor - Parameter > [#session.accounts['aaa'].properties[0].value] didn't match acceptedPattern > pattern! This is odd, as I have already checked and #session.accounts['

RE: struts2 problem when file download dialog is closed

2012-04-11 Thread svetlana . roslyakova
returns cashed results from the previous AJAX call. Thanks, Lana. From: adam pinder To: Date: 04/11/2012 01:46 PM Subject:RE: struts2 problem when file download dialog is closed is the user "cancelling" still sending a request to the server and hence you are

RE: struts2 problem when file download dialog is closed

2012-04-11 Thread adam pinder
nce then leave it. > To: user@struts.apache.org > Subject: Re: struts2 problem when file download dialog is closed > From: svetlana.roslyak...@bnymellon.com > Date: Wed, 11 Apr 2012 09:51:39 -0400 > > Venkata, > > I use Struts2 2.2.1.1 version. > I've changed th

Re: struts2 problem when file download dialog is closed

2012-04-11 Thread svetlana . roslyakova
call, it does not go to the server, but instead uses the cashed response. Thanks, Lana. From: vEnkaTa mohAna rAo SriperumbUdUru To: Struts Users Mailing List Date: 04/10/2012 09:19 PM Subject: Re: struts2 problem when file download dialog is closed You are using older

Re: struts2 problem when file download dialog is closed

2012-04-10 Thread vEnkaTa mohAna rAo SriperumbUdUru
You are using older version Struts2.x and change filter to StrutsPrepareAndExecute Filter. On Wed, Apr 11, 2012 at 1:59 AM, wrote: > Hi, > > I've created a struts2 application that creates text file and displays the > file download dialog for the user to open or save it. > It works fine if the

Re: struts2 problem when file download dialog is closed

2012-04-10 Thread Muneer Malik
when the dialog closes, are you still calling the action ? Best, Muneer Malik On Apr 10, 2012, at 3:29 PM, svetlana.roslyak...@bnymellon.com wrote: > Hi, > > I've created a struts2 application that creates text file and displays the > file download dialog for the user to open or save it. >

RE: [Struts2] Problem using Struts2 with EJB3 over ServiceLocator (Jboss say Caller unauthorized)

2009-10-26 Thread Fernandes Celinio
Hi Michael, Did you fix your problem ? If yes, what was wrong ? -Message d'origine- De : Michael Obster [mailto:mich...@obster.org] Envoyé : vendredi 2 octobre 2009 17:42 À : Struts Users Mailing List Objet : Re: [Struts2] Problem using Struts2 with EJB3 over ServiceLocator (Jbos

Re: [Struts2] Problem using Struts2 with EJB3 over ServiceLocator (Jboss say Caller unauthorized)

2009-10-02 Thread Michael Obster
Hi Wes, I'm accessing the bean over a service locator. I have attached the class source at the end. Regards, Michael Wes Wannemacher schrieb: How are you getting a copy of your EJB in your action? vwg.yyy.cancard.ui.action.Usermanagement.Usermanagement.list(Userman agement.java:41) That li

Re: [Struts2] Problem using Struts2 with EJB3 over ServiceLocator (Jboss say Caller unauthorized)

2009-10-02 Thread Wes Wannemacher
How are you getting a copy of your EJB in your action? vwg.yyy.cancard.ui.action.Usermanagement.Usermanagement.list(Userman agement.java:41) That line in the stacktrace indicates that you are in the action when you get the error, but the stacktrace dives down into a proxied object after that. You

RE: [struts2] problem

2009-08-21 Thread Security Management
-Original Message- From: Tommy Pham [mailto:tommy...@yahoo.com] Sent: Tuesday, August 18, 2009 6:05 PM To: Struts Users Mailing List Subject: Re: [struts2] problem - Original Message > From: Paweł Wielgus > To: Struts Users Mailing List > Sent: Tuesday, August 18,

Re: [struts2] problem

2009-08-20 Thread Wes Wannemacher
On Thursday 20 August 2009 10:15:17 pm Tommy Pham wrote: > > THANK YOU Wes!!! :) Slightly off topic: if I have nested lists such as > > > > > How would I get list2value.name? would it be %{#list2value.name} ? Doing > all of this in scriptlets is easier for me but code looks messy :) > Yeah, %{#

Re: [struts2] problem

2009-08-20 Thread Tommy Pham
- Original Message > From: Wes Wannemacher > To: Struts Users Mailing List > Sent: Thursday, August 20, 2009 6:05:00 PM > Subject: Re: [struts2] problem > > I can never remember which things can be accessed through EL, but my > guess is that you can't get &qu

Re: [struts2] problem

2009-08-20 Thread Tommy Pham
- Original Message > From: Martin Gainty > To: Struts Users Mailing List > Sent: Thursday, August 20, 2009 5:45:48 PM > Subject: RE: [struts2] problem > > > > why not checkboxlist? > > > http://struts.apache.org/2.1.2/docs/

Re: [struts2] problem

2009-08-20 Thread Wes Wannemacher
I can never remember which things can be accessed through EL, but my guess is that you can't get "language" because the top of the struts value stack is not the same thing as a request scoped variable. Instead of the el notation try using the s:property tag like this - notice the hash mark in fron

RE: [struts2] problem

2009-08-20 Thread Martin Gainty
2009 16:58:52 -0700 > From: tommy...@yahoo.com > Subject: Re: [struts2] problem > To: user@struts.apache.org > > Hi, > > Looks like I'm still having problems with the . I have a > LinkedHashMap list which I want to iterate and show the contents. This i

Re: [struts2] problem

2009-08-20 Thread Tommy Pham
Hi, Looks like I'm still having problems with the . I have a LinkedHashMap list which I want to iterate and show the contents. This is the code for it: ID ISO Code 2 ISO Code 3 Name Native Nam

RE: [struts2] problem

2009-08-18 Thread Lee Clemens
It will be the default, but if a specific tag needs a different theme, you can set it as one of the tag's attributes. e.g. -Original Message- From: Tommy Pham [mailto:tommy...@yahoo.com] Sent: Tuesday, August 18, 2009 6:05 PM To: Struts Users Mailing List Subject: Re: [st

Re: [struts2] problem

2009-08-18 Thread Tommy Pham
- Original Message > From: Paweł Wielgus > To: Struts Users Mailing List > Sent: Tuesday, August 18, 2009 1:18:13 PM > Subject: Re: [struts2] problem > > Hi Tommy, > add theme="simple" inside checkbox to remove extra td and tr. > > > Best gre

Re: [struts2] problem

2009-08-18 Thread Paweł Wielgus
Hi Tommy, add theme="simple" inside checkbox to remove extra td and tr. Best greetings, Paweł Wielgus. 2009/8/18 Tommy Pham : > Hi, > > I'm new to struts 2 (2.1.6) and having some problems implementing the > .  After following the bootstrap tutorial, I decided to work on > my project. Based

RE: [Struts2] problem with tag

2007-12-17 Thread Rajasekhar
hi Raghuveer you can solve your problem through call prepare() method again means in action method before return String like SUCCESS OR INPUT OR LOGIN call prepare() method once again it will display select component values perfectly as normally. -Original Message- From: Raghu

Re: [Struts2] problem with tag

2007-12-15 Thread Raghuveer Rawat
Thanks Dave, This issue has been resolved using Preparable/prepare() On Dec 15, 2007 8:18 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > You don't say how you initially populate the select box. In any case, > unless > you're populating it via Preparable/prepare() or some other automatic way > or >

Re: [Struts2] problem with tag

2007-12-15 Thread Dave Newton
You don't say how you initially populate the select box. In any case, unless you're populating it via Preparable/prepare() or some other automatic way or if it's not in application or session scope it won't get automatically re-populated when you re-visit the page. d. --- Raghuveer Rawat <[EMAIL

Re: Struts2: Problem result input

2007-12-13 Thread Laurie Harper
For what it's worth, overloaded setters are not supported by the JavaBeans specification, so if you do that you no longer have a valid JavaBean. The behaviour of code which depends on JavaBeans-style introspection (such as Struts) is JVM version dependent in such cases, which is a good reason t

Re: Struts2: Problem result input

2007-12-13 Thread Marc Eckart
Solved the problem: In my case the problem was a type conversion :-) I have a bean class, which is filled by hidden fields. I have some overloaded setters with a type and a string which converts into the type. So I assume struts doesn't look at the signature of the setter and just uses the first i

Re: Struts2: Problem result input

2007-12-12 Thread Dave Newton
There is *some* reason it's expecting an input result: it could be your configuration, a type conversion error, something... if nothing else I'd crank up logging full-blast and see what's there. HTHBIPD (Hope This Helps But It Probably Doesn't) d. --- Marc Eckart <[EMAIL PROTECTED]> wrote: > Hi,

Re: [Struts2] problem with links and Firefox

2006-12-01 Thread Sébastien LABEY
Sorry, I forgot to post that I found the mistake, a few days after my first post and my holidays... I made an error in the action, just one letter wrong ("accueil" and "acceuil") and this was redirected to the "default" action... whatever, thanks for your answer Sebastien On 12/1/06, Don Brown

Re: [Struts2] problem with links and Firefox

2006-12-01 Thread Don Brown
That is strange. Perhaps a Firefox thing? What happens when you try other browsers? Don On 9/28/06, Labey Sébastien <[EMAIL PROTECTED]> wrote: Hi, I have a strange problem : I have 2 links in my page to change the locale. The "english" and the "french" link are not build the same way (for t