Passing input from jsp to action class

2013-09-30 Thread Kevin Peterson
Hi, In my front end, i am allowing user to create and save multiple number of entries to a table at the same time. For now i am sending this input to Java class in form of string which i am creating at the time of save. But if table size is very very big(eg. 400-500 entries), then creating str

Re: strict DMI, was: Url rewriting of .action to .jsp

2013-09-30 Thread Lukasz Lenart
2013/9/30 Christoph Nenning : > Finally I continued with my strict DMI tests. > > While creating a sample app I discovered that the above was wrong. It is a > CSRF protection interceptor in the other app which made me think that !add > was blocked by the framework. > > > But I could not get strict

Re: S2: Not generating javascript validation

2013-09-30 Thread Lukasz Lenart
2013/9/30 Néstor Boscán : > Why do you use login!login as action login is already defined to use login method? So login.action is the same as login!login.action (just drop .action) Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ --

Re: S2: Using HTTPS, when I redirect, I get HTTP

2013-09-30 Thread Lukasz Lenart
2013/9/30 Néstor Boscán : > I have an application that runs on weblogic 10.3.6 and struts 2.3.8. The > weblogic is behind a loadbalancer that does https to http translation. When > the application uses a redirect it will use HTTP instead of the original > HTTPS protocol. Is there a way to force red

Re: S2: Using HTTPS, when I redirect, I get HTTP

2013-09-30 Thread Néstor Boscán
Hi The name remains the same, the loadbalancer name. And yes the weblogic server is not the same as the external name of the loadbalancer. On Mon, Sep 30, 2013 at 6:44 PM, wrote: > And what happens with the name of the server? I suppose the name of the > weblogic server is not the same as te e

Re: S2: Using HTTPS, when I redirect, I get HTTP

2013-09-30 Thread jlmagc
And what happens with the name of the server? I suppose the name of the weblogic server is not the same as te external name of the loadbalancer, no? Sent via BlackBerry from T-Mobile -Original Message- From: Néstor Boscán Date: Mon, 30 Sep 2013 16:19:35 To: Struts Users Mailing List Rep

S2: Using HTTPS, when I redirect, I get HTTP

2013-09-30 Thread Néstor Boscán
Hi I have an application that runs on weblogic 10.3.6 and struts 2.3.8. The weblogic is behind a loadbalancer that does https to http translation. When the application uses a redirect it will use HTTP instead of the original HTTPS protocol. Is there a way to force redirect to use HTTPS? Regards,

Re: S2: Not generating javascript validation

2013-09-30 Thread Néstor Boscán
I have: struts.xml: struts-seguridad.xml: /WEB-INF/jsp/seguridad/login.jsp /WEB-INF/jsp/seguridad/login.jsp /WEB-INF/jsp/seguridad/login.jsp Thanks for the help On Sun, Sep 22, 2013 at 1:49 PM, Lukasz Lenart wrote: > Can

Re: strict DMI, was: Url rewriting of .action to .jsp

2013-09-30 Thread Christoph Nenning
> >> > But still: method:add works while !add does not. > >> > >> If you could prepare a small demo app, I'd like investigate that. > >> > >> > > > > I can do so next week, sorry for the delay > > No problem, I'm busy too ;-) > > Finally I continued with my strict DMI tests. While creating a s

Re: Prevent Ajax Multi-Request in Struts 2

2013-09-30 Thread Alireza Fattahi
Thanks, I was lootking Multi-Request preventation, is my problem  equals to  CSRF issue.     ~Regards, ~~Alireza Fattahi From: Martin Gainty To: Struts Users Mailing List Sent: Friday, 27 September 2013, 0:12 Subject: RE: Prevent Ajax Multi-Request in Struts

Re: Re: Re: Url rewriting of .action to .jsp

2013-09-30 Thread Lukasz Lenart
@Ken I'm bit lost with your mails, right now I don't know what you want - new Model interfaces or current ModelDriven approach is valid? Maybe start a new discussion? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/9/26 Ken McWilliams : > ...more often than not, NOT what I wan

Re: Translation of fieldName in annotated validations

2013-09-30 Thread Lukasz Lenart
2013/9/25 JOSE L MARTINEZ-AVIAL : > Well, I have found a workaround that is not much of a hacking. The > annotations has a messageParameters that is evaluated against the > valuestack. Since the action is in the valuestack, and it implements > ActionSupport,I can pass a parameter that is a call to

Re: About S2-019, is it safe to re-enable DMI ?

2013-09-30 Thread Lukasz Lenart
2013/9/25 Eric Chatellier : > Ok, but i mean how is it possible to not use DMI "with struts convention > plugin". > We prefer the convention over configuration approch. As Bruce already mentioned - DMI isn't needed by the Convention Plugin - it doesn't base on it at all. Of course you can mix bot