Re: Struts1 in IDE but S2

2011-10-28 Thread Mano Pájaro
I finally went for MyEclipse for S2 because I didn't find anything else, everything else what I found was frustration in form of Eclipse plugins xD As Dave Newton said, I guess that S2 is not that popular, We have to wait for it :( 2011/10/28 Dave Newton > MyEclipse and IntelliJ both support S2,

Re: ajax validation with css_xhtml theme

2011-10-22 Thread Mano Pájaro
Guess so :/ any help though? -- Manolo Pájaro Santander Ingeniero de Sistemas IX Semestre (Actual) <> CUSOL-UAC Linux Registered User # 522026

Re: ajax validation with css_xhtml theme

2011-10-18 Thread Mano Pájaro
Thank you for answer Johannes, I have no errors but warnings in the JS Console, it tells me sth about smoothness jquery theme (I setted it once but I'm not using it anymore, I have looking thorugh all my JSP and there are no theme="smoothness" or jquerytheme="smoothness") It throws me several repea

ajax validation with css_xhtml theme

2011-10-15 Thread Mano Pájaro
Hello list! I have an issue using ajax validation with a form that uses the css_xhtml theme. Simply is not working! I've checked the interceptor and the extra js files that you have to add and it is all fine, when I change to xhtml theme it works! but i dont know what is happening with the css_xhtm

Re: Struts 2.2.3 Date type convesrion issue

2011-08-22 Thread Mano Pájaro
Hello Shrinivas, the problem you're having is that your textfield is not returning a date object, is returning a String, so it is looking for the setBirthday(String) as it says. I had the same problem and, at the end of the day, i had to do this: SimpleDateFormat format = new SimpleDateFormat("yyy

Validators issue

2011-08-08 Thread Mano Pájaro
Hello list! I'm trying to use AJAX validators in my form, I have a component in my JSP like: where %{zones} is a list of objects Sge2Param, which detail attibute returns the name of each object. When I'm using Validators in all textfield fields, when it does the validation return an "Invalid field

Re: Problem with , FreeMarker template Error

2011-08-02 Thread Mano Pájaro
Hello guys, I'm sorry i didn's post any code of my problem, I already solved it, the name attribute was missing in my example. I went with key attribute and is already working, thanks anyway! -- Manolo Pájaro Santander Ingeniero de Sistemas VIII Semestre (Actual) <> CUSOL-UAC Linux Registered Use

Problem with , FreeMarker template Error

2011-07-29 Thread Mano Pájaro
Hello list!! I'm having a problema with this tag, I don't know what to do :( I hope you guys could help me. As here says http://struts.apache.org/2.2.3/docs/checkboxlist.html I can use a Map object in the list attribute of a checkboxlist, When i go for it I got this FreeMarker template error: Free

Re: excludeMethods parameter question

2011-07-25 Thread Mano Pájaro
Thank u for everything! I will keep studying! :D -- Manolo Pájaro Santander Ingeniero de Sistemas VIII Semestre (Actual) <> CUSOL-UAC Linux Registered User # 522026

Re: excludeMethods parameter question

2011-07-25 Thread Mano Pájaro
I see mm so, it only acts on the action which method attribute is diferent from in the list, that's it? :D 2011/7/25 Chris Pratt > Not exactly. It would not execute for actions whose method name is input, > back or cancel. It's on the action side, not the result side. > (*Chris*) > > -- Ma

Re: excludeMethods parameter question

2011-07-25 Thread Mano Pájaro
Thanks Maurizio, let me see if i got it straight. You mean that, for example: input,back,cancel won't be executed by results whose name is input, back or cancel? 2011/7/25 Maurizio Cucchiara > There are some interceptors, like validator one, which are not triggered in > ca

excludeMethods parameter question

2011-07-25 Thread Mano Pájaro
Hello list! I'm making a research about Struts2 and there are several things that I don't understand (haha), I have studied really hard and I think I'm in the righ way now, but there's a thing that i don't understand about this examples i found about interceptors, i'm talking about the parameter ex

Re: Doubt on Struts 2 Architechture

2011-07-21 Thread Mano Pájaro
was looking for a good interceptors reference, thank you Mitch for the book -- Manolo Pájaro Santander Ingeniero de Sistemas VIII Semestre (Actual) <> CUSOL-UAC Linux Registered User # 522026

Re: JUnit in Struts

2011-07-18 Thread Mano Pájaro
Thanks Baubak, I will give it a try! 2011/7/18 Baubak Gandomi > Hello Uday, > > Why don't you check : > http://struts.apache.org/2.x/docs/testing-actions.html > > It is a bit short, but it worked just fine for me. > > Best regards, > > Baubak > > -- Manolo Pájaro Santander Ingeniero de Sistemas

Re: JUnit in Struts

2011-07-14 Thread Mano Pájaro
Hello, any tool for struts 2.2.1? 2011/7/12 Udhay > Hi, > > Please help me how to perform JUnit testing in Struts 1.1 applications. > > Kindly share me any links and other information that will help me a lot. > > Thanks in advance. > > GoodWill, > Udhay > -- Manolo Pájaro Santander Ingeniero