Creating actions without context

2007-06-01 Thread Lucas Garcia
Hi, I'm using s:url and s:form tags to build url's and form's. In a case, I want to use s:form and I don't want that taglib put the application context in the finally action. E.g.: is traduce as , but I want How can I do this? Greetings

Re: Creating actions without context

2007-06-01 Thread Lucas Garcia
case the form would be submitted the wrong URL right? Can you give some more details on why you need this? regards musachy On 6/1/07, Lucas Garcia <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm using s:url and s:form tags to build url's and form's. In a case, I &g

[S2] Problems with ajax anchor tag

2007-06-13 Thread Lucas Garcia
Hi, I'm testing the ajax Anchor tag ( http://struts.apache.org/2.x/docs/ajax-tags.html#AjaxTags-anchorTag). Mi jsp page looks like: <%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib prefix="s" uri="/struts-tags" %> http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.

Re: [S2] Problems with ajax anchor tag

2007-06-13 Thread Lucas Garcia
th they have in the struts-core.jar. It's a good idea to extract .js files from the struts.core.jar? Where to put them? Cheers On 6/13/07, Lucas Garcia <[EMAIL PROTECTED]> wrote: Hi, I'm testing the ajax Anchor tag ( http://struts.apache.org/2.x/docs/ajax-tags.html#AjaxTags-anc

Re: Creating actions without context

2007-06-14 Thread Lucas Garcia
s for the form, if it finds the action, it will append the context. I'm not sure how you could avoid that one. You can always overwrite the form template. Or use the form on the simple theme(not good as you would lose layout, validation, etc) regards musachy On 6/1/07, Lucas Garcia <[

[S2] short-circuit problem

2007-06-21 Thread Lucas Garcia
Hi, I'm working with 2.0.8 struts version, and I have a problem with the next validation file: true true (passwordRep == password) If I execute the form with the 3 fields (email, password and passwordRep) in blank, 3 error message

Re: [S2] short-circuit problem

2007-06-21 Thread Lucas Garcia
omg... As a lot of people says... rtfm, Lucas :) That's correct, Dave :) Thanks a lot for the appointment! ;) Cheers! On 6/21/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Lucas Garcia <[EMAIL PROTECTED]> wrote: > If I execute the form with the 3 fields (email, > p