test, ignore this, test

2002-06-24 Thread andres gonzalez
first time here, I'm testing. thanks. - Do You Yahoo!? Sign-up for Video Highlights of 2002 FIFA World Cup

RE: FWD: need help about translating scriptlets into JSTL EL

2002-06-24 Thread Hao Ding
Hi Shawn, Thank you again for your very valueable help. I have happily solve the problem. Regards, Hao >= Original Message From Tag Libraries Users List <[EMAIL PROTECTED]> = >On Tue, 25 Jun 2002, Hao Ding wrote: > >> Hi, >> >> I have not got an idea to solve the problem below. Can a

RE: FWD: need help about translating scriptlets into JSTL EL

2002-06-24 Thread Hao Ding
Hi Hans, Your suggestion is very helpful. Thanks again Hao >= Original Message From Tag Libraries Users List <[EMAIL PROTECTED]> = >Hao Ding wrote: >> Hi, >> >> I have not got an idea to solve the problem below. Can anybody give me a hand? >> >> Regards, >> Hao >> >> >>>= Origina

Re: FWD: need help about translating scriptlets into JSTL EL

2002-06-24 Thread Hans Bergsten
Hao Ding wrote: > Hi, > > I have not got an idea to solve the problem below. Can anybody give me a hand? > > Regards, > Hao > > >>= Original Message From Tag Libraries Users List > > <[EMAIL PROTECTED]> = > I have a JSP page that initially uses scriptlets, now I am going to transfer

Re: FWD: need help about translating scriptlets into JSTL EL

2002-06-24 Thread Shawn Bayern
On Tue, 25 Jun 2002, Hao Ding wrote: > Hi, > > I have not got an idea to solve the problem below. Can anybody give me > a hand? Hi Hao. Sorry for the delay. > The initial code is > > <%@ page import="mm.*" %> > > This code can stand if your goal is really to create the objects in a JSP pa

FWD: need help about translating scriptlets into JSTL EL

2002-06-24 Thread Hao Ding
Hi, I have not got an idea to solve the problem below. Can anybody give me a hand? Regards, Hao >= Original Message From Tag Libraries Users List <[EMAIL PROTECTED]> = I have a JSP page that initially uses scriptlets, now I am going to transfer it using JSTL tags The initial code is

Re: selecting options

2002-06-24 Thread David Goodenough
On Monday 24 June 2002 19:51, you wrote: > On Mon, 24 Jun 2002, David Goodenough wrote: > > > The tag, which I assume you'll be using to output the final > > > value of 'group' here, supports a 'default' attribute that takes care > > > of this case. Thus, you could write > > > > > > > > > > A

Re: selecting options

2002-06-24 Thread Shawn Bayern
On Mon, 24 Jun 2002, David Goodenough wrote: > > The tag, which I assume you'll be using to output the final value > > of 'group' here, supports a 'default' attribute that takes care of this > > case. Thus, you could write > > > > > > Are, well actually no, the next thing I want to do with

Re: selecting options

2002-06-24 Thread David Goodenough
On Monday 24 June 2002 16:13, you wrote: > On Mon, 24 Jun 2002, David Goodenough wrote: > > > > > > Default value > > > > selected> > > > > > > > > > > > > where there is a field called group in each row of the DB. Doing such > > comparisons in the old code with g

RE: Tomcat 4.0.4 and JSTL 1.0 - wants crimson?

2002-06-24 Thread Shawn Bayern
On Mon, 24 Jun 2002, Halvorson, Loren wrote: > I am also still seeing what Matt is seeing. I have downloaded a fresh EXE > install of the final Tomcat 4.0.4 the "Standard" binary package (not the > LE), and JSTL 1.0. I am on Windows 2000, with JDK 1.3.1_03. I'm beginning to think the differenc

RE: Tomcat 4.0.4 and JSTL 1.0 - wants crimson?

2002-06-24 Thread Halvorson, Loren
Shawn, I am also still seeing what Matt is seeing. I have downloaded a fresh EXE install of the final Tomcat 4.0.4 the "Standard" binary package (not the LE), and JSTL 1.0. I am on Windows 2000, with JDK 1.3.1_03. When I run the XML samples that attempt to do a transform ("Filter", "Transform"

RE: Welcome file in standard-examples.war

2002-06-24 Thread Shawn Bayern
On Mon, 24 Jun 2002, Robert Taylor wrote: > Okay. I just posted bug #10175 to bugzilla. > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10175 > > I did search using the search string 'welcome file JSTL > standard-example.war', prior to entering the bug and no results were > returned, so i

Re: selecting options

2002-06-24 Thread Shawn Bayern
On Mon, 24 Jun 2002, David Goodenough wrote: > > > Default value > > selected> > > > > > > where there is a field called group in each row of the DB. Doing such > comparisons in the old code with group.equals( newGroup) checks > returning selected when true used

selecting options

2002-06-24 Thread David Goodenough
I am trying to convert from code from old (lots of embeded java) JSP to new (no embeded java) using JSTL. I have select objects (dropdown) that I want to pre-select to its previous value after the form is posted back to itself, so I used code of the form: Default value selected>

Is there any fix to the jasper-jikes-encoding error (wrong display of local chars)?

2002-06-24 Thread Holger Morgenstern
Hi, has anyone got a solution to use jikes inside jasper _and_ get a correct encoding of local chars (German Umlauts,...) in JSP's??? Please let me know ;-) --Holger [EMAIL PROTECTED] EDV-Beratung Morgenstern

dateTime.tld

2002-06-24 Thread Michel
I've just downloaded jakarta-taglibs-src-20020624.zip from jakarta site and I think that almost one file is missing => In the directory "jakarta-taglibs/datetime/conf/" , datetime.tld is missing (directory empty) (but you can of course find this file in jakarta-taglibs-datet

RE: Welcome file in standard-examples.war

2002-06-24 Thread Robert Taylor
Okay. I just posted bug #10175 to bugzilla. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10175 I did search using the search string 'welcome file JSTL standard-example.war', prior to entering the bug and no results were returned, so it should be unique. I hope that is what you meant by 'fi

Re: Welcome file in standard-examples.war

2002-06-24 Thread Shawn Bayern
On Mon, 24 Jun 2002, Robert Taylor wrote: > I just downloaded the JSTL Standard release and the > standard-examples.war has no welcome files defined although when you > look in the war file, there is an index.html file directly under the > root of the web app. Shouldn't this be the welcome file f

Welcome file in standard-examples.war

2002-06-24 Thread Robert Taylor
Greetings, I just downloaded the JSTL Standard release and the standard-examples.war has no welcome files defined although when you look in the war file, there is an index.html file directly under the root of the web app. Shouldn't this be the welcome file for the standard-examples.war web app?

need help about translating scriptlets into JSTL EL

2002-06-24 Thread Hao Ding
I have a JSP page that initially uses scriptlets, now I am going to transfer it using JSTL tags The initial code is <%@ page import="mm.*" %> <% int idx = report.getId(); mm.LData ld = cate.getLData(idx); %> How to translate the Java code into EL using JSTL core library? Any help will be v

JSTL SQL Update tag problem

2002-06-24 Thread Roman Kapshevich
Hello! We use JSTL 1.0 and have the following problem with sql update tag: When SQL executes correctly all works fine, but when error occupier in SQL then any sql tags begins throwing the following exception: javax.servlet.jsp.JspException: SELECT TO_CHAR(dt, 'FXFMDD