RE: JSTL and Struts tags problem...

2003-11-27 Thread Paul McCulloch
November 2003 09:21 > To: Struts Users Mailing List > Subject: JSTL and Struts tags problem... > > > Hello everybody, > Any idea why the following shouldn't work: > ><-- struts taglib > ><-- jstl taglib

JSTL and Struts tags problem...

2003-11-27 Thread Todor Sergueev Petkov
Hello everybody, Any idea why the following shouldn't work: <-- struts taglib <-- jstl taglib I also tried to replace the middle line with . I also have configured the web.xml to load the properties file for jstl to use with the following code: javax.servle

Re: JSTL and Struts tag nesting?

2003-09-03 Thread David Graham
You can use the struts-el taglib in the contrib directory. That allows you to use EL in the Struts tags. David --- "Denis @ Betterway" <[EMAIL PROTECTED]> wrote: > Hey everyone, > > I have a problem where I want to use a map backed form and I basically > want > to do this: > >

JSTL and Struts tag nesting?

2003-09-03 Thread Denis @ Betterway
Hey everyone, I have a problem where I want to use a map backed form and I basically want to do this: ) />

Re: JSTL and Struts-el

2003-08-14 Thread Marco Tedone
lized that I was still in 1.1-rc1 :)) Marco - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, August 10, 2003 10:20 PM Subject: Re: JSTL and Struts-el >

Re: JSTL and Struts-el

2003-08-14 Thread Craig R. McClanahan
On Sun, 10 Aug 2003, Marco Tedone wrote: > Date: Sun, 10 Aug 2003 22:36:01 +0100 > From: Marco Tedone <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: JSTL and Struts

Re: JSTL and struts tag libraries

2003-08-14 Thread David Thielen
yes & yes. - but you still need html-el. - Original Message - From: "Butt, Dudley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 13, 2003 9:30 AM Subject: JSTL and struts tag libraries > Hi, > > Is it true to say that one sh

Re: JSTL and Struts-el

2003-08-14 Thread Marco Tedone
Well, as I said...I don't know anything about it. But honestly I think that a good job could be done by taglibs and struts tags as well. One of my developers told me: using JSTL and Struts-el will avoid you from mungling JSPs with Java code. Well I replied...Where is the java code in my JSP

Re: JSTL and Struts-el

2003-08-14 Thread Marco Tedone
Well, I am completely new to the subject, but when I'll put it in action (not to use someone else's words here :)) and if I'll decide that this is better than my current architecture, I'll write to you and say...Hey Mark, JSTL and Struts-el it's easier than Struts tag

Re: JSTL and struts tag libraries

2003-08-14 Thread David M. Karr
> "Dudley" == Dudley Butt writes: Dudley> Hi, Dudley> Is it true to say that one should use JSTL instead of the struts taglibs? Dudley> If so, is JSTL a seperate topic to be learned and therefore will not be covered in any of the struts books for sale? You'll find that robust ap

Re: JSTL and Struts-el

2003-08-14 Thread Mark Lowe
All this came up a few weeks ago, so I made a couple of JSP's and asked some folks who're good HTML'ist's to tell me what they thought was going on in the pages. I didn't ask any "experts" but some folks who use this stuff. Oh .. and guess what I found? The out of the 5 people I've asked so far

Re: JSTL and Struts-el

2003-08-14 Thread Mark Lowe
er than my current architecture, I'll write to you and say...Hey Mark, JSTL and Struts-el it's easier than Struts taglibs!!! Cheerse, Marco - Original Message - From: "Mark Lowe" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> S

Re: JSTL and Struts-el

2003-08-14 Thread Craig R. McClanahan
On Sun, 10 Aug 2003, Marco Tedone wrote: > > Where's the java code here? How could it be done with less effort by means > of JSTL and Struts-el? One aspect that hasn't been touched on in this thread (completely aside from readability, which tends to be a subjective judgemen

Re: JSTL and Struts-el

2003-08-14 Thread David Graham
--- Marco Tedone <[EMAIL PROTECTED]> wrote: > Hi everyone, > > it's quite a long time that I am not monitoring the struts-user list any > more...Last time was about three months ago. One of my project's new > entry > asked me why don't we use JSTL and St

Re: JSTL and Struts-el

2003-08-14 Thread Reinhard
Mark Lowe wrote: > Has this "easier to use" premiss been run past any folks with good > markup skills, but aren't programmers as such? I believe, that tags aren't targeted to programmers but to designers, which where supposed to have less programmer skills. This may be true only for bigger proj

Re: JSTL and Struts-el

2003-08-14 Thread Mark Lowe
ect's new entry asked me why don't we use JSTL and Struts-el instead of taglibs and Struts tags...Well, last time I posted on this list I asked Craig if the time was mature for JSTL and I've been suggested that it would be better to wait as JSTL were in their beta-release. Two que

JSTL and struts tag libraries

2003-08-14 Thread Butt, Dudley
Hi, Is it true to say that one should use JSTL instead of the struts taglibs? If so, is JSTL a seperate topic to be learned and therefore will not be covered in any of the struts books for sale? thx NOTICE: This message contains privileged and confidential information intended only for t

JSTL and Struts-el

2003-08-11 Thread Marco Tedone
Hi everyone, it's quite a long time that I am not monitoring the struts-user list any more...Last time was about three months ago. One of my project's new entry asked me why don't we use JSTL and Struts-el instead of taglibs and Struts tags...Well, last time I posted on this list I

Re: JSTL and Struts-el

2003-08-10 Thread Craig R. McClanahan
On Sun, 10 Aug 2003, Marco Tedone wrote: > Date: Sun, 10 Aug 2003 23:33:14 +0100 > From: Marco Tedone <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: JSTL and Stru

Re: JSTL and Struts-el

2003-08-10 Thread Marco Tedone
Are you telling me that ${customer.name} it's enough for Struts-el to look for a customer bean stored in any scope and process a getName() method? If so, that's great. Would it be a good approach to have taglibs, jstl and struts from their respective bundles? I downloaded taglibs

Re: JSTL and Struts-el

2003-08-10 Thread Marco Tedone
gt;> it's quite a long time that I am not monitoring the struts-user list > >> any > >> more...Last time was about three months ago. One of my project's new > >> entry > >> asked me why don't we use JSTL and Struts-el instead of taglibs and > &

RE: JSTL and Struts

2003-08-01 Thread Stephen Brown
L PROTECTED] > Sent: July 31, 2003 12:23 PM > To: 'Struts Users Mailing List' > Subject: RE: JSTL and Struts > > > exactly > > -Original Message- > From: Erik Price [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 31, 2003 12:16 PM > To: St

RE: JSTL and Struts

2003-07-31 Thread Mainguy, Mike
Or rather, the value stored in my database -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 12:16 PM To: Struts Users Mailing List Subject: Re: JSTL and Struts Mainguy, Mike wrote: > When I return a currency or date value, the client ha

RE: JSTL and Struts

2003-07-31 Thread Mainguy, Mike
exactly -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 12:16 PM To: Struts Users Mailing List Subject: Re: JSTL and Struts Mainguy, Mike wrote: > When I return a currency or date value, the client has a specific format > they want

Re: JSTL and Struts

2003-07-31 Thread Erik Price
Mainguy, Mike wrote: When I return a currency or date value, the client has a specific format they want it in. i.e. $1,000.000 or 02/02/2003. Do you mean you are using an input tag for display purposes (i.e. returning data to the browser with an input tag that has a default value). Erik ---

RE: JSTL and Struts

2003-07-31 Thread Mainguy, Mike
ursday, July 31, 2003 10:45 AM To: 'Struts Users Mailing List' Subject: RE: JSTL and Struts To quote my earlier message: > > I'm in a quandary. We're examining a way to do simple formatting of our > > model data. For example, when currency data comes out of the dat

RE: JSTL and Struts

2003-07-31 Thread Canning, Chuck
ly 31, 2003 10:45 AM To: 'Struts Users Mailing List' Subject: RE: JSTL and Struts To quote my earlier message: > > I'm in a quandary. We're examining a way to do simple formatting of our > > model data. For example, when currency data comes out of the database, > &

RE: JSTL and Struts

2003-07-31 Thread Mainguy, Mike
clear, I can be more specific if necessary, but I thought my intent was obvious. -Original Message- From: Karr, David [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 11:36 AM To: Struts Users Mailing List Subject: RE: JSTL and Struts I think it would help if you spelled out fo

RE: JSTL and Struts

2003-07-31 Thread Karr, David
I think it would help if you spelled out for yourself exactly what "this functionality" really means. > -Original Message- > From: Mainguy, Mike [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 31, 2003 7:44 AM > To: 'Struts Users Mailing List' > Subject

RE: JSTL and Struts

2003-07-31 Thread Mainguy, Mike
and Struts One way is to localize inside the getter of the formbean. .V Mainguy, Mike wrote: > I'm in a quandary. We're examining a way to do simple formatting of our > model data. For example, when currency data comes out of the database, > it needs to be rendered as $1

Re: JSTL and Struts

2003-07-31 Thread Vic Cekvencih
One way is to localize inside the getter of the formbean. .V Mainguy, Mike wrote: I'm in a quandary. We're examining a way to do simple formatting of our model data. For example, when currency data comes out of the database, it needs to be rendered as $1,000.00 or whatever. This is a very comm

JSTL and Struts

2003-07-31 Thread Mainguy, Mike
I'm in a quandary.  We're examining a way to do simple formatting of our model data.  For example, when currency data comes out of the database, it needs to be rendered as $1,000.00 or whatever.  This is a very common thing and we where going to do it using a custom formatting object to do

Re: interaction between jstl and struts

2003-01-01 Thread David M. Karr
> "Carl" == Carl Schwarcz <[EMAIL PROTECTED]> writes: Carl> I'm trying to conver some existing jsp's to Struts but confused about Carl> the interaction between JTSL looping constructs and Struts tags. I''ve Carl> got a session attribute containing a list of subjects which get outpu

interaction between jstl and struts

2003-01-01 Thread Carl Schwarcz
I'm trying to conver some existing jsp's to Struts but confused about the interaction between JTSL looping constructs and Struts tags. I''ve got a session attribute containing a list of subjects which get output as the options in a select. The Struts version complains that that the attribute subj

RE: nested JSTL and Struts tags...

2002-11-08 Thread Karr, David
> -Original Message- > From: petra staub [mailto:calc42@;hotmail.com] > Sent: Friday, November 08, 2002 5:07 AM > > How is it possible to do the following: > > I open a page, sending the parameter id='us'. > > I want now to create a form, where the id parameter > is used to create an ind

nested JSTL and Struts tags...

2002-11-08 Thread petra staub
How is it possible to do the following: I open a page, sending the parameter id='us'. I want now to create a form, where the id parameter is used to create an indexed input field. I can do this, if I do not use the the struts tags, similar to: I then get, what I want: Am I right, that this is

JSTL and Struts

2002-04-05 Thread Scott Ganyo
Hi all, I'm using Struts and JSTL (JSP Standard Tag Library) on my project. (We officially "prefer" the JSTL tags over the corresponding Struts versions whenever possible.) Obviously, though, we end up using the Struts html tags. So, I have a question about JSTL/Struts integration though: I'v