RE: Struts-EL and JSP 2.0

2008-02-14 Thread Karr, David
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

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 >

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

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

2007-07-14 Thread Nuwan Chandrasoma
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.

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

2007-07-14 Thread semaj.najraham
> 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

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

2007-07-13 Thread Nuwan Chandrasoma
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

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

2007-07-13 Thread semaj.najraham
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

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

2007-07-13 Thread Laurie Harper
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

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

2007-07-13 Thread semaj.najraham
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

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

2007-07-12 Thread Nuwan Chandrasoma
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

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

2007-07-12 Thread semaj.najraham
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

How to display message from resource bundle using Struts EL tags

2007-07-12 Thread semaj.najraham
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

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

2006-08-28 Thread Bob
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

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: 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

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: 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

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

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

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 ex

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 Regard

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

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: I am getting the following error: javax.servlet.jsp.JspException: No valid collection specified for size tag

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 is

Re: Struts-el and Weblogic 9.1

2006-03-14 Thread Wendy Smoak
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

Re: Struts-el and Weblogic 9.1

2006-03-14 Thread Michael Jouravlev
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. > > *

Re: Struts-el and Weblogic 9.1

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

Re: Struts-el and Weblogic 9.1

2006-03-14 Thread Wendy Smoak
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

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 http://e-docs.bea.com/wls/docs90/notes/new.html#11

Re: Struts-el and Weblogic 9.1

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

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 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 > expressi

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

2006-03-06 Thread Wendy Smoak
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

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

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.

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. >

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://jav

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 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

Re: Possible Bug in struts-el html tag library

2006-01-31 Thread Michael Manley
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

Re: Possible Bug in struts-el html tag library

2006-01-31 Thread Michael Manley
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,

Re: Possible Bug in struts-el html tag library

2006-01-30 Thread Paul Benedict
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.

Re: Possible Bug in struts-el html tag library

2006-01-30 Thread Niall Pemberton
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

Possible Bug in struts-el html tag library

2006-01-30 Thread Michael Manley
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

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

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/strut

[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/i

[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 D

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

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

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 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

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 internatio

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" elemen

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

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: 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.. > > >> > > >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

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

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

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... Even if you're going to use an expression, the 'name' attribute should still evaluate to the

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

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

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

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 les

Re: STruts-EL

2005-07-26 Thread Jeff Beal
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

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 to

Re: STruts-EL

2005-07-26 Thread Jeff Beal
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

Re: STruts-EL

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

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 instead ??? Thanks! --

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.

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: 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 > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For addit

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 DynaBe

Re: swith to struts-el

2005-07-04 Thread Ivan Rodriguez
So if it doesnt work for you, try - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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 Tr

Re: swith to struts-el

2005-07-04 Thread Martin Gainty
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)

Re: swith to struts-el

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

Re: swith to struts-el

2005-07-04 Thread Ivan Rodriguez
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: [

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 : Thanks again... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Re: Struts-EL

2005-05-08 Thread Niall Pemberton
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

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 u

Re: struts-el webapp NullPointerException

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

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 M

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

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 pa

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

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

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

2004-12-20 Thread David G. Friedman
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

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 qu

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 Me

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 ActionMessa

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: Now here lies my question. The lab

Re: struts-el

2004-09-10 Thread Jason Lea
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

Re: struts-el

2004-09-10 Thread Woodchuck
--- 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

Re: struts-el

2004-09-09 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 verbo

Re: struts-el

2004-09-09 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/JS

Re: struts-el

2004-09-09 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

2004-09-09 Thread Claudia Woestheinrich
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]

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

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

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 n

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

2004-08-31 Thread Paul McCulloch
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

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

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 t

  1   2   >