Re: Reduce Java Script Depecency in Struts 2

2010-10-05 Thread Jose A. Corbacho
> > 于 2010/10/6 11:28, Jose A. Corbacho 写道: > > I changed to jQuery not long time ago and I have to say the system has >> improved its performance (I was using before the dojo plugin) as well as >> the >> code being cleaner. You'll still need to do some "javasc

Re: Reduce Java Script Depecency in Struts 2

2010-10-05 Thread Jose A. Corbacho
I changed to jQuery not long time ago and I have to say the system has improved its performance (I was using before the dojo plugin) as well as the code being cleaner. You'll still need to do some "javascripting" but using jQuery API that is, as said, cleaner. On Wed, Oct 6, 2010 at 10:05 AM, Yant

Re: Form submit always redirects to the action page instead of the target div

2010-03-06 Thread Jose A. Corbacho
I already had tried with sx:submit but I got the same problem On Fri, Mar 5, 2010 at 2:45 PM, Johannes Geppert wrote: > > i think you must use > > > > > instead of > > > > Best Regards > > Johannes Geppert > > > mccorby wrote: > > > > Hi all, > > All the forms in my application redirect to the

Re: WARNING: No configuration found for the specified action:

2010-03-04 Thread Jose A. Corbacho
Remove ".action" from wrote: > > Hi , > I am getting the following log in geronimo for few action classes only : > Geronimo log shows: > 2010-03-01 2:01:53,582 WARN [Form] No configuration found for the > specified > action: 'SubmitSearchText.action' in namespace: '/text'. Form action > defaulti

Form submit always redirects to the action page instead of the target div

2010-03-04 Thread Jose A. Corbacho
Hi all, All the forms in my application redirect to the the action associated instead of the target div. I'm using Struts 2.1.6 Here is the code: I also try with having Doing it using works but it's not what I'm looking for. is defined in the pages Thanks

Re: InvalidPathException processing form

2010-02-21 Thread Jose A. Corbacho
Hi Try using this: " type="text/css"/> On Mon, Feb 22, 2010 at 11:01 AM, Jim Kennedy wrote: > OK, this is solved, but I'm not sure why changing this line of code solved > the problem. I will explain. > > I have a page called default.jsp and it contains the form as shown in my > previous email.

Re: Content DIV update strategy

2010-02-20 Thread Jose A. Corbacho
r, brings the whole > page > > (Main) into "contentDiv" and not the content of "ViewOwnProject" action. > > > > The different JSPs are placed correctly and struts.xml associates the > > actions with the proper files (everything is ok if I call these actions > > separately). > > > > is set and working in other places of the code. > > > > Any hint? > > Thanks, > > > > Jose A. Corbacho > > _ > Hotmail: Trusted email with Microsoft’s powerful SPAM protection. > http://clk.atdmt.com/GBL/go/201469226/direct/01/ >

Content DIV update strategy

2010-02-19 Thread Jose A. Corbacho
t" action. The different JSPs are placed correctly and struts.xml associates the actions with the proper files (everything is ok if I call these actions separately). is set and working in other places of the code. Any hint? Thanks, Jose A. Corbacho