Re: EL Tag Libraries

2004-03-24 Thread Shaul Siboni
: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: RE: EL Tag Libraries Date: Wed, 24 Mar 2004 08:57:41 -0500 Why not use instead of ??? This works for me: - Thanks -- pady [EMAIL PROTECTED] -Original Message- From: Pat Quinn [mailto:[EMAIL PROTECTED] Sent: Wednesda

RE: EL Tag Libraries

2004-03-24 Thread Pat Quinn
lt;[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: RE: EL Tag Libraries Date: Wed, 24 Mar 2004 08:57:41 -0500 Why not use instead of ??? This works for me: - Thanks -- pady [EMAIL PROTECTED] -Original Message- From: Pat Quinn [mailto:[EMAI

RE: EL Tag Libraries

2004-03-24 Thread Pady Srinivasan
Why not use instead of ??? This works for me: - Thanks -- pady [EMAIL PROTECTED] -Original Message- From: Pat Quinn [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 7:11 AM To: [EMAIL PROTECTED] Subject: EL Tag Libraries Hi Guys, I have an action form with a g

Re: EL buggy? this shouldn't happen

2004-03-18 Thread Mark Lowe
${testPrimKey[ctr]} or perhaps with the wrappers ${key} what does that do? On 18 Mar 2004, at 12:46, Axel Groß wrote: hi all! while trying to figure out how indexed/mapped properties work I get some strange behaviour - I'm pretty sure this doesn't conform to standard (hope I'm mistaken):

[SOLVED] - my fault - Re: EL buggy? this shouldn't happen

2004-03-18 Thread Axel Groß
sorry! in my code (on the other machine), I reference once the not existing EL variable crt so the code i posted works as expected sorry again :(( (should have taken a break) regards, Axel On 2004-03-18 at 12:46:41 +0100, Axel Groß wrote: > hi all! > > while trying to figure out how indexed/map

RE: EL - can't get access to my constants

2004-02-25 Thread Hookom, Jacob
What we had done to handle this case is create a bean, but then have all of our constants available in a static map available via getter. static { CONSTANT_MAP = new HashMap(); CONSTANT_MAP.put("beanPropSystem", BEAN_PROP_SYSTEM); } public Map getConstants() { return CONST

RE: EL - can't get access to my constants

2004-02-25 Thread Karr, David
You haven't shown the EL syntax that you're trying to use. If you're just trying to reference normal properties, note that property accessors cannot be static methods, they have to be normal instance methods. If you're trying to reference constants, you might be better off putting the constant

Re: EL - can't get access to my constants

2004-02-25 Thread Adam Hardy
How did you try to use it in your EL? It doesn't look very Javabean-specification-conformant. i.e. use myProperty for getMyProperty() and setMyProperty() On 02/25/2004 12:02 PM Axel Groà wrote: dear friends! i declared a getter method for a constant, but i can't use it using jsp2.0 Expression

Re: EL tag libraries and MessageResources

2003-12-29 Thread Wolfgang Woger
That problem was discussed in the nbuser group a couple of weeks ago, in conjunction with code completion. Try to put jstl.jar struts-el.jar struts.jar servlet.jar into NetBeanXX/lib/ext and standard.jarinto NetBeansXX/lib Maybe you can put everything under /lib or .../lib/ext. Wolfgang

Re: EL Expression in html:hidden tag

2003-10-30 Thread Ruth, Brice
Is ${pageContext.request.servletPath} returning anything? Try something like Use the JSTL core tag library at http://java.sun.com/jstl/core to get "c:out" ... Arne Brutschy wrote: Hello, I'm having a problem with the html:hidden tag. What I'm trying to do is: On every page, there is a logou

Re: EL Question

2003-09-13 Thread David M. Karr
> "denis" == denis <[EMAIL PROTECTED]> writes: denis> So this is my JSP code: denis> ... denis> denis> denis> ... denis> denis> ...when I try to execute that I get the following error. denis> org.apache.jasper.JasperException: An error occurred while eva

Re: EL Question

2003-09-13 Thread Adam Hardy
Hi Denis, have you got EL working at all at any point, or is it just this page? I can't say I've seen that error before but it looks like a configuration problem. By the way, why are you populating your formfields this way, and not letting struts take care of it for you? Are you deliberately us

Re: EL Question

2003-09-12 Thread denis
Here it is with a bit better formatting... sorry. Hello, ok so I have a map backed form and I am trying to use html-el functions to enter values into the form.I am getting an error and I am not sure why, I am not sure what other way I am supposed to define which property I need to store data into

Re: EL version of tag libraries

2003-08-26 Thread K.C. Baltz
It comes with struts. Look in the contrib directory. Also, the Struts homepage has information about it. Google is your friend. K.C. Jiří Mareš wrote: Where can I get html-el? (if el means expression language). Thanks a lot Slattery, Tim - BLS wrote: > Why is it that the html-el:hidden t

RE: EL version of tag libraries

2003-08-26 Thread Slattery, Tim - BLS
> Where can I get html-el? (if el means expression language). That's exactly what it means. It comes along with the Struts 1.1 libraries. Look in the /contrib/struts-el subdirectory of the distribution library. The *.tld and *.lib for html-el, logic-el, and bean-el taglibs are there. (But the Stru

RE: el?

2003-06-24 Thread Amjad Shahrour
Check this out: http://jakarta.apache.org/commons/el.html -Original Message- From: Filip Polsakiewicz [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 3:38 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: el? What can i do with that. Are there any documents on

Re: el?

2003-06-24 Thread BARAJAS Benoit
To: 'Struts Users Mailing List' > > Subject: RE: el? > > > > > > Expression Language > > ${ } > > > > > > -Original Message- > > From: Filip Polsakiewicz [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, June 24, 2003 3:27 PM >

RE: el?

2003-06-24 Thread Filip Polsakiewicz
What can i do with that. Are there any documents on this topic? > -Original Message- > From: Amjad Shahrour [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 24, 2003 2:32 PM > To: 'Struts Users Mailing List' > Subject: RE: el? > > > Expression Lan

RE: el?

2003-06-24 Thread Amjad Shahrour
Expression Language ${ } -Original Message- From: Filip Polsakiewicz [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 3:27 PM To: Struts Users Mailinglist Subject: el? I stumbled over the abbreviation el for quite a few times now (e.g. struts-el). Can anybody tell me what el stand

Re: El empty check

2003-03-09 Thread Dave Newton
On Sun, 2003-03-09 at 04:24, Mohan Radhakrishnan wrote: > > <%=0%> > > > <%=1%> > > Now it prints both values. > What is wrong here? Do you have the jstl taglib directive on the page? Dave -

Re: -el and tomcat 4.0

2003-02-20 Thread David M. Karr
> "David" == David Bolsover <[EMAIL PROTECTED]> writes: David> Hi all David> I am having some problems with some jsp's that use the struts-el tags - they run fine under Tomcat David> 4.1.12 but refuse to compile under 4.0. David> I seem to recall reading somewhere that there

Re: EL not working for my servlet container (Servlet 2.3 Spec)

2003-01-07 Thread David M. Karr
> "Alok" == Alok Pota <[EMAIL PROTECTED]> writes: Alok> My code looks like Alok> indexId="cat"> Alok> Alok> /> Alok> Alok> Alok> when I do a view source on the rendered page it and it looks like: Alok> Alo

RE: EL and the developer's roadmap

2002-10-03 Thread Sri Sankaran
and then there is http://java.sun.com/webservices/docs/1.0/tutorial/doc/JSTL.html SS -Original Message- From: Kevin HaleBoyes [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 3:59 PM To: [EMAIL PROTECTED] Subject: RE: EL and the developer's roadmap > First time I&

RE: EL and the developer's roadmap

2002-10-03 Thread Kevin HaleBoyes
> First time I've heard of EL too. Where can I get more info? Others have already noted http://java.sun.com/products/jsp/jstl/index.html Also have a look at a couple of OnJava articles (the "printable" versions) http://www.onjava.com/lpt/a/2611 http://www.onjava.com/lpt/a/2610

RE: EL and the developer's roadmap

2002-10-03 Thread Galbreath, Mark
Nah, just sending your messages back to you marked "unable to deliver." -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 2:39 PM To: Struts Users Mailing List Subject: Re: EL and the developer's roadmap Have you been fil

RE: EL and the developer's roadmap

2002-10-03 Thread Chen, Gin
libs for a while now. Check out Shawn's website for more info. http://www.jstlbook.com -Tim -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 1:37 PM To: Struts Users Mailing List Subject: RE: EL and the developer's roadmap

Re: EL and the developer's roadmap

2002-10-03 Thread Eddie Bush
Have you been filtering my posts again, Mark?! Galbreath, Mark wrote: >First time I've heard of EL too. Where can I get more info? > -- Eddie Bush -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: EL and the developer's roadmap

2002-10-03 Thread Craig R. McClanahan
On Thu, 3 Oct 2002, Galbreath, Mark wrote: > Date: Thu, 3 Oct 2002 12:54:54 -0400 > From: "Galbreath, Mark" <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]

RE: EL and the developer's roadmap

2002-10-03 Thread Karr, David
> -Original Message- > From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 03, 2002 9:55 AM > To: 'Struts Users Mailing List' > Subject: RE: EL and the developer's roadmap > > > First time I've heard of EL too. Where

RE: EL and the developer's roadmap

2002-10-03 Thread Galbreath, Mark
First time I've heard of EL too. Where can I get more info? -Original Message- From: Karr, David [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 12:06 PM To: 'Struts Users Mailing List' Subject: RE: EL and the developer's roadmap > -Origi

Re: EL and the developer's roadmap

2002-10-03 Thread Craig R. McClanahan
On Thu, 3 Oct 2002, Vincent Stoessel wrote: > Date: Thu, 03 Oct 2002 11:30:35 -0400 > From: Vincent Stoessel <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users <[EMAIL PROTECTED]> > Subject: EL and the developer's roadmap > > OK, > I'll bite. What d

Re: EL and the developer's roadmap

2002-10-03 Thread Susan Bradeen
I'm with you Vincent! I am really enjoying getting into Struts, but wow, the new stuff comes up fast! I just got a copy of Goodwill's book last week, and am looking forward to other references coming out next month. I can't wait until I don't feel like such a newbie! A roadmap is a very handy

RE: EL and the developer's roadmap

2002-10-03 Thread Wendy Smoak
>> Sometimes I feel I am always running to to catch up in Struts. Mastered ActionForms? oops gotta learn DynaActionForms! Learned how to validate in the action class? , ha! better learn Dyna*Valid* stuff. Mastered struts-logic? no! learn JSTL! << I feel the same way. :) I was trying to get a goo

Re: EL and the developer's roadmap

2002-10-03 Thread Kevin . Bedell
Not trying to be intrusive on the process - and you may have already seen this, but here is I think one of the best examples of an opensource developer roadmap. It shows branching and release plans as well as providing links to background information. http://www.mozilla.org/roadmap.html

RE: EL and the developer's roadmap

2002-10-03 Thread Karr, David
> -Original Message- > From: Vincent Stoessel [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 03, 2002 8:31 AM > To: Struts Users > Subject: EL and the developer's roadmap > > OK, > I'll bite. What does EL stand for? > From what I'm hearing, there seems to be a current trend > of m

RE: EL in Struts

2002-10-03 Thread Karr, David
> -Original Message- > From: Chen, Gin [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 03, 2002 7:24 AM > To: 'Struts Users Mailing List' > Subject: EL in Struts > > Hi guys, >I've been switching alot of my struts stuff to JSTL so > that I can use the > EL functionality. > But I

RE: EL in Struts

2002-10-03 Thread Chen, Gin
ooh! thanks eddie and brandon and mostly david. :) this will make Struts so much more fun. -Tim -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 10:37 AM To: Struts Users Mailing List Subject: Re: EL in Struts It's been done. G

RE: EL in Struts

2002-10-03 Thread Phase Web and Multimedia
It already has... check the contrib folder on the nigtly :-)) Brandon Goodin Phase Web and Multimedia P (406) 862-2245 F (406) 862-0354 [EMAIL PROTECTED] http://www.phase.ws > -Original Message- > From: Chen, Gin [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 03, 2002 8:24 AM > T