Re: I have entered the struts twilight zone --Resolved

2002-04-22 Thread Team Gasoline
file errors.header=list errors.footer=/list Thank you On Sunday, April 21, 2002, at 10:31 PM, Adrian Brown wrote: Hi Team Gasoline, I found that I had to change the ErrorsTag to fix this. Try changing the following lines in the doStartTag() method

I have entered the struts twilight zone --

2002-04-21 Thread Team Gasoline
I am reposting my request for help regarding null 's showing up when my page is rendered. It is happening when i have validation errors returning to the page. The error message is showing up exactly how I want it, except for the fact that is surrounded by null ex: Password: |_|

null in html on validation

2002-04-19 Thread Team Gasoline
Hello -- I'm having a problem with errors being surrounded by null on my page after validation. Here is a snippet of the html when i view source of the page through the browser. tr th align=right User Name: /th td align=left input type=text name=username

build of 1.0.1 error -- help

2002-02-01 Thread Team Gasoline
I'm still trying to build struts 1.0.1, I am now getting this error, of which there is no reference to on the list. I have all the called for jars in the ../ant/lib, but am receiving java.lang.NoClassDefFoundError: org/w3c/dom/traversal/NodeIterator. There is a class called

1.01 Build Error

2002-01-31 Thread Team Gasoline
Hello I'm receiving an error when I try to build 1.01, which has been noted in the mail list. I have tried what was suggested, but still am receiving the same error. Here is part of the trace of the build. [echo] java.class.path =

index tag and nightly build

2002-01-25 Thread Team Gasoline
I have downloaded the binary for the nightly build and am getting this error on start up... 'cannot load servlet name: action' The only reason I'm after the nightly is to have the index tag for iteration. Is there an easier way to get this code or does anyone know why the action servlet

Re: iterate only showing one row -- newbie question

2002-01-13 Thread Team Gasoline
to the group with how it goes. Arron. Team Gasoline wrote: Hi All -- The following iterate code only shows up as one row in my jsp. With the debug code I know that the arrayList is being populated with all the beans representing my resultSet. The row that appears seems to be the last row

iterate only showing one row -- newbie question

2002-01-12 Thread Team Gasoline
Hi All -- The following iterate code only shows up as one row in my jsp. With the debug code I know that the arrayList is being populated with all the beans representing my resultSet. The row that appears seems to be the last row to be obtained. What is happening with the rest??? Thanks for