Struts 2.2 submit button method

2011-03-22 Thread styl9090
Hi, I am trying to migrate my current struts 2.0.14 application into struts 2.2. Method binding with submit buttons seems to be not working with 2.2. It is giving the error: WARN [org.apache.struts2.dispatcher.Dispatcher] - Could not find action or result.. Here is the struts.xml code:

Re: Struts 2.2 submit button method

2011-03-22 Thread styl9090
I figured this out by changing struts.enable.DynamicMethodInvocation parameter value to True in struts.xml. -- View this message in context: http://struts.1045723.n5.nabble.com/Struts-2-2-submit-button-method-tp4257124p4257527.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: [S1.3.8] Mapping problem

2011-03-22 Thread Dave Newton
What *is* loginPage? A JSP? A Tile? Dave On Tue, Mar 22, 2011 at 12:38 PM, Anjib Mulepati wrote: > I have > 1. web.xml > > action > org.apache.struts.action.ActionServlet > > config > /WEB-INF/struts-config.xml > > > debug > 2 > > > detail > 2 > > 2 > > ... > > action > *.do >

[Maybe OT] Integration of a WSRP portlet into a Struts app.

2011-03-22 Thread JOSE L MARTINEZ-AVIAL
Hi, I've been using Struts 2 the last few months to write a web app for our users. It works fine, but now I'm facing the challenge of integrating a third part applicacion (Microstrategy) into my app. MS provides support to portlets and WSRP, so my idea is to provide a page in my app that will sho

Re: Ajax in Struts2

2011-03-22 Thread frans
We are working integrating jquery with s2 With and without jquery following our json mechanisme. We want s2 becomes json in and out so we can replace jquery also with android Our Sent from my BlackBerry® powered by Sinyal Kuat INDOSAT -Original Message- From: Chris Pratt Date: Tue, 22

[S1.3.8] Mapping problem

2011-03-22 Thread Anjib Mulepati
I have 1. web.xml action org.apache.struts.action.ActionServlet config /WEB-INF/struts-config.xml debug 2 detail 2 2 ... action *.do . index.jsp . 2. struts-config.xml as type="gov.ma.itd.grouping.actions.GetAgencyListAction"> 3. index.jsp N

Re: Ajax in Struts2

2011-03-22 Thread Chris Pratt
He didn't mention any specific libraries, but was promoting using a library over using a Struts plug-in. And I would recommend the same. The Struts plug-in is great for really small, quickly thrown together, limited use applications. If you're going to want to do anything even remotely off the b

Re: Ajax in Struts2

2011-03-22 Thread Chris Pratt
My recommendation for all things JavaScript would be jQuery. With, or especially without, the jQuery Plug-in. (*Chris*) On Tue, Mar 22, 2011 at 8:43 AM, webmeiker wrote: > Hi, > > I want to ask the community for advice about the > technology/mechanism/plugin/library I should use to AJAX-ize a

Re: Ajax in Struts2

2011-03-22 Thread webmeiker
Thanks Thomas, I will take that into account …but, why you didn’t mention JQuery? 2011/3/22 > Any decent Javascript library will get you going with AJAX. You don't need > to worry about plugins for Struts, or anything that is Struts-specific. > > Start with http://prototypejs.org/learn/introdu

RE: Ajax in Struts2

2011-03-22 Thread Thomas.Sattler
Any decent Javascript library will get you going with AJAX. You don't need to worry about plugins for Struts, or anything that is Struts-specific. Start with http://prototypejs.org/learn/introduction-to-ajax Or http://developer.yahoo.com/yui/connection/ Pick whichever one you like. Or look at

Ajax in Struts2

2011-03-22 Thread webmeiker
Hi, I want to ask the community for advice about the technology/mechanism/plugin/library I should use to AJAX-ize a new Struts2 app I am going to construct? What are the latest tendencies in this area? (Some previous research in Google provides me some confusion) Thanks --

Re: [OT] Re: Need your inputs.

2011-03-22 Thread Mohamed SIDI
Hi, In JQuery you have a function named serailize, this function will serialize all your form's input I'm not sure about the exactly syntaxe but some things like "yourFormID.serialize()" B.W 2011/3/22 Dave Newton > Have you considered looking at the jQuery documentation? > > Dave > > On Tue, M

Re: [OT] Re: Need your inputs.

2011-03-22 Thread Dave Newton
Have you considered looking at the jQuery documentation? Dave On Tue, Mar 22, 2011 at 9:19 AM, sharath karnati wrote: > Hi Dave, > >We are using JQuery + Struts2 + Spring framework(DAO) > >Do you have any examples how to process 'Serialize the DOM' > > Thanks, > Sharath. > > --- On *Mon

Re: [OT] Re: Need your inputs.

2011-03-22 Thread sharath karnati
Hi Dave,      We are using JQuery + Struts2 + Spring framework(DAO)      Do you have any examples how to process 'Serialize the DOM'   Thanks, Sharath. --- On Mon, 3/21/11, Dave Newton wrote: From: Dave Newton Subject: [OT] Re: Need your inputs. To: "sharath karnati" Cc: "Struts Users Mailing

Re: JPA Collection Update on Post

2011-03-22 Thread Maurizio Cucchiara
Have you noticed any errors? You should see something like LazyInitializationException. Maurizio Cucchiara Il giorno 22/mar/2011 00.16, "Nick Broadhurst" ha scritto: Hi Guys, JPA background: I have a Demographics entity that has as one of its properties a Collection of MedicalRecordsReceived e