ay, February 14, 2008 8:50 AM
> To: Struts Users Mailing List
> Subject: Re: Struts-EL and JSP 2.0
>
> 2008/2/14, javaskull <[EMAIL PROTECTED]>:
> >
> > I'm using RAD 7.0 and WAS 6.1 which is a JSP 2.0 container. If I'm
> > using the Struts 1.38 ver
2008/2/14, javaskull <[EMAIL PROTECTED]>:
>
> I'm using RAD 7.0 and WAS 6.1 which is a JSP 2.0 container. If I'm
> using the Struts 1.38 version, should I not put Struts-EL in the WEB-
> INF\lib folder? I had read that Struts-EL won't work with JSP 2.0 and
>
I'm using RAD 7.0 and WAS 6.1 which is a JSP 2.0 container. If I'm
using the Struts 1.38 version, should I not put Struts-EL in the WEB-
INF\lib folder? I had read that Struts-EL won't work with JSP 2.0 and
I should not use Struts-EL for that. Thanks,
-G
P.S. EL Expressions are
al Message -
From: "semaj.najraham" <[EMAIL PROTECTED]>
To:
Sent: Saturday, July 14, 2007 1:40 PM
Subject: Re: How to display message from resource bundle using Struts EL
tags
Nuwan,
sorry for typo... actually i did type
I'm getting same error:
[ERROR] - Servlet.
> Sent: Saturday, July 14, 2007 2:02 AM
> Subject: Re: How to display message from resource bundle using Struts EL
> tags
>
>
>>
>> Laurie,
>>
>> This is what I did
>>
>> <%@ taglib uri="http://struts.apache.org/tags-bean-el"; pref
Hi,
I think it should be like this.
Thanks,
Nuwan
- Original Message -
From: "semaj.najraham" <[EMAIL PROTECTED]>
To:
Sent: Saturday, July 14, 2007 2:02 AM
Subject: Re: How to display message from resource bundle using Struts EL
tags
Laurie,
This is what I
gt; If I change as you mention, I get the following error:
>>
>> [ERROR] - Servlet.service() for servlet jsp threw exception
>> javax.servlet.jsp.JspException: Missing message for key "" in bundle
>> "(default bundle)" for locale en_US
>>
>> An
uwan chandrasoma-2 wrote:
key="${stringvar}"/>http://struts.apache.org/1.3.8/struts-el/index.html-
Original Message -
From: "semaj.najraham" <[EMAIL PROTECTED]>
To:
Sent: Friday, July 13, 2007 5:49 AM
Subject: Re: How to display message from resource bundle using Struts
a-2 wrote:
>
> key="${stringvar}"/>http://struts.apache.org/1.3.8/struts-el/index.html-
> Original Message -
> From: "semaj.najraham" <[EMAIL PROTECTED]>
> To:
> Sent: Friday, July 13, 2007 5:49 AM
> Subject: Re: How to display message f
key="${stringvar}"/>http://struts.apache.org/1.3.8/struts-el/index.html-
Original Message -
From: "semaj.najraham" <[EMAIL PROTECTED]>
To:
Sent: Friday, July 13, 2007 5:49 AM
Subject: Re: How to display message from resource bundle using Struts
java contains the following containts
>
> public static final String SECTION_TITLE = "section.title";
>
> and key/value is defined in MessageResources.properties file as
> section.title=Add User
>
> How can I get the same functionality using Struts EL tag?
>
> Thank y
ot;section.title";
and key/value is defined in MessageResources.properties file as
section.title=Add User
How can I get the same functionality using Struts EL tag?
Thank you,
semaj
--
View this message in context:
http://www.nabble.com/How-to-display-message-from-resource-bundle-using-Struts-E
icated than it needs to be. :)
>
> --
> Wendy
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://w
On 8/28/06, Mead, Robert F (Titan) @ TITAN <[EMAIL PROTECTED]> wrote:
The Struts libraries are intelligent enough to take a dynamic form name and
find the property.
I have not been able to get the same behavior to work using JSTL and EL.
For example the following fails (and I've tried a bunc
I have an issue I haven't been able to solve for some time and now the Strut-EL
documentation states "Many of the non-porting decisions were based on the fact
that the JSTL expression language itself provides the same functionality".
Scenario: I have JSP pages that are dynamically included in
Michael Cheung wrote:
Hi, all;
c.tld in struts-el is not support rtexprssion.
So every flag should be set via action.
I don't think it can finish any job in this style.
What's the taglib designed for? Should I use
c-rt.tld as default?
The 'rt' stands for 'runtime
One comment inline.
> -Original Message-
> From: Scott Van Wart [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 16, 2006 5:53 PM
> To: Struts Users Mailing List
> Subject: Re: What's the difference between struts-base and struts-el?
>
> Michael
Michael Cheung wrote:
Hi, all;
What's the difference between struts-base
to struts-el.
My general understanding is:
- struts-el is so you can use EL expressions in your Struts tags without
having to use servlet 2.4. The JSP compiler won't compile the EL, so
it's up to
Hi, all;
What's the difference between struts-base
to struts-el.
Document here said:
http://struts.apache.org/1.2.9/userGuide/building_view.html#struts-el
Standard support JSP expression like <%= stringvar %>
and
EL support EL expression.
But my test on base taglib shows, EL ex
Hi, all;
c.tld in struts-el is not support rtexprssion.
So every flag should be set via action.
I don't think it can finish any job in this style.
What's the taglib designed for? Should I use
c-rt.tld as default?
Thanks
Regard
http://struts.apache.org/struts-el/tagreference-struts-bean-el.html#bean:size
Try "name" instead of "collection".
On 3/24/06, Kalcevich, Daniel <[EMAIL PROTECTED]> wrote:
> I have a collection in the Request called "processes" which is an array
> list of
I have a collection in the Request called "processes" which is an array
list of a Transfer Object I use in my application. I am trying to make
the following call from my JSP:
I am getting the following error:
javax.servlet.jsp.JspException: No valid collection specified for size
tag
names.
*Workaround or Solution*:
Do not override JavaBean property names using BeanInfo if you use a
JavaBean in Netui databinding. If you must databind to such a bean,
wrap the bean in a UI version of the bean that follows the JavaBean
property naming convention.
Struts-el is
be causing
conflicts. The spec doesn't forbid a container from providing a JSTL
implementation, does it?
Something is clearly wrong, you should be able to drop a properly
configured Servlet 2.3 app into a container that supports Servlet 2.4,
and have it just work. (For example, I have several
gt; > If I modify the web.xml in the war to be 2.4 compatible, it still doesn't
> > work.
>
> If you want to use Servlet 2.4, then you don't need Struts EL -- the
> container will evaluate the expressions before passing the values to
> the taglib.
>
> *
1 implementation, and
there is some conflict with the Servlet 2.3/JSTL 1.0 apps you are
trying to run.
If I modify the web.xml in the war to be 2.4 compatible, it still doesn't work.
If you want to use Servlet 2.4, then you don't need Struts EL -- the
container will evaluate the
t any modifications to the war.
My guess is that Weblogic is providing a JSTL 1.1 implementation, and
there is some conflict with the Servlet 2.3/JSTL 1.0 apps you are
trying to run.
> If I modify the web.xml in the war to be 2.4 compatible, it still doesn't
> work.
If you want to use Se
Wendy Smoak
> My guess is that you've switched from Servlet 2.3 to 2.4, the
> same as if you'd moved from Tomcat 4.x to 5.x. Hard to tell,
> though, without more information.
Yep, see http://e-docs.bea.com/wls/docs81/notes/new.html#1184292
and http://e-docs.bea.com/wls/docs90/notes/new.html#11
om/xml/ns/j2ee/web-app_2_4.xsd";>
Struts-EL Taglib Exerciser
action
org.apache.struts.action.ActionServlet
application
org.apache.struts.webapp.exercise.ApplicationResources
config
/WEB-INF/struts-config.xml
debug
2
de
Weblogic 8.1 support servlet 2.3 and 9.1 should support servlet 2.4
Thanks,
-Kalpesh
-
Yahoo! Mail
Bring photos to life! New PhotoMail makes sharing a breeze.
On 3/14/06, Mujahid Ali <[EMAIL PROTECTED]> wrote:
> I am using some tags from the struts-el package and they used to work
> fine under weblogic 8.1; After switching over to weblogic 9.1, it seems
> that the BeanInfo class for a given tan is never called, so the jstl
> expressi
Hey Guys,
I am using some tags from the struts-el package and they used to work
fine under weblogic 8.1; After switching over to weblogic 9.1, it seems
that the BeanInfo class for a given tan is never called, so the jstl
expression ${...} is never evaluated. Has anyone seen similar problems
ael pointed out, you have the
option of moving to Servlet 2.4 and JSTL 1.1. In that case the
container will evaluate expressions before passing them to the Struts
taglib, so you don't need Struts-EL.
You can also continue using Servlet 2.3/JSTL 1.0 on Tomcat 5.5 -- it
will work fine.
--
Wendy
h
You don't need Struts-EL on Tomcat 5 because it supports SRV2.4/JSP2.0/JSTL1.1.
Also it seems that you confuse Struts-EL with JSTL. These are different things.
On 3/6/06, Kalcevich, Daniel <[EMAIL PROTECTED]> wrote:
> Wendy,
>
> That was it. My taglib definition was wrong
AM
To: Struts Users Mailing List
Subject: Re: Struts-EL
On 3/6/06, Kalcevich, Daniel <[EMAIL PROTECTED]> wrote:
> I would like to setup Struts-EL in my application. I am currently
> running Struts 1.2.8 with Spring. I did the following:
>
> 1. Added the Struts-el.
On 3/6/06, Kalcevich, Daniel <[EMAIL PROTECTED]> wrote:
> I would like to setup Struts-EL in my application. I am currently
> running Struts 1.2.8 with Spring. I did the following:
>
> 1. Added the Struts-el.jar, jstl.jar, and standard.jar to my
> WEB-INF/lib.
>
I would like to setup Struts-EL in my application. I am currently
running Struts 1.2.8 with Spring. I did the following:
1. Added the Struts-el.jar, jstl.jar, and standard.jar to my
WEB-INF/lib.
2. Added the line "<%@ taglib prefix="c"
uri="http://jav
On 1/31/06, Michael Manley <[EMAIL PROTECTED]> wrote:
> Niall Pemberton gmail.com> writes:
>
> >
> > Thanks for taking the time to debug this. Can you open a bug ticket
> > for this please.
> >
>
> Logged as bug 38461.
Thanks for creating the ticket Mike - its good to reference a bugzilla
ticket
Paul Benedict yahoo.com> writes:
>
> Michael, if you get the time, convert your workaround into a patch and
contribute it.
My original plan was to patch the line in the library and rebuild it to confirm
the problem. However, I've never built struts from source before and my initial
attempt to b
Niall Pemberton gmail.com> writes:
>
> Thanks for taking the time to debug this. Can you open a bug ticket
> for this please.
>
Logged as bug 38461.
Mike
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
Michael, if you get the time, convert your workaround into a patch and
contribute it.
Paul
-
Do you Yahoo!?
With a free 1 GB, there's more in store with Yahoo! Mail.
Thanks for taking the time to debug this. Can you open a bug ticket
for this please.
http://issues.apache.org/bugzilla/
Niall
On 1/31/06, Michael Manley <[EMAIL PROTECTED]> wrote:
> I encountered an odd problem with the struts-el html tag library.
>
> I was using code like the
I encountered an odd problem with the struts-el html tag library.
I was using code like the following in my jsp to render any entry boxes
that weren't valid in a a different style.
This was working fine when I was using the struts html tag library but
when I started using the html-e
To answer this a little differently than Laurie did, the Struts-EL tag
library is a collection of tags that all inherit the behavior of the
Struts tags they replace, except the tag attribute values are passed
through the JSTL expression evaluation engine implemented by the Jakarta
standard taglib
Garner, Shawn wrote:
I'm not sure what exactly is Struts EL and how it compares to the JSTL tags.
I've used JSTL 1.0 tags and see how there is overlap between some of the
Struts logic/bean tags but I fail to see what exactly Struts EL is.
I've read http://struts.apache.org/strut
I'm not sure what exactly is Struts EL and how it compares to the JSTL tags.
I've used JSTL 1.0 tags and see how there is overlap between some of the
Struts logic/bean tags but I fail to see what exactly Struts EL is.
I've read http://struts.apache.org/struts-el/i
Sandhya Lakshmi wrote:
Thanks, Wendy I was looking for the libraries which are in the
struts-el-1.3.0-dev.jar file.
Just as a point of distinction and to reiterate what Wendy said, those
aren't libraries; they're TLDs, which are descriptions _of_ the
libraries: Tag Library D
Thanks, Wendy I was looking for the libraries which are in the
struts-el-1.3.0-dev.jar file.
Sandhya
-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 03, 2006 1:47 PM
To: Struts Users Mailing List
Subject: Re: struts-el tags
On 1/3/06, Sandhya
On 1/3/06, Sandhya Lakshmi <[EMAIL PROTECTED]> wrote:
> I downloaded from nightly builds but it has
> code(struts-el-1.3.0-dev-20060103-src.zip) and
> documentation(struts-el-1.3.0-dev-20060103.zip) of the Struts EL tags
> but not the libraries.
The struts-el-1.3.0-dev.jar
Ted,
I downloaded from nightly builds but it has
code(struts-el-1.3.0-dev-20060103-src.zip) and
documentation(struts-el-1.3.0-dev-20060103.zip) of the Struts EL tags
but not the libraries.
Eventhough on downloading the latest version of struts
1.2.8(struts-1.2.8-lib.zip ) version I did not find
The nightly builds for the upcoming Struts EL 1.3.0 release are here:
* http://svn.apache.org/builds/struts/maven/trunk/nightly/struts-el/
The best available version is bundled with the Struts 1.2.8 release:
* http://struts.apache.org/download.cgi
The libaries are labeled struts-bean-el
I am trying to download struts-el tags .But I could not find them can
anyone mail me the link to download the struts-el tag library
Thanks
Sandhya
---
St Jude Children's Research Hospital is internatio
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" elemen
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
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.
On 7/28/05, Marco Mistroni <[EMAIL PROTECTED]> wrote:
>
> Hello Wendy,
> I missed one point of your statement..
>
> >>
>
> >Even if you're going to use an expression, the 'name' attribute should
> >still
> >evaluate to the _name_ of the bean, not the bean itself.
> > http://struts.apa
do use the JSTL tags instead whenever
>possible. :)
I use EL to replace
where Constants.RESULT has value 'results'
Where does the above declaration differ from the EL?
What does ${sessionScope.result} represent in this case?
can you show me a quick sample on a simple use of E
From: "Marco Mistroni" <[EMAIL PROTECTED]>
Yes I actually reverted to using c:if, and it worked
Just fine
I wanted just to report the situation to see if I was
Using the taglib incorrectly...
Even if you're going to use an expression, the 'name' attribute should still
evaluate to the
July 2005 12:15
To: Marco Mistroni; 'Struts Users Mailing List'
Subject: Re: Struts-EL problem with struts-el-1.3.0-dev
At 11:08 AM +0100 7/28/05, Marco Mistroni wrote:
>anyone could give me some hints on what's wrong?
>Do you think the fact that I have both struts-taglib and
At 11:08 AM +0100 7/28/05, Marco Mistroni wrote:
anyone could give me some hints on what's wrong?
Do you think the fact that I have both struts-taglib and struts-el in
my
Lib directory could cause problems?
No, because el actually depends on taglib -- you have to have taglib to use el
Hello all,
I have an app which is using struts 1.3.. I wanted to 'replace'
existing struts tag with struts-el tag.
So I downloaded struts-el-1.3.0-dev and put it into my jar, (along with
struts-taglib-1.3.0-dev)
I have declared taglibs in web.xml, and I wrote a simple page
Another good suggestion would be to NOT use a different taglib prefix
for the struts-el tag libraries. In the initial examples, you might
have seen examples like "html" and "html-el". I don't recommend that
(anymore). If you use the same prefix, then that will be les
The second example would actually have to be:
"
/>
-- Jeff
On 7/26/05, Jeff Beal <[EMAIL PROTECTED]> wrote:
> It's a lot more clear to compare the difference between:
>
>
>
> and
>
> "/>
>
> Especially considering the following scenarios that "just work" in EL:
>
> -- What if "someObj" m
From: "M4RC0" <[EMAIL PROTECTED]>
> But, a newbie question: whitch are the beneficts of using Struts-EL
> instead standar struts taglibs or JSTL???
These aren't mutually exclusive, typically you'll use the original Struts
taglib alone, or Struts-EL and JSTL 1.0 to
It's a lot more clear to compare the difference between:
and
"/>
Especially considering the following scenarios that "just work" in EL:
-- What if "someObj" may be in more than one scope?
-- What if there *is* no 'someObj'?
-- What if someProp is null?
-- Jeff
On 7/26/05, Dave Newton
M4RC0 wrote:
I mean, why to use
instead
Because typing ${} is easier/cleaner than typing <%= %> and it's JSP 2.0
syntax.
Dave
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTEC
But, a newbie question: whitch are the beneficts of using Struts-EL
instead standar struts taglibs or JSTL???
After reading documentation, i really don't understand why, when and
where to use Struts-EL.
I mean, why to use
instead
???
Thanks!
--
> Anyone can suggest me a good link from where I can learn
> Struts-EL?
http://struts.apache.org/userGuide/building_view.html#struts-el
http://struts.apache.org/faqs/struts-el.html
You can find Struts-EL in the 'contrib' directory of the 1.2.7 binary
distribution.
Hello all,
Anyone can suggest me a good link from where I can learn
Struts-EL?
Thanx and regards
Marco
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I have no error but it doesn't work.
Thanks for your answer anyway.
Le Lundi 4 Juillet 2005 17:30, Ivan Rodriguez a écrit :
> So if it doesnt work for you, try
>
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For addit
That's it !
Thanks !
Le Lundi 4 Juillet 2005 17:03, Wendy Smoak a écrit :
> From: "Dewitte Rémi" <[EMAIL PROTECTED]>
>
> > Hum, I tried :
> > Unable to find a value for "sex" in object of class
> > "org.apache.struts.validator.LazyValidatorForm" using operator "." (null)
> > Indeed, it's a DynaBe
So if it doesnt work for you, try
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
From: "Dewitte Rémi" <[EMAIL PROTECTED]>
Hum, I tried :
Unable to find a value for "sex" in object of class
"org.apache.struts.validator.LazyValidatorForm" using operator "." (null)
Indeed, it's a DynaBean.
http://struts.apache.org/userGuide/building_controller.html#dyna_action_form_classes
Tr
ROTECTED]>
To: "Struts Users Mailing List"
Sent: Monday, July 04, 2005 12:50 PM
Subject: Re: swith to struts-el
Hum, I tried :
Unable to find a value for "sex" in object of class
"org.apache.struts.validator.LazyValidatorForm" using operator "." (null)
Rémi escribió:
> >I'd like to switch all my callic struts tags to struts-el in order to not
> > mix all tags. How do you switch logic.equal to c:if ?
> >For example :
> >
> >
> >Thanks again...
> >
> >
Dewitte Rémi escribió:
I'd like to switch all my callic struts tags to struts-el in order to not mix
all tags. How do you switch logic.equal to c:if ?
For example :
Thanks again...
-
To unsubscribe, e-mail: [
I'd like to switch all my callic struts tags to struts-el in order to not mix
all tags. How do you switch logic.equal to c:if ?
For example :
Thanks again...
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional com
ervlet 2.3) to JSTL 1.1.x (for use with Servlet
2.4)
Niall
- Original Message -
From: "Vano Beridze" <[EMAIL PROTECTED]>
Sent: Sunday, May 08, 2005 7:41 PM
> I'm new to struts.
> I'm going to use only struts-el tags in my jsps.
> The web server is to
Hello
I'm new to struts.
I'm going to use only struts-el tags in my jsps.
The web server is tomcat 4.1.31.
Is it a good choice? Is there any reason I should use basic (old) struts
tags?
Thanks
Vano Beridze
-
To u
andon? And perhaps
> that
> explains why the struts-el webapp doesn't work with Tomcat 5 ...
>
> Mojo
>
> Woodchuck wrote:
> > hihi Morris,
> >
> > sorry but i have to ask, why do you need the struts-el library when
> you
> > a
Hmmm! I must have missed that in the docs. Thanks!
So for the same functionality, I should include the JSTL _and_ Struts
taglibs in my JSPs and write expressions with abandon? And perhaps that
explains why the struts-el webapp doesn't work with Tomcat 5 ...
Mojo
Woodchuck wrote:
hihi M
hihi Morris,
sorry but i have to ask, why do you need the struts-el library when you
are using Tomcat 5.0.28?
Tomcat 5 already has EL capability built-in.
woodchuck
--- Morris Jones <[EMAIL PROTECTED]> wrote:
> I can't find any record in the bugzilla of this being a known
I can't find any record in the bugzilla of this being a known problem, but
maybe the struts-el libraries aren't tracked in the bugzilla:
Tomcat 5.0.28
Struts 1.2.4
Windows 2000
I installed the strutsel-exercise-taglib webapp from contrib/struts-el/webapp.
The index pa
at that time and that is when I get the
exception.
Thanks again.
Marius
-Original Message-
From: David G. Friedman [mailto:[EMAIL PROTECTED]
Sent: 21 December 2004 07:07
To: Struts Users Mailing List
Subject: RE: Struts-EL with Hibernate and LazyInitializationException
(no session)
Mariu
scope. How are you
"lazily" loading it?
Regards,
David
-Original Message-
From: Marius Botha [mailto:[EMAIL PROTECTED]
Sent: Monday, December 20, 2004 9:56 AM
To: [EMAIL PROTECTED]
Subject: Struts-EL with Hibernate and LazyInitializationException (no
session)
Hi there,
I'm
Hi there,
I'm hoping someone out there have some experience with struts and Hibernate
and can point me in the right direction. I'm fairly new to struts and have
actually been using JSF, Hibernate and JBoss for the last couple of months
so this was my only reference point. In JSF using the EL is qu
This isn't a Struts-EL issue. The "html:messages" tag can be used to
iterate over either messages or errors, but not both. It defaults to
errors. You can change it to iterate over messages by setting the
"message" atttribute to "true".
> -Original Me
In my application I want to differentiate b/w error and normal messages
Here is the code in my Controller
ActionMessages messages = new ActionMessages();
ActionMessages errors = new ActionMessages();
messages.add("sample.message", new ActionMessa
Hi there I'm using struts-el to solve some of my indexed problems.
Inb my action I have a collection of beans, assume this beans have a
property of parentBean which has a name:
bean.getParent().getName() would retreive what I want.
on my jsp I have:
Now here lies my question. The lab
Woodchuck wrote:
--- Craig McClanahan <[EMAIL PROTECTED]> wrote:
On Fri, 10 Sep 2004 18:23:46 +1200, Jason Lea <[EMAIL PROTECTED]>
wrote:
Though, if you are using tomcat 5 (which has JSP2/JSTL1.1) then you
don't need struts el, just use the normal struts tags as To
--- Craig McClanahan <[EMAIL PROTECTED]> wrote:
> On Fri, 10 Sep 2004 18:23:46 +1200, Jason Lea <[EMAIL PROTECTED]>
> wrote:
>
> > Though, if you are using tomcat 5 (which has JSP2/JSTL1.1) then you
> > don't need struts el, just use the normal struts tag
On Fri, 10 Sep 2004 18:23:46 +1200, Jason Lea <[EMAIL PROTECTED]> wrote:
> Though, if you are using tomcat 5 (which has JSP2/JSTL1.1) then you
> don't need struts el, just use the normal struts tags as Tomcat takes
> care of the EL expressions.
To be a little bit more verbo
Claudia Woestheinrich wrote:
Hallo,
I want to uses Struts-el but I can't find the source.
Where can I get it?
If you download struts and unzip the file it will have 3 directories:
contrib, lib and webapp
look in contrib/struts-el
Though, if you are using tomcat 5 (which has JSP2/JS
On Fri, 10 Sep 2004 08:15:19 +0200, Claudia Woestheinrich
<[EMAIL PROTECTED]> wrote:
> Hallo,
>
> I want to uses Struts-el but I can't find the source.
> Where can I get it?
>
It's in the standard Struts source distribution (or CVS), under
"contrib/
Hallo,
I want to uses Struts-el but I can't find the source.
Where can I get it?
Thanks Claudia
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
roline
> Jen
> <[EMAIL PROTECTED]> wrote:
> > There are three .jar files in the
> > C:\jakarta-struts-1.1\contrib\struts-el\lib
> directory
> > that are not in the C:\jakarta-struts-1.1\lib
> > directory. Those three files are jstl.jar,
> > standard.jar, and s
Hi,
There's a long thread about that just yesterday. Check the messages history.
-Yves-
On Tue, 31 Aug 2004 04:36:57 -0700 (PDT), Caroline Jen
<[EMAIL PROTECTED]> wrote:
> There are three .jar files in the
> C:\jakarta-struts-1.1\contrib\struts-el\lib directory
> that are n
nal Message-
> From: Caroline Jen [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 31, 2004 12:37 PM
> To: [EMAIL PROTECTED]
> Subject: The jar files in the
> C:\jakarta-struts-1.1\contrib\struts-el\lib directory
>
>
> There are three .jar files in the
> C:\jakarta-st
There are three .jar files in the
C:\jakarta-struts-1.1\contrib\struts-el\lib directory
that are not in the C:\jakarta-struts-1.1\lib
directory. Those three files are jstl.jar,
standard.jar, and struts-el.jar.
Do we also copy those three files to the
C:\TOMCAT\webapps\AppName\WEB-INF\lib
Hello everybody,
struts-el TLDs are somewhat strange, they set rtexprvalue to false and hence
this is what happens when I put an EL expr in an struts-el tag:
"According to TLD or attribute directive in tag file, attribute action does
not accept any expressions"
Well, where is t
1 - 100 of 128 matches
Mail list logo