Agreed. There's no point in using Struts-EL anymore. There was a time, as
David said, when EL was a tag-only solution. But since JSP 2.0, the servlet
container understands EL natively so every tag can use EL.


Cheers,
Paul

On Fri, Jul 24, 2015 at 4:20 PM, David Karr <[email protected]>
wrote:

> One thing I should mention about your use of the "Struts-EL" library (which
> I wrote, like, 15 years ago). It was a stopgap solution to somewhat
> integrate Struts with JSP expressions, but only in JSP 1.2 containers.  If
> you use it in a JSP 2.0 or newer container, you'll likely get confusing
> results.  It should only be used in a JSP1.2 container.
>
> On Fri, Jul 24, 2015 at 2:14 PM Curtis Rueden <[email protected]> wrote:
>
> > Hi Hector,
> >
> > Maybe you are depending on the wrong version of those libraries? API
> change
> > and evolve; you have to depend on a version compatible with what was
> > originally coded against.
> >
> > -Curtis
> >
> > On Fri, Jul 24, 2015 at 3:04 PM, Magnanao, Hector <
> [email protected]
> > >
> > wrote:
> >
> > > Hi Curtis,
> > >
> > > I have these remaining errors on my compilation.  I can't figure out if
> > > this is code or package errors.  Can you help me out ?
> > >
> > > [ERROR] COMPILATION ERROR :
> > > [INFO] -------------------------------------------------------------
> > > [ERROR]
> > >
> >
> /C:/Foundation/foundation/src/main/java/com/mycompany/app/web/taglib/struts/html/FormTagEl.java:[351,53]
> > > cannot find symbol
> > >   symbol:   method getName()
> > >   location: class foundation.web.taglib.struts.html.FormTagEl
> > > [ERROR]
> > >
> >
> /C:/Foundation/foundation/src/main/java/com/mycompany/app/web/taglib/struts/html/FormTagEl.java:[352,18]
> > > cannot find symbol
> > >   symbol: method setName(java.lang.String)
> > > [ERROR]
> > >
> >
> /C:/Foundation/foundation/src/main/java/com/mycompany/app/web/taglib/struts/html/FormTagEl.java:[360,54]
> > > cannot find symbol
> > >   symbol:   method getScope()
> > >   location: class foundation.web.taglib.struts.html.FormTagEl
> > > [ERROR]
> > >
> >
> /C:/Foundation/foundation/src/main/java/com/mycompany/app/web/taglib/struts/html/FormTagEl.java:[361,18]
> > > cannot find symbol
> > >   symbol: method setScope(java.lang.String)
> > > [ERROR]
> > >
> >
> /C:/Foundation/foundation/src/main/java/com/mycompany/app/web/taglib/struts/html/FormTagEl.java:[375,53]
> > > cannot find symbol
> > >   symbol:   method getType()
> > >   location: class foundation.web.taglib.struts.html.FormTagEl
> > > [ERROR]
> > >
> >
> /C:/Foundation/foundation/src/main/java/com/mycompany/app/web/taglib/struts/html/FormTagEl.java:[376,18]
> > > cannot find symbol
> > >   symbol: method setType(java.lang.String)
> > > [ERROR]
> > >
> >
> /C:/Foundation/foundation/src/main/java/com/mycompany/app/cache/LicenseService.java:[35,23]
> > > cannot find symbol
> > >   symbol:   class License
> > >   location: package aspose.pdf
> > > [ERROR]
> > >
> >
> /C:/Foundation/foundation/src/main/java/com/mycompany/app/cache/LicenseService.java:[35,59]
> > > cannot find symbol
> > >   symbol:   class License
> > >   location: package aspose.pdf
> > > [INFO] 8 errors
> > >
> > > -----Original Message-----
> > > From: [email protected] [mailto:[email protected]] On
> Behalf
> > > Of Curtis Rueden
> > > Sent: Friday, July 24, 2015 1:13 PM
> > > To: Maven Users List
> > > Subject: Re: build error on strutsel
> > >
> > > Hi Hector,
> > >
> > > > package com.aspose.cells does not exist
> > >
> > > Looks like Aspose.Cells is in its own Maven repo from that company:
> > >
> > >
> > >
> >
> http://www.aspose.com/blogs/aspose-products/aspose-total-product-family/archive/2014/08/12/aspose-for-maven-aspose-cloud-maven-repository.html
> > >
> > > Found by searching Google for "com.aspose.cells maven"
> > >
> > > Repeat these tricks for all packages you need to find.
> > >
> > > -Curtis
> > >
> > > On Fri, Jul 24, 2015 at 12:39 PM, Magnanao, Hector <
> > > [email protected]>
> > > wrote:
> > >
> > > > Hi Curtis,  that’s ok, I got past that error.  Now I get this one.
> > > >
> > > > [ERROR] Failed to execute goal
> > > > org.apache.maven.plugins:maven-compiler-plugin:3.1:compile
> > > > (default-compile) on project foundation: Compilation failure:
> > Compilation
> > > > failure:
> > > > [ERROR]
> > > >
> > >
> >
> /C:/Foundation/foundation/src/main/java/com/mycompany/app/cache/LicenseService.java:[3,24]
> > > > package com.aspose.cells does not exist
> > > >
> > > > From: [email protected] [mailto:[email protected]] On
> > Behalf
> > > > Of Curtis Rueden
> > > > Sent: Friday, July 24, 2015 12:35 PM
> > > > To: Maven Users List
> > > > Subject: Re: build error on strutsel
> > > >
> > > > Hi Hector,
> > > >
> > > > > I clicked on the link and it returns nothing.
> > > > > How do I search for it in the repository ?
> > > >
> > > > That's baffling. I see this:
> > > >
> > > > [Inline image 1]
> > > >
> > > > I have no clue why it would be different for you...
> > > >
> > > > Regards,
> > > > Curtis
> > > >
> > > > On Fri, Jul 24, 2015 at 12:31 PM, Magnanao, Hector <
> > > > [email protected]<mailto:[email protected]>> wrote:
> > > > Hi Curtis,
> > > >
> > > > I clicked on the link and it returns nothing.  How do I search for it
> > in
> > > > the repository ?
> > > >
> > > > -----Original Message-----
> > > > From: [email protected]<mailto:[email protected]>
> [mailto:
> > > > [email protected]<mailto:[email protected]>] On Behalf
> Of
> > > > Curtis Rueden
> > > > Sent: Friday, July 24, 2015 12:17 PM
> > > > To: Maven Users List
> > > > Subject: Re: build error on strutsel
> > > >
> > > > Hi Hector,
> > > >
> > > > > I can't find it in the maven repository.
> > > >
> > > >
> > > >
> > >
> >
> http://search.maven.org/#search%7Cga%7C1%7Cfc%3A%22org.apache.strutsel.taglib.utils%22
> > > >
> > > > -Curtis
> > > >
> > > > On Fri, Jul 24, 2015 at 12:11 PM, Magnanao, Hector <
> > > > [email protected]<mailto:[email protected]>>
> > > > wrote:
> > > >
> > > > > How do I resolve this package error ?  I can't find it in the maven
> > > > > repository.
> > > > >
> > > > > ERROR] Failed to execute goal
> > > > > org.apache.maven.plugins:maven-compiler-plugin:3.1:compile
> > > > > (default-compile) on project foundation: Compilation failure:
> > > Compilation
> > > > > failure:
> > > > > ERROR]
> > > > >
> > > >
> > >
> >
> /C:/Foundation/foundation/src/main/java/com/mycompany/app/web/taglib/struts/html/FormTagEl.java:[64,40]
> > > > > package org.apache.strutsel.taglib.utils does not exist
> > > > > ERROR]
> > > > >
> > > >
> > >
> >
> /C:/Foundation/foundation/src/main/java/com/mycompany/app/web/taglib/struts/bean/MessageTagEl.java:[72,40]
> > > > > package org.apache.strutsel.taglib.utils does not exist
> > > > >
> > > > > Hector Magnanao Jr.
> > > > > SCM Analyst
> > > > >
> > > > > Fieldglass, Inc.
> > > > > O: (331) 702-6142<tel:%28331%29%20702-6142>
> > > > > M: (773) 474-3051<tel:%28773%29%20474-3051>
> > > > > [email protected]<mailto:[email protected]>
> > > > > www.fieldglass.com<http://www.fieldglass.com>
> > > > >
> > > > > Fieldglass is now part of SAP
> > > > >
> > > > > This email contains confidential information.  If you are not the
> > > > intended
> > > > > recipient, do not read, distribute or reproduce this transmission
> > > > > (including any attachments). If you have received this email in
> > error,
> > > > > please notify the sender by email reply.
> > > > >
> > > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: [email protected]<mailto:
> > > > [email protected]>
> > > > For additional commands, e-mail: [email protected]<mailto:
> > > > [email protected]>
> > > >
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [email protected]
> > > For additional commands, e-mail: [email protected]
> > >
> >
>

Reply via email to