RE: [S2] Freemarker vs struts taglibs

2007-05-28 Thread Jordi Rubio Moreno
Hi Dave, Thanks a lot for the advice! I have use the template_update_delay=6 too, and have noticed some improvement :) Cheers Jordi Rubio Moreno -Mensaje original- De: Dave Newton [mailto:[EMAIL PROTECTED] Enviado el: lunes, 28 de mayo de 2007 14:43 Para: Struts Users Mailing

RE: [S2] Freemarker vs struts taglibs

2007-05-28 Thread Jordi Rubio Moreno
ow JSP works at this level). Thanks again for your time :) Cheers Jordi Rubio Moreno -Mensaje original- De: Jeromy Evans [mailto:[EMAIL PROTECTED] Enviado el: lunes, 28 de mayo de 2007 14:37 Para: Struts Users Mailing List Asunto: Re: [S2] Freemarker vs struts taglibs Jordi Rubio More

RE: [S2] Freemarker vs struts taglibs

2007-05-28 Thread Jordi Rubio Moreno
Hi, An important info to comment... The total Action execution time is 60ms (again, perhaps the problem is slow taglib execution (?)) Cheers! Jordi Rubio Moreno -Mensaje original- De: Jordi Rubio Moreno [mailto:[EMAIL PROTECTED] Enviado el: lunes, 28 de mayo de 2007 13:25 Para

RE: [S2] Freemarker vs struts taglibs

2007-05-28 Thread Jordi Rubio Moreno
${o.offDescr} <@s.url id="addToShortListUrl" action="ShortList!add" includeParams="none" offId="${o.offId}" /> <@s.text name="Results.addToShortList"/>

RE: Weird behavior - Struts 2 - Firefox vs. IE

2007-05-24 Thread Jordi Rubio Moreno
Hi Charbel, If you are using , try to use instead of this the simple HTML tag , and tell me if this works (I don't know why this happens, but I found this solution). Cheers Jordi Rubio Moreno -Mensaje original- De: Charbel Abdul-Massih [mailto:[EMAIL PROTECTED] Enviado el: vi

RE: Re: [S2] Understanding RestfulActionMapper and Restful2ActionMapper

2007-05-21 Thread Jordi Rubio Moreno
{2} /Results.jsp /Error.jsp and my friendly URLs looks like http://localhost/app/Search/manager/london.action Best regards! Jordi Rubio Moreno -Mensaje original- De: news [mailto:[EMAIL PROTECTED] En nombre de Laurie Harper Enviado el: martes, 15 de mayo de

RE: [S2] Freemarker vs struts taglibs

2007-05-21 Thread Jordi Rubio Moreno
Hi Musachy, Thanks a lot for the response :) Cheers! Jordi Rubio Moreno -Mensaje original- De: Musachy Barroso [mailto:[EMAIL PROTECTED] Enviado el: jueves, 17 de mayo de 2007 17:55 Para: Struts Users Mailing List Asunto: Re: [S2] Freemarker vs struts taglibs FreeMarker is a

[S2] Freemarker vs struts taglibs

2007-05-17 Thread Jordi Rubio Moreno
Hi, I'm a bit confused. I need to decide if I'll use Freemarker or Struts taglibs, and I don't know the differences between both. E.g. what's the difference between and <@s.iterator>, and <@s.url>, etc etc... I have seen all the tutorials and examples I have found working with taglibs, but pe

[S2] Understanding RestfulActionMapper and Restful2ActionMapper

2007-05-15 Thread Jordi Rubio Moreno
http://localhost:8080/example/1/HelloWord.action always with the same result: There is no Action mapped for action name blablabla/blablabla Please, I need to understand what I'm doing wrong, because I believe I'm doing the things as tutorials and articles show, but without right results... Thanks a lot! Jordi Rubio Moreno

RE: [S2] Slow s:url execution

2007-05-15 Thread Jordi Rubio Moreno
Hi, Finally I have created the project from the scratch, with the minimum jar files possible, and now works fine! I believe there was a jar version conflict, and this was the cause of slow s:url execution. Thanks a lot! Cheers Jordi Rubio Moreno -Mensaje original- De: Jordi Rubio

RE: [S2] Slow s:url execution

2007-05-14 Thread Jordi Rubio Moreno
Hi Musachy, I'm installing TPTP plugin for Eclipse to control the project execution. When I have more information I'll send you :) ATM I can say the ArrayList offers has only 10 Offer objects. Cheers! Jordi Rubio Moreno -Mensaje original- De: Musachy Barroso [mai

[S2] Slow s:url execution

2007-05-14 Thread Jordi Rubio Moreno
Hi, I'm testing s:iterator and s:url tags vs #foreach and #surl velocity tags, and my surprise is that Struts s:url tag is "slower" than #surl invocation. When I work with Velocity, the test page is rendered immediately, but when I execute the same test (in the same machine and Tomcat) with s:url

RE: [S2] Using complex objects in JSP

2007-05-11 Thread Jordi Rubio Moreno
tResultSet(), in your jsp you could access it via ${resultSet} Don On 5/11/07, Jordi Rubio Moreno <[EMAIL PROTECTED]> wrote: > Hi, > > I'm newbie in Struts, and I have begin with Struts 2. I have an > ActionSupport object that contains a complex object TResultSet (this &g

[S2] Using complex objects in JSP

2007-05-10 Thread Jordi Rubio Moreno
Hi, I'm newbie in Struts, and I have begin with Struts 2. I have an ActionSupport object that contains a complex object TResultSet (this object communicates with a remote server and this server sends a lot of information that is stored into the TResultSet client). class TResultSet { private