Passing input from jsp to action class

2013-10-01 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

Re: Passing input from jsp to action class

2013-10-01 Thread Lukasz Lenart
2013/10/1 Kevin Peterson qh.res...@gmail.com: 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

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

2013-10-01 Thread Christoph Nenning
Would you please have a look at the sample app and tell me what I am doing wrong? https://github.com/wolpi/struts2-samples/tree/master/dmiandactionmappingtest constant name=struts.enable.DynamicMethodInvocation value=true/ It must be true, if false whole DMI logic is off.

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

2013-10-01 Thread Néstor Boscán
This one: result name=cambiarPassword type=redirectcambioPassword!input.action/result Regards On Tuesday, October 1, 2013, Lukasz Lenart lukaszlen...@apache.org wrote: 2013/9/30 Néstor Boscán nestor.bos...@tcs.com.ve: I have an application that runs on weblogic 10.3.6 and struts 2.3.8. The

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

2013-10-01 Thread Paul Benedict
Hmm. Well, there's a couple issues to consider here. 1) When you're behind a load balancer, the machine name (domain) you're running on may not be the domain that's fronted to the public. For example, the user might be accessing www.company.org but you're on host123.company.org. When you're

Re: S2: Not generating javascript validation

2013-10-01 Thread Néstor Boscán
Sorry I made that change so I could use only login in the form tag to make the validation work. On Tuesday, October 1, 2013, Lukasz Lenart lukaszlen...@apache.org wrote: 2013/9/30 Néstor Boscán nestor.bos...@tcs.com.ve: action name=login class=loginAction method=login Why do you use

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

2013-10-01 Thread Lukasz Lenart
Done https://cwiki.apache.org/confluence/display/WW/Action+Configuration#ActionConfiguration-DynamicMethodInvocation 2013/10/1 Christoph Nenning christoph.nenn...@lex-com.net: Would you please have a look at the sample app and tell me what I am doing wrong?

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

2013-10-01 Thread Lukasz Lenart
2013/10/1 Néstor Boscán nestor.bos...@tcs.com.ve: This one: result name=cambiarPassword type=redirectcambioPassword!input.action/result It's a normal redirect (not redirectAction) so you can use https://host/cambioPassword!input.action Other option is to develop your own

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

2013-10-01 Thread Lukasz Lenart
2013/10/1 Paul Benedict pbened...@apache.org: Hmm. Well, there's a couple issues to consider here. 1) When you're behind a load balancer, the machine name (domain) you're running on may not be the domain that's fronted to the public. For example, the user might be accessing www.company.org