Re: Struts-EL and JSP 2.0

2008-02-14 Thread Antonio Petrelli
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 should not use Struts-EL for that. Thanks

Struts-EL and JSP 2.0

2008-02-14 Thread javaskull
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 not working

RE: Struts-EL and JSP 2.0

2008-02-14 Thread Karr, David
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 version, should I not put Struts-EL in the WEB- INF\lib folder? I had read that Struts-EL

Re: How to display message from resource bundle using Struts EL tags

2007-07-14 Thread semaj.najraham
] To: user@struts.apache.org 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; prefix=bean-el% %@ page import=com.messages.Constants

Re: How to display message from resource bundle using Struts EL tags

2007-07-14 Thread Nuwan Chandrasoma
tried this. but this would work i guess :) Thanks, Nuwan - Original Message - From: semaj.najraham [EMAIL PROTECTED] To: user@struts.apache.org 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

Re: How to display message from resource bundle using Struts EL tags

2007-07-13 Thread Nuwan Chandrasoma
bean-el:message key=${stringvar}/http://struts.apache.org/1.3.8/struts-el/index.html- Original Message - From: semaj.najraham [EMAIL PROTECTED] To: user@struts.apache.org Sent: Friday, July 13, 2007 5:49 AM Subject: Re: How to display message from resource bundle using Struts EL tags

Re: How to display message from resource bundle using Struts EL tags

2007-07-13 Thread semaj.najraham
=${stringvar}/http://struts.apache.org/1.3.8/struts-el/index.html- Original Message - From: semaj.najraham [EMAIL PROTECTED] To: user@struts.apache.org Sent: Friday, July 13, 2007 5:49 AM Subject: Re: How to display message from resource bundle using Struts EL tags Any idea

Re: How to display message from resource bundle using Struts EL tags

2007-07-13 Thread Laurie Harper
://struts.apache.org/1.3.8/struts-el/index.html- Original Message - From: semaj.najraham [EMAIL PROTECTED] To: user@struts.apache.org Sent: Friday, July 13, 2007 5:49 AM Subject: Re: How to display message from resource bundle using Struts EL tags Any idea, guys!! semaj.najraham wrote: I

Re: How to display message from resource bundle using Struts EL tags

2007-07-13 Thread semaj.najraham
/struts-el/index.html- Original Message - From: semaj.najraham [EMAIL PROTECTED] To: user@struts.apache.org Sent: Friday, July 13, 2007 5:49 AM Subject: Re: How to display message from resource bundle using Struts EL tags Any idea, guys!! semaj.najraham wrote: I have

Re: How to display message from resource bundle using Struts EL tags

2007-07-13 Thread Nuwan Chandrasoma
using Struts EL tags Laurie, This is what I did %@ taglib uri=http://struts.apache.org/tags-bean-el; prefix=bean-el% %@ page import=com.messages.Constants % bean:message key=${Constants.SECTION_TITLE } / where Constants.java contains the following contants public static final String

How to display message from resource bundle using Struts EL tags

2007-07-12 Thread semaj.najraham
; 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-EL-tags-tf4069659.html

Re: How to display message from resource bundle using Struts EL tags

2007-07-12 Thread semaj.najraham
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 you, semaj -- View this message in context: http://www.nabble.com/How-to-display

Struts-EL and Struts features not in JSTL and EL

2006-08-28 Thread Mead, Robert F \(Titan\) @ TITAN
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

Re: Struts-EL and Struts features not in JSTL and EL

2006-08-28 Thread Wendy Smoak
On 8/28/06, Mead, Robert F (Titan) @ TITAN [EMAIL PROTECTED] wrote: logic:equal value=someValue name=${param.formName} property=someProp 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

Re: Struts-EL and Struts features not in JSTL and EL

2006-08-28 Thread Bob
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Struts-EL-and-Struts-features-not-in-JSTL-and-EL-tf2177786.html#a6024515 Sent from the Struts - User forum

RE: What's the difference between struts-base and struts-el?

2006-08-17 Thread Karr, David
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 Cheung wrote: Hi, all; What's

Re: what's the c.tld in struts-el designed for?

2006-08-17 Thread Laurie Harper
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 expression' (i.e. %expr

Re: What's the difference between struts-base and struts-el?

2006-08-16 Thread Scott Van Wart
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 Struts to do

what's the c.tld in struts-el designed for?

2006-08-14 Thread Michael Cheung
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 Regards; Michael

What's the difference between struts-base and struts-el?

2006-08-14 Thread Michael Cheung
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 expression

Struts-EL Tag Question

2006-03-24 Thread Kalcevich, Daniel
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: bean-el:size id=numProcesses collection=${processes}/ I am getting the following error:

Re: Struts-EL Tag Question

2006-03-24 Thread Michael Jouravlev
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 a Transfer Object I use in my application. I am

Struts-el and Weblogic 9.1

2006-03-14 Thread Mujahid Ali
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

Re: Struts-el and Weblogic 9.1

2006-03-14 Thread Wendy Smoak
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 expression ${...} is never

Re: Struts-el and Weblogic 9.1

2006-03-14 Thread kalpesh modi
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.

Re: Struts-el and Weblogic 9.1

2006-03-14 Thread Mujahid Ali
this... Thanks, Mujahid Wendy Smoak wrote: 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

RE: Struts-el and Weblogic 9.1

2006-03-14 Thread George.Dinwiddie
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

Re: Struts-el and Weblogic 9.1

2006-03-14 Thread Wendy Smoak
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 Servlet 2.4, then you don't need Struts EL

Re: Struts-el and Weblogic 9.1

2006-03-14 Thread Mujahid Ali
, 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 expressions before passing

Re: Struts-el and Weblogic 9.1

2006-03-14 Thread Michael Jouravlev
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. * http://wiki.wsmoak.net/cgi-bin/wiki.pl?StrutsAndJSTL Slightly offtopic but still relevant: what is meant by container provides support for JSTL 1.1

Re: Struts-el and Weblogic 9.1

2006-03-14 Thread Wendy Smoak
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 Struts EL/Servlet 2.3/JSTL 1.0 apps deployed to Tomcat

Re: Struts-el and Weblogic 9.1

2006-03-14 Thread Mujahid Ali
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

Struts-EL

2006-03-06 Thread Kalcevich, Daniel
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://java.sun.com/jsp/jstl/core; % to my JSP

Re: Struts-EL

2006-03-06 Thread Wendy Smoak
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. 2. Added the line %@ taglib

RE: Struts-EL

2006-03-06 Thread Kalcevich, Daniel
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.jar, jstl.jar, and standard.jar

Re: Struts-EL

2006-03-06 Thread Michael Jouravlev
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. But for reference

Re: Struts-EL

2006-03-06 Thread Wendy Smoak
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 http://wiki.wsmoak.net/cgi-bin

Re: Possible Bug in struts-el html tag library

2006-01-31 Thread Michael Manley
Niall Pemberton niall.pemberton at 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

Re: Possible Bug in struts-el html tag library

2006-01-31 Thread Niall Pemberton
On 1/31/06, Michael Manley [EMAIL PROTECTED] wrote: Niall Pemberton niall.pemberton at 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

[Struts EL JSTL]

2006-01-23 Thread Garner, Shawn
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/index.html http

Re: [Struts EL JSTL]

2006-01-23 Thread Laurie Harper
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/struts-el/index.html

RE: [Struts EL JSTL]

2006-01-23 Thread Karr, David
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

[OT] Re: struts-el tags

2006-01-04 Thread Dave Newton
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 Descriptors

struts-el tags

2006-01-03 Thread Sandhya Lakshmi
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 internationally

Re: struts-el tags

2006-01-03 Thread Ted Husted
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

RE: struts-el tags

2006-01-03 Thread Sandhya Lakshmi
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

Re: struts-el tags

2006-01-03 Thread Wendy Smoak
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 file is there. By libraries

RE: struts-el tags

2006-01-03 Thread Sandhya Lakshmi
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

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

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 clear

Struts-EL problem with struts-el-1.3.0-dev

2005-07-28 Thread Marco Mistroni
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 which uses

Re: Struts-EL problem with struts-el-1.3.0-dev

2005-07-28 Thread Joe Germuska
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

RE: Struts-EL problem with struts-el-1.3.0-dev

2005-07-28 Thread Marco Mistroni
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 struts-el in my Lib

Re: Struts-EL problem with struts-el-1.3.0-dev

2005-07-28 Thread Wendy Smoak
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... logic:present name=${sessionScope.results} Even if you're going to use an expression, the 'name'

RE: Struts-EL problem with struts-el-1.3.0-dev

2005-07-28 Thread Marco Mistroni
sample on a simple use of EL ? if I store objects in session/request/applicationScope, why can't I use struts-el with EL to retrieve them? Thanx in advance for your time and regards Marco mistroni [BTW, in a Servlet 2.3 container, you do not need all those taglib tags in web.xml. If you

Re: Struts-EL problem with struts-el-1.3.0-dev

2005-07-28 Thread Jeff Beal
On 7/28/05, Marco Mistroni [EMAIL PROTECTED] wrote: Hello Wendy, I missed one point of your statement.. logic:present name=${sessionScope.results} Even if you're going to use an expression, the 'name' attribute should still evaluate to the _name_ of the bean, not the bean

STruts-EL

2005-07-26 Thread Marco Mistroni
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]

Re: STruts-EL

2005-07-26 Thread Wendy Smoak
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. -- Wendy Smoak

Re: STruts-EL

2005-07-26 Thread M4RC0
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 bean-el:message key=${stringvar}/ instead bean:message key='%= stringvar

Re: STruts-EL

2005-07-26 Thread Dave Newton
M4RC0 wrote: I mean, why to use bean-el:message key=${stringvar}/ instead bean:message key='%= stringvar %'/ Because typing ${} is easier/cleaner than typing %= % and it's JSP 2.0 syntax. Dave - To unsubscribe,

Re: STruts-EL

2005-07-26 Thread Jeff Beal
It's a lot more clear to compare the difference between: bean-el:message key=${someObj.someProp.someString}/ and bean:message key=%= request.getAttribute(someObj).getSomeProp().getSomeString()%/ Especially considering the following scenarios that just work in EL: -- What if someObj may be

Re: STruts-EL

2005-07-26 Thread Wendy Smoak
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 together [in a Servlet 2.3/JSP 1.2

Re: STruts-EL

2005-07-26 Thread Jeff Beal
The second example would actually have to be: bean:message key=%= ((SomeClass)request.getAttribute(someObj)).getSomeProp().getSomeString()% / -- Jeff On 7/26/05, Jeff Beal [EMAIL PROTECTED] wrote: It's a lot more clear to compare the difference between: bean-el:message

RE: STruts-EL

2005-07-26 Thread Karr, David
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 less to change when you port your

swith to struts-el

2005-07-04 Thread Dewitte Rémi
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 : logic:equal name=myForm property=sex value=F Thanks again... - To unsubscribe, e-mail

Re: swith to struts-el

2005-07-04 Thread Ivan Rodriguez
c:if test=${myForm.sex eq 'F'} 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 : logic:equal name=myForm property=sex value=F Thanks again

Re: swith to struts-el

2005-07-04 Thread Dewitte Rémi
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 : logic:equal name=myForm property=sex value=F Thanks again... - To unsubscribe, e-mail

Re: swith to struts-el

2005-07-04 Thread Martin Gainty
Users Mailing List user@struts.apache.org 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) Indeed, it's a DynaBean. Have an idea ? Le Lundi

Re: swith to struts-el

2005-07-04 Thread Wendy Smoak
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 Try: c:if

Re: swith to struts-el

2005-07-04 Thread Ivan Rodriguez
So if it doesnt work for you, try c:if test=${sex eq 'F'} - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: swith to struts-el

2005-07-04 Thread Dewitte Rémi
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 DynaBean.

Re: swith to struts-el

2005-07-04 Thread Dewitte Rémi
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 c:if test=${sex eq 'F'} - To unsubscribe, e-mail: [EMAIL

Struts-EL

2005-05-08 Thread Vano Beridze
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 unsubscribe

Re: Struts-EL

2005-05-08 Thread Niall Pemberton
their URI changed from JSTL 1.0.x (for use with Servlet 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

struts-el webapp NullPointerException

2005-04-27 Thread Morris Jones
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 page gives

Re: struts-el webapp NullPointerException

2005-04-27 Thread Woodchuck
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 problem, but maybe

Re: struts-el webapp NullPointerException

2005-04-27 Thread Morris Jones
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 Morris

Re: struts-el webapp NullPointerException

2005-04-27 Thread Woodchuck
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 are using Tomcat 5.0.28? Tomcat 5 already has EL capability built-in. woodchuck --- Morris Jones

Struts-EL with Hibernate and LazyInitializationException (no session)

2004-12-20 Thread Marius Botha
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

RE: Struts-EL with Hibernate and LazyInitializationException (no session)

2004-12-20 Thread David G. Friedman
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 hoping someone out there have some

RE: Struts-EL with Hibernate and LazyInitializationException (no session)

2004-12-20 Thread Marius Botha
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) Marius, In Hibernate when you use

RE: ActionMessages and Struts-EL Tags

2004-12-14 Thread Karr, David
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 Message- From: Hariharan V [mailto:[EMAIL

ActionMessages and Struts-EL Tags

2004-12-13 Thread Hariharan V
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

Struts-el question

2004-12-07 Thread Vinicius Caldeira Carvalho
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: html-el:form html-el:select property=idBean

Re: struts-el

2004-09-10 Thread Craig McClanahan
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/struts-el. Thanks Claudia Craig

Re: struts-el

2004-09-10 Thread Jason Lea
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/JSTL1.1

Re: struts-el

2004-09-10 Thread Craig McClanahan
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 verbose, this behavior is only

The jar files in the C:\jakarta-struts-1.1\contrib\struts-el\lib directory

2004-08-31 Thread Caroline Jen
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

RE: The jar files in the C:\jakarta-struts-1.1\contrib\struts-el\ lib directory

2004-08-31 Thread Paul McCulloch
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-struts-1.1\contrib\struts-el\lib directory

Re: The jar files in the C:\jakarta-struts-1.1\contrib\struts-el\lib directory

2004-08-31 Thread Yves Sy
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 not in the C:\jakarta

Re: The jar files in the C:\jakarta-struts-1.1\contrib\struts-el\lib directory

2004-08-31 Thread Caroline Jen
.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 directory

struts-el doesn't accept expressions

2004-08-29 Thread struts
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 that hidden secret

Re: the difference between struts with JSTL tags and struts-el tags

2004-06-06 Thread vancega
:\j2sdk1.4.2_01\lib;d:\batik\batik-1.5\lib;d:\batik\ xml-batik;d:\junit3.8.1\junit.jar What container are you using? Jrun 4.0 updater 3 After I switched back to use struts with JSTL tags, the problem went away. I am thinking if there is no difference between struts with jstl tag and struts-el tags

the difference between struts with JSTL tags and struts-el tags

2004-06-05 Thread vancega
All, I am confused after using struts-el tags. I was previously using standard struts tags with jstl tags as needed. After I switched to use struts-el, some of tags are no more working. for example, readonly=true attribute in html:text tag is not working in struts-el tags. It is saying that Error

RE: the difference between struts with JSTL tags and struts-el tags

2004-06-05 Thread Karr, David
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] I am confused after using struts-el tags. I was previously using standard struts tags with jstl tags as needed. After I switched to use struts-el, some of tags are no more working. for example, readonly=true

RE: newbie struts-el best practices question

2004-05-03 Thread Takhar, Sandeep
Thanks Craig, that was helpful to understand. sandeep -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Thursday, April 29, 2004 3:13 AM To: Struts Users Mailing List Subject: Re: newbie struts-el best practices question Takhar, Sandeep wrote: Where does

newbie struts-el best practices question

2004-04-22 Thread David Neiman
not. My question is whether or not I should use the struts-el tags where they exist in place of the original struts tags. Would this be considered a best practice? Is it just a matter of personal preference? It seems the struts-el tags are new port from the original. Are they as stable

RE: newbie struts-el best practices question

2004-04-22 Thread Robert Taylor
David, I think the consensus is to utilize standards where possible; next use common (open source/vendor); otherwise proprietary tags (role your own). JSTL == Struts-EL tags == Struts tags == common/vendor library tags == role your own tags So your application may end up using a combination

RE: newbie struts-el best practices question

2004-04-22 Thread Takhar, Sandeep
struts-el best practices question David, I think the consensus is to utilize standards where possible; next use common (open source/vendor); otherwise proprietary tags (role your own). JSTL == Struts-EL tags == Struts tags == common/vendor library tags == role your own tags So your application may

RE: newbie struts-el best practices question

2004-04-22 Thread Karr, David
-Original Message- From: David Neiman [mailto:[EMAIL PROTECTED] My question is whether or not I should use the struts-el tags where they exist in place of the original struts tags. Would this be considered a best practice? Is it just a matter of personal preference? It seems

  1   2   >