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 davelnew...@gmail.com MyEclipse and

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) Promoviendo el Software Libre 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 repeated

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

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

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: s:select key=alumn.sge2ParamByZone list=%{zones} listValue=detail label=Zone/ where %{zones} is a list of objects Sge2Param, which detail attibute returns the name of each object. When I'm using Validators

Re: Problem with s:checkboxlist, 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) Promoviendo el Software Libre

Problem with s:checkboxlist, 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:

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

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: interceptor-ref name=validation param name=excludeMethodsinput,back,cancel/param/interceptor-ref won't be executed by results whose name is input, back or cancel? 2011/7/25 Maurizio Cucchiara

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 thechrispr...@gmail.com 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.

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) Promoviendo el Software Libre CUSOL-UAC Linux Registered User # 522026

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) Promoviendo el Software Libre 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 b.gand...@castsoftware.com 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

Re: JUnit in Struts

2011-07-14 Thread Mano Pájaro
Hello, any tool for struts 2.2.1? 2011/7/12 Udhay systemudh...@gmail.com 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