Issue with Struts2 Submit action attribute in Struts2 and Rest Plugin

2017-02-28 Thread Kiran Kongala
Hi, I have a Enterprise java application and we are using Struts1.2 & struts2-core-2.3.14.jar and everything is fine. But now I want to use the Rest Plugin and I copied the rest plugin (struts2-rest-plugin-2.3.14.jar) and made the below changes in the Struts.xml file. Currently I am not using

Issue with Struts2 s:select tag with Object inside a Model Object

2017-04-01 Thread Kiran Kongala
Hi, I am trying to use the Struts2 s:select tag but the drop down value coming from the db is not being set to the drop down as selected value and the screen always shows the default first value in the list. Can some one please help me. *JSP Code* *Action Class Code* *I have Disease

Re: Issue with Struts2 s:select tag with Object inside a Model Object

2017-04-03 Thread Kiran Kongala
=*"diagnosisDTO.primaryDiagnosis"* list=*"primaryDiagnosisTypes"* listKey=*"dstLookupTypeId"* listValue=*"lookupValue"* *Thanks[image: Inline image 1]* On Mon, Apr 3, 2017 at 6:44 AM, Lukasz Lenart <lukaszlen...@apache.org> wrote: > 2017-04-02 22:58 GMT+02:00 K

Re: Issue with Struts2 s:select tag with Object inside a Model Object

2017-04-01 Thread Kiran Kongala
is? If you do not get a value, then check to > make sure the path is right or that something is not wrong in your action > that is populating it. Also verify that the key property in your list is > the same type as the value being set, both Integer for example. > > On Apr 1, 201

Re: Issue with Struts2 s:select tag with Object inside a Model Object

2017-04-02 Thread Kiran Kongala
p should work. I believe > there is just some other information we are missing as to why it is not > functioning. > > On Apr 1, 2017 11:56 PM, Kiran Kongala <kirankongal...@gmail.com> wrote: > Hi, > > Before calling the return "success" in the action method I added couple of > pri

Re: Issue with Struts2 s:select tag with Object inside a Model Object

2017-04-02 Thread Kiran Kongala
is just some other information we are missing as to why it is not > functioning. > > On Apr 1, 2017 11:56 PM, Kiran Kongala <kirankongal...@gmail.com> wrote: > Hi, > > Before calling the return "success" in the action method I added couple of > println statement

Struts 2.5 S:Select tag with Multiple True

2018-07-14 Thread Kiran Kongala
Hi Guys, We are using Struts 2.5.13 in our Enterprise Java Application and one of the jsp page has many Struts Select tags with multiple=true(s:select multiple=true) . I know that for selecting/deselecting multiple items in the list, we have to hold the Ctrl Key. But for the Users who are using