Re: Struts Taglibs

2009-06-26 Thread Dave Newton
CRANFORD, CHRIS wrote: In our Struts1 implementation, we leveraged various tag libraries such as: struts-logic struts-logic-el struts-html struts-html-el struts-bean struts-bean-el struts-nested When migrating to struts2, are any of these taglibs still available or have they been replaced with

Struts Taglibs

2009-06-26 Thread CRANFORD, CHRIS
In our Struts1 implementation, we leveraged various tag libraries such as: struts-logic struts-logic-el struts-html struts-html-el struts-bean struts-bean-el struts-nested When migrating to struts2, are any of these taglibs still available or have they been replaced with newer components? A ma

RE: org.apache.jasper.JasperException: File "C:/struts/taglibs/struts-bean.tld" not found

2007-09-12 Thread Dave Newton
t; From: Dave Newton [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 12, 2007 11:53 AM > To: Struts Users Mailing List > Subject: RE: org.apache.jasper.JasperException: File > "C:/struts/taglibs/struts-bean.tld" not found > > With: > > - The TLDs

RE: org.apache.jasper.JasperException: File "C:/struts/taglibs/struts-bean.tld" not found

2007-09-12 Thread Mehmood, Qaiser
ks, > > Qaiser Mehmood > Work (512) 248-4269 > Cell (571) 438-8639 > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 12, 2007 11:31 AM > To: Struts Users Mailing List > Subject: Re: org.apache.jasper.

RE: org.apache.jasper.JasperException: File "C:/struts/taglibs/struts-bean.tld" not found

2007-09-12 Thread Dave Newton
(512) 248-4269 > Cell (571) 438-8639 > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 12, 2007 11:31 AM > To: Struts Users Mailing List > Subject: Re: org.apache.jasper.JasperException: File > "C:/struts/

RE: org.apache.jasper.JasperException: File "C:/struts/taglibs/struts-bean.tld" not found

2007-09-12 Thread Mehmood, Qaiser
: org.apache.jasper.JasperException: File "C:/struts/taglibs/struts-bean.tld" not found Try putting those tld's in your webapp's WEB-INF directory. And then make sure you have those listed them in you web.xml file. Not neccessarily in WEB-INF but just making sure they are there fo

Re: org.apache.jasper.JasperException: File "C:/struts/taglibs/struts-bean.tld" not found

2007-09-12 Thread sriharsha . chevuru
ers Mailing List" To "Struts Users Mailing List" cc Subject org.apache.jasper.JasperException: File "C:/struts/taglibs/struts-bean.tld" not found I am using Struts 1.1 with Java 1.4 and Tomcat 5.0.28 and getting this error: org.apache.jasper.JasperExcep

org.apache.jasper.JasperException: File "C:/struts/taglibs/struts-bean.tld" not found

2007-09-12 Thread Mehmood, Qaiser
I am using Struts 1.1 with Java 1.4 and Tomcat 5.0.28 and getting this error: org.apache.jasper.JasperException: File "C:/struts/taglibs/struts-bean.tld" not found org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHand l

Re: [S2] Freemarker vs struts taglibs

2007-06-04 Thread Jeromy Evans
now how 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

RE: [S2] Freemarker vs struts taglibs

2007-05-28 Thread Jordi Rubio Moreno
List Asunto: Re: [S2] Freemarker vs struts taglibs Extract the Freemarker tag templates; Freemarker doesn't cache them when they're loaded from the classpath. http://struts.apache.org/2.x/docs/performance-tuning.html d. --- Jeromy Evans <[EMAIL PROTECTED]> wrote: > Jordi

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 Dave Newton
<@s.text > name="Results.salary"/>: ${o.offSalary} > > > > ${o.offDescr} > > <@s.url id="addToShortListUrl" > action="ShortList!add" inc

Re: [S2] Freemarker vs struts taglibs

2007-05-28 Thread Jeromy Evans
eParams="none" offId="${o.offId}" /> <@s.text name="Results.addToShortList"/> Is JSP taglib an slow and not recommended solution for production portals? Thanks a lot for your patien

RE: [S2] Freemarker vs struts taglibs

2007-05-28 Thread Jordi Rubio Moreno
: Struts Users Mailing List Asunto: RE: [S2] Freemarker vs struts taglibs Hi Jeromy, I apologize to respond this email so late. I've develop a little test portal (close in functionality to production portal), and I've notice that JSP taglib are slower that Freemarker equivalent page (I&

RE: [S2] Freemarker vs struts taglibs

2007-05-28 Thread Jordi Rubio Moreno
Is JSP taglib an slow and not recommended solution for production portals? Thanks a lot for your patience :) Best regards! Jordi Rubio Moreno -Mensaje original- De: Jeromy Evans [mailto:[EMAIL PROTECTED] Enviado el: sábado, 19 de mayo de 20

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

Re: [S2] Freemarker vs struts taglibs

2007-05-18 Thread Jeromy Evans
ml musachy On 5/17/07, Jordi Rubio Moreno <[EMAIL PROTECTED]> wrote: > > 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 &l

Re: [S2] Freemarker vs struts taglibs

2007-05-18 Thread Caine Lai
ROTECTED]> wrote: > > 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... &g

Re: [S2] Freemarker vs struts taglibs

2007-05-17 Thread Musachy Barroso
g/2.x/docs/freemarker.html musachy On 5/17/07, Jordi Rubio Moreno <[EMAIL PROTECTED]> wrote: 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

[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

RE: Resource bundles and Struts taglibs

2006-08-23 Thread O'Shea, Sean
Hi Niall, Thanks again for your help - your suggestion worked. Sean -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 11:03 AM To: Struts Users Mailing List Subject: Re: Resource bundles and Struts taglibs On 8/23/06, O'Shea,

Re: Resource bundles and Struts taglibs

2006-08-23 Thread Niall Pemberton
On 8/23/06, O'Shea, Sean wrote: Hi all, I'm using struts 1.2.9 and I'm having some trouble with resource bundles. My JSP looks like this: <%@ include file="../taglibs.jsp" %> I'm plugging

Resource bundles and Struts taglibs

2006-08-23 Thread O'Shea, Sean
Hi all, I'm using struts 1.2.9 and I'm having some trouble with resource bundles. My JSP looks like this: <%@ include file="../taglibs.jsp" %> I'm plugging my resources into my struts-config

Re: Struts Taglibs (was ... Dying?)

2005-08-26 Thread Leon Rosenberg
Count me in :-) > -Ursprüngliche Nachricht- > Von: Ted Husted [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 26. August 2005 19:06 > An: Struts Users Mailing List > Betreff: Re: Struts Taglibs (was ... Dying?) > > Most the committers would suggest that using JSTL

Re: Struts Taglibs (was ... Dying?)

2005-08-26 Thread Ted Husted
Most the committers would suggest that using JSTL is a better way to go, and the volunteers have been relunctant to extend the libraries in ways that overlap with JSTL. But if there are other volunteers ready, willing, and able to maintain the library in the Apache Way, we've had a help wanted sign

Re: Struts Taglibs (was ... Dying?)

2005-08-26 Thread Michael Rasmussen
On 8/26/05, Ted Husted <[EMAIL PROTECTED]> wrote: > On 8/26/05, Leon Rosenberg <[EMAIL PROTECTED]> wrote: > > Btw, is anyone working on improvements of the struts-taglibs (logic and > > bean)? > > Sadly, no. The committers all seem to be using JSTL or alternat

Re: Struts Taglibs (was ... Dying?)

2005-08-26 Thread Ted Husted
On 8/26/05, Leon Rosenberg <[EMAIL PROTECTED]> wrote: > Btw, is anyone working on improvements of the struts-taglibs (logic and > bean)? Sadly, no. The committers all seem to be using JSTL or alternate view technologies. We've been looking for someone to help in this area for a v

Re: Should I use JSTL 1.1 & struts taglibs or JSTL 1.0 & struts-el taglibs?

2005-08-11 Thread Joe Germuska
At 5:21 AM -0700 8/11/05, netsql wrote: W/ Tomcat 5 (Servlet 2.4) you should use latest JSTL and regualr Struts tags. You would only use Struts-el tags w/ Servlet 2.3. I would agree with Vic; however, note that you must change your web.xml file so that the root "web-app" element makes it clea

Should I use JSTL 1.1 & struts taglibs or JSTL 1.0 & struts-el taglibs?

2005-08-11 Thread netsql
W/ Tomcat 5 (Servlet 2.4) you should use latest JSTL and regualr Struts tags. You would only use Struts-el tags w/ Servlet 2.3. .V People are conversing... without posting their email or filli

Should I use JSTL 1.1 & struts taglibs or JSTL 1.0 & struts-el taglibs?

2005-08-11 Thread Michael Mattox
I'm using tomcat 5.5.9 with 2.4 spec web.xml. So far I'm using JSTL 1.1 and I'm not sure if I should use the regular struts taglibs or if I should go back to JSTL 1.0 to use struts-el? I like the idea of the struts-el taglibs.. is it possible to use the "el" of JSTL 1.

RE: trouble referencing struts taglibs: TldLocationsCache?

2005-02-05 Thread Martin Gainty
)www.laconiadatasystems.com From: "John McGrath" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: "'Struts Users Mailing List'" Subject: RE: trouble referencing struts taglibs: TldLocationsCache? Date: Sat, 5 Feb 2005 04:09:34 -0500 MI

RE: trouble referencing struts taglibs: TldLocationsCache?

2005-02-05 Thread John McGrath
5 12:28 PM To: struts-user@jakarta.apache.org Subject: trouble referencing struts taglibs: TldLocationsCache? Hi All, I'm migrating an application from WebLogic 6.1 to Tomcat 5.0, and having a problem getting Tomcat to process taglibs correctly. The *.tld files are in WEB-INF, and web.xml is

trouble referencing struts taglibs: TldLocationsCache?

2005-02-03 Thread John McGrath
Hi All, I'm migrating an application from WebLogic 6.1 to Tomcat 5.0, and having a problem getting Tomcat to process taglibs correctly. The *.tld files are in WEB-INF, and web.xml is set up the same as in struts-examples, and the same as we've been using successfully in WebLogic: /tags/struts-

Sol: compile jsp with struts taglibs problem

2004-11-02 Thread Ricardo Andres Quintero
Hi Guys Thanks for Peng I found that i was putting a servlet.jar library into my war WEB-INF/lib directory, so that i cut it and it worked fine. Thanks a lot! On Tue, 2 Nov 2004 09:33:44 -0400, Ricardo Andres Quintero wrote > Hi Guys: > does anyone know why this error happens with tomcat 5? > im

Re: compile jsp with struts taglibs problem

2004-11-02 Thread Peng Tuck Kwok
Ricardo, It would be helpful to see what's on line 22 of inicio.jsp, as in the jsp stuff you have written. On Tue, 2 Nov 2004 09:33:44 -0400, Ricardo Andres Quintero <[EMAIL PROTECTED]> wrote: > Hi Guys: > does anyone know why this error happens with tomcat 5? > im deploying into JBoss

compile jsp with struts taglibs problem

2004-11-02 Thread Ricardo Andres Quintero
Hi Guys: does anyone know why this error happens with tomcat 5? im deploying into JBoss 3.2.5, and the problem is this: Ha tenido lugar un error en la línea: 22 en el archivo jsp: /web/jsp/inicio.jsp Error de servlet generado: /home/desarrollo/jboss-3.2.5/server/default/work/jboss.web/localhost/s

struts taglibs in xml syntax?

2004-05-03 Thread Tomasz Dreßler
Hi! I have problems to use the struts taglibs in jsp with xml syntax. When I use <%@ taglib uri="/WEB-INF/tags/struts-bean.tld" prefix="bean" %> the generated servlet contains the line '_jspx_dependants.add("/WEB-INF/tags/struts-bean.tld")' and ev