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

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

Header and Footer file include struts 2

2015-01-09 Thread Kiran Badi
Hi I need some help and I have to include header and footer file in Index jsp... For some reason its not working and showing up source code in browser. http://stackoverflow.com/questions/27220192/struts-2-sinclude-tag-not-working-for-header-jspf-file?noredirect=1#comment42946997_27220192 Ap

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...

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

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: 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

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-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-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
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
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: 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: > >

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: 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

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
rker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) On Mon, May 11, 2015 at 12:45 PM, Kiran Badi wrote: > Hi Chris, > > Here is Struts 2 filter in web xml, > > > Struts 2 Filter > struts2 > > org.apache.struts2.dispatcher.ng.f

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
: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
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-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

Commons Apache Fileupload from Classic web app and Struts 2 Integration

2015-06-23 Thread Kiran Badi
Hi All, I was using Apache FileUpload 1.2 for my classic web app based on jsp/servlets and now I have integrated Struts 2.3.20 with this application. For some reason after adding S2 with my classic app, its breaking file upload functionality which was working fine earlier.Nothing shows up in logs

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

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

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