Re: Struts EL status

2003-12-16 Thread Adam Hardy
When you upgrade to tomcat 5, you won't need any *-el taglibs anymore. The EL will be taken care of automatically by the container. That means that when you upgrade, you just change your taglib declarations from html-el, tiles-el etc back to html, tiles... It makes it a non-issue! On

Re: Struts EL status

2003-12-16 Thread Ted Husted
What is supported and what is deprecated is totally up to the community. If there are people out there who want to use and maintain the original Struts tags, then there's no reason why they cannot remain current. All that has ever happened is that the current set of Committers are not using

RE: Struts EL status

2003-12-16 Thread Karr, David
To summarize a couple of points already stated here: The base Struts library doesn't use the EL because the JSTL requires JSP 1.2, and Struts is still supported on containers which only provide JSP 1.1. If you write your JSP code to use the same prefixes as before (html, bean, etc.), but

Re: Struts EL status

2003-12-16 Thread Ted Husted
As a longtime Struts Committer, I can tell you that it *is* part of the main development tract. As Joe mentioned, the only reason it doesn't ship with the other taglibs is because it requires a 2.3/1.2 container. When a 2.3/1.2 container is in play, I do tell my own clients to prefer Struts EL

Re: Struts EL status

2003-12-15 Thread Joe Germuska
At 9:54 AM +1100 12/16/03, Derek Clarkson wrote: Hi all, My boss doesn't want to use Struts EL because as he puts it it's not part of the main development and we can't tell where it might go. Can anyone clarify when and if it is going to take over ? everyone seems to be using it and I've used it

Re: Struts EL status

2003-12-15 Thread Mike Duffy
IMHO: Using the Struts HTML-EL tags with JSTL is the best way to go. The Struts Logic tags are not as funtional as JSTL. Mike --- Derek Clarkson [EMAIL PROTECTED] wrote: Hi all, My boss doesn't want to use Struts EL because as he puts it it's not part of the main development and

Re: Struts EL status

2003-12-15 Thread Vic Cekvenich
Yes, I would say BEAN and LOGIC tags should not be used! One should use JSTL, DisplayTag, Struts Menu, HTML-el, Tiles-el. AFAIK EL will become main (and others deprecated) when Struts drops support for Tomcat 3, which is planed for Struts 2.0. I do think everyone is using EL and if they are not,

Re: struts-el and messages

2003-10-17 Thread Chris Searle
Chris == Chris Searle [EMAIL PROTECTED] writes: Had the problem with using the html:messages with struts-el from the 1.1RC1 build (NullPointerException) - so I've just upgraded to 1.1 (thought I'd already done so). Now - I get no exception - but I get no message either. Got

RE: struts-el and messages

2003-10-17 Thread Steve Raeburn
PROTECTED] Sent: October 17, 2003 1:44 AM To: [EMAIL PROTECTED] Subject: Re: struts-el and messages Chris == Chris Searle [EMAIL PROTECTED] writes: Had the problem with using the html:messages with struts-el from the 1.1RC1 build (NullPointerException) - so I've just upgraded

Re: struts-el and messages

2003-10-17 Thread Adam Hardy
Chris, This works for me: c:set var=GLOBAL_ERROR %=org.apache.struts.action.ActionErrors.GLOBAL_ERROR % /c:set html:messages id=errorMsgs message=true property=${GLOBAL_ERROR} header=errors.header footer=errors.footer c:out value=${errorMsgs}

Re: struts-el and messages

2003-10-17 Thread Adam Hardy
On 10/17/2003 10:43 AM Chris Searle wrote: Chris == Chris Searle [EMAIL PROTECTED] writes: Had the problem with using the html:messages with struts-el from the 1.1RC1 build (NullPointerException) - so I've just upgraded to 1.1 (thought I'd already done so). Now - I get no

Re: struts-el and messages

2003-10-17 Thread Chris Searle
Steve == Steve Raeburn [EMAIL PROTECTED] writes: The nightly build has a method that allows you to store messages in the session. They are automatically removed after being displayed. Action: protected void saveMessages(HttpSession session, ActionMessages messages)

Re: struts-el and messages

2003-10-17 Thread Chris Searle
Chris == Chris Searle [EMAIL PROTECTED] writes: And the message code JSP: logic:messagesPresent message=true html:messages id=message message=true p class=messagec:out value=${messsge}//p /html:messages /logic:messagesPresent Nothing displays. Sent that a bit

RE: Struts EL

2003-09-12 Thread Paul McCulloch
It's in the contrib directory of the struts distribution. I can't help you much on using JSTL struts-el together I'm afraid. But, wouldn't html-el:text property=${bean.key} value=${bean.value}/ be a bit more ELish? Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Struts EL

2003-09-12 Thread Slattery, Tim - BLS
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 10:11 AM Subject: Struts EL One, where do I get it? IN the contrib directory of the struts distribution. Two, where do I get a bit more info on its use? I know both struts and JSTL but I am not sure how

RE: struts-el example app not working?

2003-07-31 Thread Hue Holleran
=struts-userm=105147011604944w=2 Hope that helps. Hue. -Original Message- From: Steve Raeburn [mailto:[EMAIL PROTECTED] Sent: 31 July 2003 06:10 To: Struts Users Mailing List Subject: RE: struts-el example app not working? Well, I managed to get it running but I'm definitely

Re: struts-el example app not working?

2003-07-31 Thread struts
PROTECTED] Sent: Wednesday, July 30, 2003 10:09 PM Subject: RE: struts-el example app not working? Well, I managed to get it running but I'm definitely not a convert to Netbeans :-( - In Netbeans, go to the Runtime tab and expand the Explorer view until you see the 'Internal Tomcat' server

Re: struts-el example app not working?

2003-07-31 Thread struts
, July 31, 2003 11:32 AM Subject: Re: struts-el example app not working? Hi Steve, Going from Full Integration to minimum works as you describe. As I am coming up to speed on the IDE what impact does changing the Integration have on development. Thanks, Barry - Original Message

RE: struts-el example app not working?

2003-07-31 Thread Steve Raeburn
- From: struts [mailto:[EMAIL PROTECTED] Sent: July 31, 2003 11:32 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: struts-el example app not working? Hi Steve, Going from Full Integration to minimum works as you describe. As I am coming up to speed on the IDE what

Re: struts-el example app not working?

2003-07-31 Thread struts
, as to be honest it does look more and more as an issue with netbeans? Hue. - Original Message - From: Hue Holleran [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, July 31, 2003 1:44 AM Subject: RE: struts-el example app not working

RE: struts-el example app not working?

2003-07-30 Thread Canning, Chuck
Hey Barry, Did you include the struts-el jars from the contrib directory or just the standard struts1.1 jars? Chuck -Original Message- From: struts [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 5:52 PM To: [EMAIL PROTECTED] Subject: struts-el example app not working? Hello,

Re: struts-el example app not working?

2003-07-30 Thread struts
I did include the struts-el.jar file. - Original Message - From: Canning, Chuck [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 3:58 PM Subject: RE: struts-el example app not working? Hey Barry, Did you include the struts-el jars

RE: struts-el example app not working?

2003-07-30 Thread Steve Raeburn
Works fine for me with the 1.1 release version on Tomcat 4.1.24. What container are you running on? Steve -Original Message- From: struts [mailto:[EMAIL PROTECTED] Sent: July 30, 2003 3:52 PM To: [EMAIL PROTECTED] Subject: struts-el example app not working? Hello, When testing

Re: struts-el example app not working?

2003-07-30 Thread struts
I am running Tomcat 4.0xx (using netbeans 3.5 with Tomcat bundle) Barry - Original Message - From: Steve Raeburn [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 4:03 PM Subject: RE: struts-el example app not working? Works fine for me

RE: struts-el example app not working?

2003-07-30 Thread Alex Shneyderman
You uri look suspicious. I think it has to read something along %@ taglib uri=http://jakarta.apache.org/struts/tags-html-el; prefix=html-el % open up the jar, in META-INF dir there is a bunch of TLDs just read off the uris from there. -Original Message- From: struts [mailto:[EMAIL

RE: struts-el example app not working?

2003-07-30 Thread Canning, Chuck
Hey Barry, I didn't read enough of the stack trace, sorry. Caused by: java.lang.NullPointerException at org.apache.struts.util.MessageResources.getMessageResources(MessageResources .java:577) at org.apache.struts.taglib.html.BaseHandlerTag.clinit(BaseHandlerTag.java:10 8)

Re: struts-el example app not working?

2003-07-30 Thread struts
4:12 PM Subject: RE: struts-el example app not working? Hey Barry, I didn't read enough of the stack trace, sorry. Caused by: java.lang.NullPointerException at org.apache.struts.util.MessageResources.getMessageResources(MessageResources .java:577

RE: struts-el example app not working?

2003-07-30 Thread Steve Raeburn
=http://jakarta.apache.org/struts/tags-html-el; prefix=html-el % Steve -Original Message- From: Alex Shneyderman [mailto:[EMAIL PROTECTED] Sent: July 30, 2003 4:06 PM To: 'Struts Users Mailing List' Subject: RE: struts-el example app not working? You uri look suspicious. I think

RE: struts-el example app not working?

2003-07-30 Thread Steve Raeburn
: July 30, 2003 4:06 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: struts-el example app not working? I am running Tomcat 4.0xx (using netbeans 3.5 with Tomcat bundle) Barry - Original Message - From: Steve Raeburn [EMAIL PROTECTED] To: Struts Users Mailing List

Re: struts-el example app not working?

2003-07-30 Thread struts
May have to give that a try. Thanks, Barry - Original Message - From: Steve Raeburn [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 4:27 PM Subject: RE: struts-el example app not working? 4.0.6 works for me. I don't remember the details

Re: struts-el example app not working?

2003-07-30 Thread struts
Subject: RE: struts-el example app not working? 4.0.6 works for me. I don't remember the details, but I *think* Netbeans has cropped up as a problem before. If you can, try it with a standalone version of Tomcat and check the mail archives for Netbeans issues. Steve -Original Message

RE: struts-el example app not working?

2003-07-30 Thread Steve Raeburn
30, 2003 5:51 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: struts-el example app not working? Yep the stand alone (Tomcat 4.1) works fine. Just install the struts-el-exercise-taglib.war through the tomcat manager and no problems. Barry - Original Message

RE: struts-el example app not working?

2003-07-30 Thread Steve Raeburn
than WS Studio. Hope this works for you... now where's that uninstall option :-) Steve -Original Message- From: Steve Raeburn [mailto:[EMAIL PROTECTED] Sent: July 30, 2003 7:12 PM To: Struts Users Mailing List Subject: RE: struts-el example app not working? I'll try to take a look

RE: Struts-EL w/Resin

2003-06-26 Thread Karr, David
Struts-EL depends on the Apache Taglibs implementation of the JSTL. -Original Message- From: Martin Naskovski [mailto:[EMAIL PROTECTED] I noticed that Struts comes with an implementation of JSTL as well in the contrib directory. Do I need to install this JSTL library w/Resin and

Re: Struts-EL Dependency

2003-06-19 Thread Craig R. McClanahan
On Wed, 18 Jun 2003, Aaron Longwell wrote: Date: Wed, 18 Jun 2003 16:39:35 -0600 From: Aaron Longwell [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts-User [EMAIL PROTECTED] Subject: Struts-EL Dependency Gurus, I want to create JSP tags that utilize

Re: [Struts EL Tags] Is it possible to replace the standard tags?

2003-06-16 Thread Kris Schneider
I think you get include, message, page, resource, size, and struts. So, not all of them are EL-enabled, but the others can probably be handled with JSTL. Quoting Raible, Matt [EMAIL PROTECTED]: Is it possible to replace: %@ taglib uri=http://jakarta.apache.org/struts/tags-bean; prefix=bean

RE: [Struts EL Tags] Is it possible to replace the standard tags?

2003-06-16 Thread Wendy Smoak
Matt wrote: Is it possible to replace: %@ taglib uri=http://jakarta.apache.org/struts/tags-bean; prefix=bean % with: %@ taglib uri=http://jakarta.apache.org/struts/tags-bean-el; prefix=bean % And get all of the same functionality that tags-bean has? Perhaps I misunderstand, but the point of

RE: [Struts EL Tags] Is it possible to replace the standard tags?

2003-06-16 Thread Raible, Matt
% -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 8:40 AM To: 'Struts Users Mailing List' Subject: RE: [Struts EL Tags] Is it possible to replace the standard tags? Matt wrote: Is it possible to replace: %@ taglib uri=http://jakarta.apache.org

RE: struts-el question

2003-06-06 Thread Karr, David
: struts-el question Is there a property in class MyForm named columns? It's in the base class that MyForm extends. Can you post the block using tags and the error? I got it working, although it is not what I would think of as elegant. here: c:set var=row value=0/ c:forEach var=foo items

Re: struts-el question

2003-06-05 Thread Matthew Van Horn
Is there a property in class MyForm named columns? It's in the base class that MyForm extends. Can you post the block using tags and the error? I got it working, although it is not what I would think of as elegant. here: c:set var=row value=0/ c:forEach var=foo

Re: struts-el question

2003-06-04 Thread David Chelimsky
Can you post the block using tags and the error? Matthew Van Horn wrote: How do I access the form bean properties from my jsp page? I have a property called columns which is a String[] array. I'd like to do the equivalent of the following using tags. % String[] myArray = myForm.getColumns();

RE: struts-el question

2003-06-04 Thread Josh Rayls
Is there a property in class MyForm named columns? -Josh -Original Message- From: David Chelimsky [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 6:52 AM To: Struts Users Mailing List Subject: Re: struts-el question Can you post the block using tags and the error? Matthew Van

RE: Struts-el book

2003-03-30 Thread Brandon Goodin
It's not about struts-el. But it is about jstl which is what you really need to know. The struts-el is just struts tags that are enhanced with jstl-el. So if you already know the struts tags then all you need to know is the el portion of the struts-el. Otherwise, buy Struts in Action to go with

RE: Struts-el book

2003-03-30 Thread David Bolsover
You might try the O'Reilly JavaServer Pages - reasonably good treatment of JSTL (not struts-el) - if you are already familiar with struts taglibs this book should give you the extra knowledge you need. db -Original Message- From: Ruben Pardo [mailto:[EMAIL PROTECTED] Sent: 30 March 2003

Re: Struts-el book

2003-03-30 Thread David M. Karr
Ruben == Ruben Pardo [EMAIL PROTECTED] writes: Ruben Hi everybody! Ruben Is there any book that explain in detail struts-el and JSTL? I'm searching in Struts in action by ted husted, Programming Jakarta Struts by chuck cavaness, and Mastering Jakarta struts by james goodwill, but I

Re: struts-el - weblogic

2003-03-19 Thread David M. Karr
Eivind == Eivind Waaler [EMAIL PROTECTED] writes: Eivind I'm having some problems deploying the strutsel-exercise-taglib.war in my Eivind weblogic 7.0 server. WLS 7.0 is supposed to support jsp 1.2 and servlet Eivind 2.3, still i get the following error when trying to access the

RE: [struts-el] What's the benefits ?

2003-03-06 Thread Edgar Dollin
have a clue as to what is going on. Edgar -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 8:52 PM To: 'Struts Users Mailing List' Subject: RE: [struts-el] What's the benefits ? From: alexj [mailto:[EMAIL PROTECTED] I

RE: [struts-el] What's the benefits ?

2003-03-05 Thread Craig R. McClanahan
From: alexj [mailto:[EMAIL PROTECTED] I didn't find the benefits of the use of jstl extention. Who can explain me the benefits ? From: p2 - apache [EMAIL PROTECTED] Some body don't want to see % %? Just a guess. There's lots of advantages to the expression language that Struts-EL

Re: [struts-el] What's the benefits ?

2003-03-05 Thread alexj
Subject: RE: [struts-el] What's the benefits ? From: alexj [mailto:[EMAIL PROTECTED] I didn't find the benefits of the use of jstl extention. Who can explain me the benefits ? From: p2 - apache [EMAIL PROTECTED] Some body don't want to see % %? Just a guess. There's lots

RE: [struts-el] What's the benefits ?

2003-03-03 Thread p2 - apache
Some body don't want to see % %? Just a guess. -Original Message- From: alexj [mailto:[EMAIL PROTECTED] Sent: February 28, 2003 6:34 PM To: Struts Users Mailing List Subject: [struts-el] What's the benefits ? I didn't find the benefits of the use of jstl extention. Who can

RE: Struts-el NOT working with Struts 1.1 RC1 Release

2003-03-01 Thread Ray Madigan
To: Struts Users Mailing List Subject: RE: Struts-el NOT working with Struts 1.1 RC1 Release On Fri, 28 Feb 2003, Hohlen, John wrote: Date: Fri, 28 Feb 2003 19:54:45 -0600 From: Hohlen, John [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing

Re: Struts-el NOT working with Struts 1.1 RC1 Release

2003-03-01 Thread Rick Reumann
On Fri, Feb 28,'03 (07:59 PM GMT-0800), Craig wrote: I get somewhat depressed about the for obvious reasons reason that people give for not at least *trying* your app against the nightly builds. After all, the day that Struts 1.1 final is released, guess what -- it will have exactly the

Re: Struts-EL

2003-02-28 Thread alexj
have you tried result.size ? - Original Message - From: Josh Rayls [EMAIL PROTECTED] To: Struts Users Mailing List (E-mail) [EMAIL PROTECTED] Sent: Friday, February 28, 2003 2:47 PM Subject: Struts-EL Hi, Is there a property that I can use to get the size of a collection?

RE: Struts-EL

2003-02-28 Thread Jarnot Voytek Contr AU HQ/SC
This issue has been discussed this week, and last week, and probably the week before... http://marc.theaimsgroup.com/?l=struts-userw=2r=1s=jstl+collection+sizeq =b -- Voytek Jarnot Quidquid latine dictum sit, altum viditur. -Original Message- From: Josh Rayls [mailto:[EMAIL

RE: [struts-el] What's the benefits ?

2003-02-28 Thread Karr, David
-Original Message- From: alexj [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 3:34 PM To: Struts Users Mailing List Subject: [struts-el] What's the benefits ? I didn't find the benefits of the use of jstl extention. Who can explain me the benefits ? You would be

Re: [struts-el] What's the benefits ?

2003-02-28 Thread alexj
: [struts-el] What's the benefits ? -Original Message- From: alexj [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 3:34 PM To: Struts Users Mailing List Subject: [struts-el] What's the benefits ? I didn't find the benefits of the use of jstl extention. Who can explain

RE: [struts-el] What's the benefits ?

2003-02-28 Thread John Espey
here is a simple example: logic:present name=”mylist” bean:size id=”mylist_size” name=”mylist”/ logic:equal name=”mylist_size” value=”0” There are no items to be evaluated…… /logic:equal logic:greaterThan name=”mylist_size” value=”0”

Re: [struts-el] What's the benefits ?

2003-02-28 Thread alexj
I will read JSTL in Action to have a better knowledege of JSTL. -- Alexandre Jaquet - Original Message - From: alexj [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Saturday, March 01, 2003 12:49 AM Subject: Re: [struts-el] What's the benefits ? I've read a bit

Re: [struts-el] What's the benefits ?

2003-02-28 Thread alexj
yep it's more clearer you rigth ;) -- Alexandre Jaquet - Original Message - From: John Espey [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Saturday, March 01, 2003 12:49 AM Subject: RE: [struts-el] What's the benefits ? here is a simple example

Re: [struts-el] What's the benefits ?

2003-02-28 Thread Vic Cekvenich
12:49 AM Subject: Re: [struts-el] What's the benefits ? I've read a bit but I can't find the difference between jstl and scriplet. Maybe I've to read more about JSTL. -- Alexandre Jaquet - Original Message - From: Karr, David [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED

RE: [struts-el] What's the benefits ?

2003-02-28 Thread Karr, David
And that before example wasn't even using scriptlets, which makes it even harder to read and follow (especially for HTML designers). -Original Message- From: alexj [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 3:55 PM To: Struts Users Mailing List Subject: Re: [struts-el

RE: Struts-el NOT working with Struts 1.1 RC1 Release

2003-02-28 Thread Hohlen, John
David Karr said he fixed this problem in last night's Struts-EL build. This means in order to pick up the fix, you have to migrate from the RC1 version of Struts to a nightly build version (due to other changes made to the regular Struts tags since the RC1 release -- otherwise you'll have

RE: Struts-el NOT working with Struts 1.1 RC1 Release

2003-02-28 Thread David Graham
gives it a different status than the standard code base. FYI, putting a word in quotes normally implies sarcasm. David From: Hohlen, John [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: Struts-el NOT working

RE: Struts-el NOT working with Struts 1.1 RC1 Release

2003-02-28 Thread Hohlen, John
: David Graham [mailto:[EMAIL PROTECTED] Sent: Fri 2/28/2003 8:05 PM To: [EMAIL PROTECTED] Cc: Subject: RE: Struts-el NOT working with Struts 1.1 RC1 Release I don't understand. You say that David fixed the problem but you're still unhappy? RC1 != 1.1 final. There will be bugs until the final

RE: Struts-el NOT working with Struts 1.1 RC1 Release

2003-02-28 Thread David Graham
PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: Struts-el NOT working with Struts 1.1 RC1 Release Date: Fri, 28 Feb 2003 20:47:00 -0600 David, First, sorry for the miscommunication. I put the word valuable

RE: Struts-el NOT working with Struts 1.1 RC1 Release

2003-02-28 Thread Hohlen, John
:51 PM To: [EMAIL PROTECTED] Cc: Subject: RE: Struts-el NOT working with Struts 1.1 RC1 Release I haven't contributed to Struts-EL, that's David Karr. I was pointing out that you should download a recent nightly to get the fixes you need. There's nothing terribly special about RC1 vs

RE: Struts-el NOT working with Struts 1.1 RC1 Release

2003-02-28 Thread Craig R. McClanahan
On Fri, 28 Feb 2003, Hohlen, John wrote: Date: Fri, 28 Feb 2003 19:54:45 -0600 From: Hohlen, John [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: Struts-el NOT working with Struts 1.1 RC1 Release David

RE: Struts-el NOT working with Struts 1.1 RC1 Release

2003-02-28 Thread Hohlen, John
Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Fri 2/28/2003 9:59 PM To: Struts Users Mailing List Cc: Subject: RE: Struts-el NOT working with Struts 1.1 RC1 Release On Fri, 28 Feb 2003, Hohlen, John wrote: Date: Fri, 28 Feb 2003 19:54:45 -0600 From: Hohlen

RE: Struts-el NOT working with Struts 1.1 RC1 Release

2003-02-28 Thread David Graham
-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: Struts-el NOT working with Struts 1.1 RC1 Release Date: Fri, 28 Feb 2003 22:40:41 -0600 Craig, I hear what you're saying. At times, I feel like we're dealing with a two-edge sword. I wish our

Re: Struts-el NOT working with Struts 1.1 RC1 Release

2003-02-27 Thread David M. Karr
John == John Hohlen Hohlen writes: John Is anyone able to use the Struts-EL subproject with the Struts 1.1 RC1 John release? I'm encountering the following error using the struts-el.jar John from the contrib folder in the RC1 release: John /jsp/login/loginTile.jsp(12): Error in

Re: Struts-el NOT working with Struts 1.1 RC1 Release

2003-02-27 Thread David Graham
Looks like David Karr committed a fix for this last night or this morning. David From: Hohlen, John [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts-User (E-mail) [EMAIL PROTECTED] CC: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: Struts-el NOT working with

RE: Struts-el NOT working with Struts 1.1 RC1 Release

2003-02-27 Thread Rabih Yazbeck
Hello John, I am using Weblogic 7, and I had similar problem with earlier Struts-el, but I switched to Struts-el from a nightly build and it worked fine. -Original Message- From: Hohlen, John [mailto:[EMAIL PROTECTED] Sent: 27 February 2003 13:51 To: Struts-User (E-mail) Cc: '[EMAIL

Re: struts-el with weblogic 7.1 - Error (JSP 1.1 spec, 5.4.1) atline 2

2003-02-22 Thread Vic Cekvenich
Does same work on Tomcat? .V Rabih Yazbeck wrote: Hello, I am using Weblogic 7.1 with Struts-el... and I am receiving the following error while compiling my JSPs from JBuilder 8 Ent. jsp1.jsp: Error in using tag library uri='/WEB-INF/struts-html-el.tld' prefix='htmlel': The Tag class

RE: struts-el with weblogic 7.1 - Error (JSP 1.1 spec, 5.4.1) at line 2

2003-02-22 Thread Rabih Yazbeck
: 22 February 2003 21:10 To: [EMAIL PROTECTED] Subject: Re: struts-el with weblogic 7.1 - Error (JSP 1.1 spec, 5.4.1) at line 2 Does same work on Tomcat? .V Rabih Yazbeck wrote: Hello, I am using Weblogic 7.1 with Struts-el... and I am receiving the following error while compiling my JSPs from

Re: struts-el with weblogic 7.1 - Error (JSP 1.1 spec, 5.4.1) at line 2

2003-02-22 Thread David M. Karr
Rabih == Rabih Yazbeck [EMAIL PROTECTED] writes: Rabih Hello, Rabih I am using Weblogic 7.1 with Struts-el... and I am receiving the Rabih following error while compiling my JSPs from JBuilder 8 Ent. Rabih jsp1.jsp: Error in using tag library uri='/WEB-INF/struts-html-el.tld'

Re: struts-el with weblogic 7.1 - Error (JSP 1.1 spec, 5.4.1) at line 2

2003-02-22 Thread David M. Karr
Rabih == Rabih Yazbeck [EMAIL PROTECTED] writes: Rabih Hello, Rabih I am using Weblogic 7.1 with Struts-el... and I am receiving the Rabih following error while compiling my JSPs from JBuilder 8 Ent. Rabih jsp1.jsp: Error in using tag library uri='/WEB-INF/struts-html-el.tld'

RE: struts-el with weblogic 7.1 - Error (JSP 1.1 spec, 5.4.1) at line 2

2003-02-22 Thread Rabih Yazbeck
2003 01:23 To: [EMAIL PROTECTED] Subject: Re: struts-el with weblogic 7.1 - Error (JSP 1.1 spec, 5.4.1) at line 2 Rabih == Rabih Yazbeck [EMAIL PROTECTED] writes: Rabih Hello, Rabih I am using Weblogic 7.1 with Struts-el... and I am receiving the Rabih following error while compiling my

RE: Struts-el

2003-02-20 Thread Sri Sankaran
Please read the readme.txt that ships with struts-el. It explains the dependency on JSTL. Sri -Original Message- From: Ray Madigan [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 3:11 PM To: Struts Users Mailing List Subject: Struts-el I am currently using the jstl c

RE: Struts-el

2003-02-20 Thread Karr, David
: RE: Struts-el Please read the readme.txt that ships with struts-el. It explains the dependency on JSTL. Sri -Original Message- From: Ray Madigan [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 3:11 PM To: Struts Users Mailing List Subject: Struts-el I am

Re: Struts EL

2003-01-31 Thread Scott Barr
Hi Brandon If these values are required by the backend, why not do this in an Action? Scott Barr On Sat, 2003-02-01 at 11:54, Brandon Goodin wrote: I looked everywhere to find this answer and couldn't so :-D If I have the following: c:forEach var=x start=1 end=10 html:hidden

RE: Struts EL

2003-01-31 Thread Brandon Goodin
-2245 F (406) 862-0354 [EMAIL PROTECTED] http://www.phase.ws -Original Message- From: Scott Barr [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 7:16 PM To: Struts User List Subject: Re: Struts EL Hi Brandon If these values are required by the backend, why not do

Re: Struts EL

2003-01-31 Thread Craig R. McClanahan
On Fri, 31 Jan 2003, Brandon Goodin wrote: Date: Fri, 31 Jan 2003 18:24:43 -0700 From: Brandon Goodin [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts User List [EMAIL PROTECTED] Subject: Struts EL I looked everywhere to find this answer and couldn't

RE: Struts EL

2003-01-31 Thread Brandon Goodin
]] Sent: Friday, January 31, 2003 7:53 PM To: Struts Users Mailing List Subject: Re: Struts EL On Fri, 31 Jan 2003, Brandon Goodin wrote: Date: Fri, 31 Jan 2003 18:24:43 -0700 From: Brandon Goodin [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts User List

Re: Struts EL

2003-01-31 Thread David M. Karr
Brandon == Brandon Goodin [EMAIL PROTECTED] writes: Brandon I looked everywhere to find this answer and couldn't so :-D Brandon If I have the following: Brandon c:forEach var=x start=1 end=10 Brandon html:hidden proper=thisObject[${x}].text Brandon

RE: Struts-el

2003-01-30 Thread Wendy Smoak
There is no bean:write in struts-el.tld , what is the equivalent of the above using struts-taglib-el.tld You wouldn't use struts-el, you would use the JSTL tags. Look at the README.txt file in the contrib/struts-el directory (of 1.1b3) for info on what tags to use when replacing the original

RE: Struts-el

2003-01-30 Thread John Espey
I would use the JSTL core:out tag, but I would also probably use the core:forEach tag instead of the logic:iterate: c:forEach var=tran items=${trans.transactions} tr tdc:out value=${tran.acctno}//td tdc:out value=${tran.testcode}//td tdc:out

Re: Struts-EL, WebLogic v6.1 SP3 and JSP compilation errors

2003-01-08 Thread John Bigboote
Thanks, David. That fixed it. BTW, I neglected to mention another error I had with the Struts-EL exercise application prior to the 'bundle' attribute issue. I was getting a runtime exception: exception java.lang.NoClassDefFoundError: org/apache/commons/validator/ValidatorResources at

Re: Struts-EL, WebLogic v6.1 SP3 and JSP compilation errors

2003-01-08 Thread David M. Karr
John == John Bigboote [EMAIL PROTECTED] writes: John Thanks, David. That fixed it. BTW, I neglected to John mention another error I had with the Struts-EL John exercise application prior to the 'bundle' attribute John issue. I was getting a runtime exception: John

Re: Struts-EL, WebLogic v6.1 SP3 and JSP compilation errors

2003-01-08 Thread David M. Karr
John == John Bigboote [EMAIL PROTECTED] writes: John Thanks, David. That fixed it. BTW, I neglected to John mention another error I had with the Struts-EL John exercise application prior to the 'bundle' attribute John issue. I was getting a runtime exception: John

Re: Struts-EL, WebLogic v6.1 SP3 and JSP compilation errors

2003-01-08 Thread John Bigboote
Thanks. FYI, I got an http 500 error when I first tried to access the app after deploying the war and recycling the server. Adding the commons-validator jar to the war then led to the 'bundle' attribute error. J --- David M. Karr [EMAIL PROTECTED] wrote: John == John Bigboote [EMAIL

Re: Struts-el tags

2003-01-08 Thread Justin Ashworth
Struts 1.1 b3 is packaged with the Struts-el tags in the contrib directory. Try downloading 1.1 b3 from here: http://www.apache.org/dist/jakarta/struts/binaries/ - Original Message - From: william [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, January

Re: Struts-EL, WebLogic v6.1 SP3 and JSP compilation errors

2003-01-07 Thread John Bigboote
[Sorry for the errant post...] I'm having trouble with Struts-EL in v1.1b3 on WebLogic v6.1 SP3 with JSP compilation errors similar to those mentioned in this thread: http://www.mail-archive.com/struts-user@jakarta.apache.org/msg52762.html The error I'm getting is in the

Re: Struts-EL, WebLogic v6.1 SP3 and JSP compilation errors

2003-01-07 Thread David M. Karr
John == John Bigboote [EMAIL PROTECTED] writes: John [Sorry for the errant post...] John I'm having trouble with Struts-EL in v1.1b3 on John WebLogic v6.1 SP3 with JSP compilation errors similar John to those mentioned in this thread: John

Re: Struts-EL, WebLogic v6.1 SP3 and JSP compilation errors

2003-01-07 Thread Max Kremer
Try editing the TLD file, remove the attribute its complaining about. Max - Original Message - From: John Bigboote [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, January 07, 2003 6:12 PM Subject: Re: Struts-EL, WebLogic v6.1 SP3 and JSP compilation errors

Re: Struts-EL javadoc build errors

2003-01-06 Thread David M. Karr
Chris == Chris Winters [EMAIL PROTECTED] writes: Chris Just a minor note: using the b3 source I had to change the javadoc Ant target Chris in contrib/struts-el in the following ways to generate the javadocs: Chris - change attribute 'packagename' to 'packagenames' Chris -

RE: Struts-el Jsp compilation problem

2002-12-30 Thread Karr, David
It appears that there's some problem getting to your message resources or your Struts configuration, I'm not sure. Can you upgrade to a newer stable version of Tomcat? -Original Message- From: Fabrice BLANQUART [mailto:[EMAIL PROTECTED]] Hi, I am using Netbeans 3.4 and I try to

RE: Struts-EL contrib library

2002-12-16 Thread Karr, David
Well, normally Struts-EL is part of the nightly build. We're currently having an unknown problem that is causing it to be missing from the nightly build. The nightlies from 12/7 and before have it, and also on 12/15, but we appear to have lost it again on 12/16. Now, on the documentation

RE: Struts-EL Tag Library Problem (More Info)

2002-12-04 Thread Nekkalapudi, Viplava
Here are some additional details from my server log. It appears there is no setHtmlComment method with 1 argument in the library code: [java] Dec 3, 2002 2:25:03 PM CST Info HTTP [WebAppServletContext(2839100,edge,/edge)] r solved taglib uri '/WEB-INF/struts-html-el.tld' to taglib-location

RE: Struts-EL Tag Library Problem (Even More Info)

2002-12-04 Thread Nekkalapudi, Viplava
is compatible with Struts 1.1 B2? Thanks, Vip. -Original Message- From: Nekkalapudi, Viplava Sent: Tuesday, December 03, 2002 2:42 PM To: '[EMAIL PROTECTED]' Subject: RE: Struts-EL Tag Library Problem (More Info) Here are some additional details from my server log. It appears

RE: Struts-EL Tag Library Problem (Even More Info)

2002-12-04 Thread Karr, David
If it's possible at all, you might try the first few nightly builds that included Struts-EL. I know the first one won't work very well, as I made some major mistakes in the first commit. It was a few days before I got it mostly right. Whether this (combining 1.1b2 with a nightly struts-el)

  1   2   >