Re: Form Notify after validation

2008-12-03 Thread Sergio Sánchez González
pt to validated the form, and submitting the call from javascript too if it validates. 2008/12/2 Sergio Sánchez González <[EMAIL PROTECTED]>: > I want to add validations to my forms. But the problem I have is in > these forms I have notify actions, and this notifys should only b

Form Notify after validation

2008-12-02 Thread Sergio Sánchez González
I want to add validations to my forms. But the problem I have is in these forms I have notify actions, and this notifys should only be called if the validation is ok. for example: The form action: listOrders O

Re: Table Grid in struts2

2008-11-24 Thread Sergio Sánchez González
Take a look to this article: http://www.javaworld.com/javaworld/jw-08-2007/jw-08-ajaxtables.html?page=4 Sergio 2008/11/21 Nils-Helge Garli Hegvik <[EMAIL PROTECTED]>: > There are several tag libraries and components that can handle this. > Personally, I have used displaytag [1] earlier for this r

Re: Redirecting action with ajax enabled

2008-11-04 Thread Sergio Sánchez González
I meant just changing the submit to And losing ajax... 2008/11/4 Sergio Sánchez González <[EMAIL PROTECTED]>: > I've found dojo fails when I retreive a page using ajax. > > For example, a simple login: > > > > > > >

Redirecting action with ajax enabled

2008-11-04 Thread Sergio Sánchez González
I've found dojo fails when I retreive a page using ajax. For example, a simple login: The page retreived uses dojo javascript but doesn't work. If I just change the submit to: then it works. But of course, I lose the retreive

Re: Problem publishing/subcribing events with dojo and struts

2008-10-29 Thread Sergio Sánchez González
Make sure that you updated the url tags(add or change namespace) used to > build the url for the ajax request, in this case "viewLinesUrl". > > musachy > > On Tue, Oct 28, 2008 at 12:28 PM, Sergio Sánchez González < > [EMAIL PROTECTED]> wrote: > >> I&

Problem publishing/subcribing events with dojo and struts

2008-10-28 Thread Sergio Sánchez González
I'm using struts and dojo. My code works fine until I change the struts namespace. These are my actions: pages/expedient/Expedient.jsp pages/expedient/ExpedientList.jsp