Re: Form not submitting, after migration

2017-08-04 Thread sharmila thota
Nope Lukas. Thanks Sharmila Sent from my iPhone > On Aug 4, 2017, at 2:25 AM, Lukasz Lenart wrote: > > 2017-08-03 19:04 GMT+02:00 sharmila thota : >> We migrated from 2.3.29 to 2.5.10.1 >> One good news is, I was able to resolve this issue by adding annotation >> @Skipvalidation to my action

Re: Form not submitting, after migration

2017-08-03 Thread Lukasz Lenart
2017-08-03 19:04 GMT+02:00 sharmila thota : > We migrated from 2.3.29 to 2.5.10.1 > One good news is, I was able to resolve this issue by adding annotation > @Skipvalidation to my action method. wOOt! Did you recently add a XML validation for this action? Regards -- Łukasz + 48 606 323 122 htt

Re: Form not submitting, after migration

2017-08-03 Thread sharmila thota
Hello Lukas, We migrated from 2.3.29 to 2.5.10.1 One good news is, I was able to resolve this issue by adding annotation @Skipvalidation to my action method. Thanks for the Support Lukas! Thanks Sharmila Sent from my iPhone > On Aug 3, 2017, at 2:05 AM, Lukasz Lenart wrote: > > What was th

Re: Form not submitting, after migration

2017-08-02 Thread Lukasz Lenart
What was the version you have migrated from? Maybe this is your case https://struts.apache.org/docs/s2-018.html Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2017-08-02 10:53 GMT+02:00 Lukasz Lenart : > Could you post a generated html? > > 2017-08-01 22:21 GMT+02:00 sharmila tho

Re: Form not submitting, after migration

2017-08-02 Thread Lukasz Lenart
Could you post a generated html? 2017-08-01 22:21 GMT+02:00 sharmila thota : > Hello Lukas, > > That was just typo in email. But my code is having correctly. > Also I tried adding one more button on jsp and tried with click event. that > too did not work. > Here I am attaching the code: > > *actio

Re: Form not submitting, after migration

2017-08-01 Thread sharmila thota
Hello Lukas, That was just typo in email. But my code is having correctly. Also I tried adding one more button on jsp and tried with click event. that too did not work. Here I am attaching the code: *action method: * public String newMethod() throws Exception { System.out.println("hello.

Re: Form not submitting, after migration

2017-08-01 Thread Lukasz Lenart
2017-08-01 15:42 GMT+02:00 sharmila thota : > /WEB-INF/jsps/q6/Q6New.jsp this isn't the same result name as below > return "refunding"; Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscrib

Re: Form not submitting, after migration

2017-08-01 Thread sharmila thota
There is no element which has required="true" attribute. I just cross checked in my code. On Tue, Aug 1, 2017 at 2:43 PM, Lukasz Lenart wrote: > 2017-08-01 16:46 GMT+02:00 sharmila thota : > > Hello Lukas, > > > > I tried removing action attribute from and added the same to > , still it doesn't

Re: Form not submitting, after migration

2017-08-01 Thread Lukasz Lenart
2017-08-01 16:46 GMT+02:00 sharmila thota : > Hello Lukas, > > I tried removing action attribute from and added the same to > , still it doesn't work. Yes I do have another submit button for back > navigation. > > Anyways, this type of functionality is working on other pages. Only this is > bot

Re: Form not submitting, after migration

2017-08-01 Thread sharmila thota
Hello Adam, Here is what I have in my jsp: contentType="text/html;charset=windows-1252" thanks Sharmila On Tue, Aug 1, 2017 at 10:15 AM, Adam Brin wrote: > What encoding type are you using? it’s possible that part of the issue is > that you’re submitting a multi-part form and it’s being caugh

Re: Form not submitting, after migration

2017-08-01 Thread sharmila thota
Hello Lukas, I tried removing action attribute from and added the same to , still it doesn't work. Yes I do have another submit button for back navigation. Anyways, this type of functionality is working on other pages. Only this is bothering. I tried thru client script using click event, that

Re: Form not submitting, after migration

2017-08-01 Thread Lukasz Lenart
2017-08-01 15:42 GMT+02:00 sharmila thota : > value="ReApplyFunding" > class="pure-button pure-button-primary" > action="correctionapplyFunding"> > You are using DMI which is disabled by default and I would keep it disabled. If you are using only a one submit button pl

Re: Form not submitting, after migration

2017-08-01 Thread Adam Brin
What encoding type are you using? it’s possible that part of the issue is that you’re submitting a multi-part form and it’s being caught up by an existing bug [WW-4818] - adam -- _ Adam Brin Director of Technology, Digital Antiquity 480.9

Form not submitting, after migration

2017-08-01 Thread sharmila thota
Hello, Good Morning! We migrated our application recently to struts 2.5.10.1, now I see a problem with one of the JSP which is not submitting the form (not reaching action class). Please help me out. *here is my struts.xml configuration for the same:* /WEB-INF/jsps/q6/Q6New.jsp