Structs 2 Junit plugin

2019-05-23 Thread Kiran Kumar
x.servlet-api 3.0.1 provided SampleJunit org.apache.maven.plugins maven-compiler-plugin 3.3 ${jdk.version} ${jdk.version} Cp1252 4.3.20.RELEASE 11 2.5.20 9.0.16 Please kindly let us know the issue. Appreciate your cooperation in this regards. Regards, KIRAN KUMAR VARANSI

Quick question on the patch for CVE-2018-11776

2018-08-30 Thread Kiran Ananthpur Bacche (kbacche)
nMapper.java? Given that there was a backward compatibility issue seen with upgrade from 2.3.34 to 2.3.35 (ref: https://www.mail-archive.com/users@maven.apache.org/msg140838.html), we are checking to see if there is a way to have a patch that fixes only "CVE-2018-11776". Thanks Kiran

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

Re: Issue with struts tags

2017-04-15 Thread Kiran
Hi As a wild guess, did you add the jars in the build class path? Did you add the struts taglib in the jsp? > On Apr 14, 2017, at 10:22 AM, sharmila thota wrote: > > Yaah he is using jdeveloper 12 version. > I am planning to upgrade mine too. Will see how it goes. > > Sent from my iPhone

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

2017-04-03 Thread Kiran
roperty in the diagnosisDTO object which is in the diseasetracking model object, if I give the complete path of the property, its working now. Thank you all for looking at my issue. Kiran > On Apr 3, 2017, at 2:25 PM, Lukasz Lenart wrote: > > 2017-04-03 16:04 GMT+02:00 Kiran Konga

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

2017-04-03 Thread Kiran Kongala
. Please correct me if I am wrong. name=*"diagnosisDTO.primaryDiagnosis"* list=*"primaryDiagnosisTypes"* listKey=*"dstLookupTypeId"* listValue=*"lookupValue"* *Thanks[image: Inline image 1]* On Mon, Apr 3, 2017 at 6:44 AM, Lukasz Lenart wrote: > 2017-04-02 22:58

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

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

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

2017-04-02 Thread Kiran Kongala
uld 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 wrote: > Hi, > > Before calling the return "success" in the action method I added couple of > println statements and I am

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

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 Trackin

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 th

Caught OgnlException while setting property 'expression' on type 'com.opensymphony.xwork2.validator.validators.RegexFieldValidator'.

2015-07-17 Thread Kiran Badi
Hi , For some reasons I keep getting this warning in the log file and I am not able to figure out the cause for it, any ideas as what is causing this, I have tag in one of the jsp I know, but I do not have expression, SEVERE: Developer Notification (set struts.devMode to false to disable this m

Re: Commons Apache Fileupload from Classic web app and Struts 2 Integration

2015-06-25 Thread Kiran Badi
haha got it Lukasz.Thanks. On Thu, Jun 25, 2015 at 1:02 AM, Lukasz Lenart wrote: > 2015-06-25 5:25 GMT+02:00 Kiran Badi : > > ok Lukasz,Thanks > > > > I think its exclude pattern which was required here > > > > I am using > > It's a pattern, regex s

Re: Commons Apache Fileupload from Classic web app and Struts 2 Integration

2015-06-24 Thread Kiran Badi
x27;s which probably I need to exclude. - Kiran On Wed, Jun 24, 2015 at 12:59 AM, Lukasz Lenart wrote: > Please do not cross post to many lists. > > 2015-06-24 1:22 GMT+02:00 Kiran Badi : > > Hi All, > > > > I was using Apache FileUpload 1.2 for my classic web app bas

Commons Apache Fileupload from Classic web app and Struts 2 Integration

2015-06-23 Thread Kiran Badi
functionality etc. Any thoughts please. - Kiran

Re: Integrating struts 2 with Classic JSP SERVLET /JSTL webapp

2015-05-27 Thread Kiran Badi
another query for which I will initiate a separate thread. Thanks for your time and assistance.Appreciate it. - Kiran On Mon, May 11, 2015 at 5:49 PM, Kiran Badi wrote: > No Luck.It loads the page but straight away goes to error page. Let me > prepare a simple use case and upload it to some

Re: Integrating struts 2 with Classic JSP SERVLET /JSTL webapp

2015-05-11 Thread Kiran Badi
Mon, May 11, 2015 at 1:11 PM, Chris Pratt wrote: > Try adding namespace="/"to your s:url tag. > (*Chris*) > On May 11, 2015 10:06 AM, "Kiran Badi" wrote: > > > Hi Chris, it load app with welcome page with *.action mapping,but seems > > lik

Re: Integrating struts 2 with Classic JSP SERVLET /JSTL webapp

2015-05-11 Thread Kiran Badi
:309) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) On Mon, May 11, 2015 at 12:59 PM, Kiran Badi wrote: > checking chris. I think

Re: Integrating struts 2 with Classic JSP SERVLET /JSTL webapp

2015-05-11 Thread Kiran Badi
checking chris. I think that should work.Let me check. On Mon, May 11, 2015 at 12:51 PM, Chris Pratt wrote: > If all your URLs aren't at the root (which they probably aren't), you'll > want to change your url-pattern to just *.action > (*Chris*) > On May 11, 2015 9

Re: Integrating struts 2 with Classic JSP SERVLET /JSTL webapp

2015-05-11 Thread Kiran Badi
r SEVERE: Error deploying configuration descriptor C:\Users\kiran\AppData\Roaming\NetBeans\7.2.1\apache-tomcat-7.0.27.0_base\conf\Catalina\localhost\ourstory.xml java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [Standa

Re: Integrating struts 2 with Classic JSP SERVLET /JSTL webapp

2015-05-11 Thread Kiran Badi
ow, > > > > > > > > http://stackoverflow.com/questions/30056132/integrating-classic-jsp- > > > > servlet-3-0-based-web-application-with-struts-2? > > > > noredirect=1#comment48258124_30056132 > > > > > > > > Please see if someone c

Re: Integrating struts 2 with Classic JSP SERVLET /JSTL webapp

2015-05-11 Thread Kiran Badi
ons/30056132/integrating-classic-jsp- > > servlet-3-0-based-web-application-with-struts-2? > > noredirect=1#comment48258124_30056132 > > > > Please see if someone can throw some light on my issue. > > > > -- Kiran Badi > > > > > Basically you regi

Integrating struts 2 with Classic JSP SERVLET /JSTL webapp

2015-05-10 Thread Kiran Badi
://stackoverflow.com/questions/30056132/integrating-classic-jsp-servlet-3-0-based-web-application-with-struts-2?noredirect=1#comment48258124_30056132 Please see if someone can throw some light on my issue. -- Kiran Badi

Re: OGNL making me nutty

2015-03-26 Thread Kiran Badi
Please check if the html of view layer has if any incomplete tags. Sometimes due to incomplete tags it never reaches action On Thursday, March 26, 2015, Ellson, Jared wrote: > Yes: > > public String action() throws Exception { > > > On Thu, Mar 26, 2015 at 5:41 PM, Ken McWilliams > > wrote: > >

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-14 Thread Kiran Badi
Finally I resolved it. Tiles - Servlet 3.0.1 jar was missing and had to add tiles 3 jars and their dependencies. Thanks everyone for your time and patience. On Wed, Jan 14, 2015 at 2:41 PM, Kiran Badi wrote: > I am not sure but I am circling with different exception with little > pr

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-14 Thread Kiran Badi
ckoverflow.com/questions/16116142/how-to-integrate-struts-conventions-with-tiles-such-that-the-benefit-of-conventi > > > On Wed, Jan 14, 2015 at 10:23 AM, Kiran Badi wrote: > > > thanks Chris, Makes Sense. > > > > On Wed, Jan 14, 2015 at 5:43 AM, Christoph Nenning < > &

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-14 Thread Kiran Badi
thanks Chris, Makes Sense. On Wed, Jan 14, 2015 at 5:43 AM, Christoph Nenning < christoph.nenn...@lex-com.net> wrote: > > Hi Lukasz > > > > I downloaded complete struts 2.3.15 package which contains all jars and > > have put everything under app /web inf lib folder. Then I removed tiles > 2 > > p

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-14 Thread Kiran Badi
, January 14, 2015, Lukasz Lenart wrote: > 2015-01-14 5:20 GMT+01:00 Kiran Badi >: > > Hi All, > > > > I am trying to integrate S2 with Tiles 3 Plugin, But getting below > > exception, and all my attempts to resolve this has failed.Can some one > help > > >

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-13 Thread Kiran Badi
; sreekanth.n...@egovernments.org> wrote: > Please check this link, and make sure you have done tiles integration in > the same way. > http://www.tutorialspoint.com/struts_2/struts_tiles.htm > > > On Wed, Jan 14, 2015 at 10:32 AM, Kiran Badi wrote: > > > Yes I have

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-13 Thread Kiran Badi
e the root cause of the problem > > Caused by: java.lang.ClassNotFoundException: > org.apache.tiles.startup.TilesInitializer > > > have you added all the necessary jar's of tiles ? > > > > On Wed, Jan 14, 2015 at 9:50 AM, Kiran Badi wr

Struts 2.3.15 and Tiles 3 Plugin

2015-01-13 Thread Kiran Badi
Hi All, I am trying to integrate S2 with Tiles 3 Plugin, But getting below exception, and all my attempts to resolve this has failed.Can some one help SEVERE: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[

Re: Header and Footer file include struts 2

2015-01-09 Thread Kiran Badi
/header/header.jspf > > > i think it is not header.jspf it is header.jsp > > > *Thanks and Regards,* > Muralidhar Yaragalla. > > *http://yaragalla.blogspot.in/ <http://yaragalla.blogspot.in/>* > > On Sat, Jan 10, 2015 at 10:42 AM, Kiran Badi wrote: > > > I

Re: Header and Footer file include struts 2

2015-01-09 Thread Kiran Badi
idhar Yaragalla. > > *http://yaragalla.blogspot.in/ <http://yaragalla.blogspot.in/>* > > On Sat, Jan 10, 2015 at 9:49 AM, Kiran Badi > wrote: > > > Hi > > > > I need some help and I have to include header and footer file in Index > > jsp...

Header and Footer file include struts 2

2015-01-09 Thread Kiran Badi
Appreciate if some one can take a look. - Kiran

Re: Munich: Free Struts talk in JUGM

2014-08-22 Thread Kiran Badi
Can you upload the video ? On Friday, August 22, 2014, Christian Grobmeier wrote: > Hey folks, > > if you live near Munich, you are welcome to join the talk of Struts > Committer Christoph Nenning on 25.08.! > > He is usually a bit a shy guy so i am posting this so nobody misses it. > > Here is

Struts 2 Select tag issue

2014-08-07 Thread Kiran Badi
Hi, I have some issue with struts 2 select tag and have posted in stackoverflow. Appreciate if some one can take a look and help. http://stackoverflow.com/questions/25193763/struts-2-select-tag-not-getting-populated-from-dao - Kiran

html:slect

2004-06-21 Thread Babu, Kiran (Cognizant)
Hi I have selection box whose size is restricted as I am able to get a vertical scroll when I have more than 6 elements in the box. But I am not able to get a horizontal scroll bar when there is a long string in the selection box. Is there some way out? Kiran Ext: 2429 Vnet: 42441

Error in using bean:size tag

2004-05-26 Thread Hari Kiran Golla
Hi , I have used bean:size tag and getting JspException as shown below Pls can anybody guess the problem. Thanks. Thanks, HAri. ** javax.servlet.jsp.JspException at org.apache.struts.util.RequestUtils.lookup(RequestUtils.java:875) at org.apache.struts.taglib.b

java.lang.ExceptionInInitializerError in Struts

2004-05-25 Thread Hari Kiran Golla
Hi , I have deployed struts application on WebLogic 8.1 and on start up I am observing java.lang.ExceptionInInitializerError error for Action Servlet. Below is the stacktrace of the error. Please write your comments on this problem. Thanks, HAri. **

Re: How to set an ActionForm to null

2004-05-13 Thread Kiran Kumar
just a guess in ur execute method try this form = null; --- pls <[EMAIL PROTECTED]> wrote: > thanks for the suggestion Amol, but that returns an > IllegalStateException.. > thanks for trying anyways. > > > "Amol Yadwadkar" <[EMAIL PROTECTED]> wrote in > message > news:[EMAIL PROTECTED] > > Hi

Re: bookmark

2004-05-13 Thread Kiran Kumar
im not sure this will work but u can try this create a new actionforward in your action class and then specify the url along with bookmark and then forward it .. Kiran --- "Otto, Frank" <[EMAIL PROTECTED]> wrote: > Hi, > > can I define an action that it goes to a b

Re: composing dynamic url

2004-05-13 Thread Kiran Kumar
Use bean define and store the url into a jsp variable and then use the following tag to forward it to the particular u want Hope this is useful ~Kiran --- [EMAIL PROTECTED] wrote: > > > > > I am new to STRUTS so I am struggling with the use > of the "page or h

html:rewrite href and page

2004-05-05 Thread Kiran Kumar
Hi All, When using struts rewrite tag when we use href the session id is not generated in the link (we have disabled cookies to check this) Link But When we use this the Session ID is generated Link Isnt it supposed to generate the session ID even when we use href ?? Thanks, Kiran

Multibyte string Tomcat ,struts IE

2004-04-23 Thread Kiran Kumar
ng(); byte[] stringBytesISO = eucString.getBytes("ISO-8859-1"); eucString = new String(stringBytesISO, "EUC-JP"); But this works perfectly if we use a POST method but not on GET Version We Use Tomcat 4.1.27 Struts 1.1 Looking forward f