Re: WAS: problems with - Help Please - ActionServlet fails on startup

2004-03-21 Thread Craig R. McClanahan
Quoting Lukas Latz <[EMAIL PROTECTED]>: > Is there a problem with using Tomcat 3.23 and Struts 1.1 ? Yes, there is. Tomcat 3.2.x has many bugs with the way that class loading is handled that make it totally unsuitable for Struts 1.1 applications. You should upgrade to a more current Tomcat rele

Re: WAS: problems with - Help Please - ActionServlet fails on startup

2004-03-12 Thread Lukas Latz
> I see your confusion. I don't use TC, but remembered a while back there > was a lot of conversation about certain versions people had trouble with. > Perhaps it does work, but maybe you have to jump through hoops to get it > to do so. The archives might have more background on the specific iss

Re: WAS: problems with - Help Please - ActionServlet fails on startup

2004-03-11 Thread Susan Bradeen
"Lukas Latz" <[EMAIL PROTECTED]> wrote on 03/11/2004 11:12:26 AM: > > Lukas, > > > > I am not familiar with your previous posts, but will this archive post > > help? > > > > http://marc.theaimsgroup.com/?l=struts-user&m=106326387004081&w=2 > > > > Susan Bradeen > > Susan, > > this post so

Re: WAS: problems with - Help Please - ActionServlet fails on startup

2004-03-11 Thread Lukas Latz
> Lukas, > > I am not familiar with your previous posts, but will this archive post > help? > > http://marc.theaimsgroup.com/?l=struts-user&m=106326387004081&w=2 > > Susan Bradeen Susan, this post somewhat contradicts the info on the Struts website, where they state: "Apache's Tomcat (vers

Re: WAS: problems with - Help Please - ActionServlet fails on startup

2004-03-11 Thread Susan Bradeen
Lukas, I am not familiar with your previous posts, but will this archive post help? http://marc.theaimsgroup.com/?l=struts-user&m=106326387004081&w=2 Susan Bradeen "Lukas Latz" <[EMAIL PROTECTED]> wrote on 03/11/2004 10:22:44 AM: > Is there a problem with using Tomcat 3.23 and Struts 1.1

Re: WAS: problems with - Help Please - ActionServlet fails on startup

2004-03-11 Thread Lukas Latz
I just found the struts-blank.war in the Struts 1.1 binary distribution and deployed it to my Tomcat 2.32 . I fails in the same way! -- +++ NEU bei GMX und erstmalig in Deutschland: TÜV-geprüfter Virenschutz +++ 100% Virenerkennung nach Wildlist. Infos: http://www.gmx.net/virenschutz -

WAS: problems with - Help Please - ActionServlet fails on startup

2004-03-11 Thread Lukas Latz
To find out what's going on, I created an even simpler project: All the struts 1.1 jars, tlds and dtds A simple index.jsp with NO struts related tags or taglib directives. An ActionServlet set to load on startup. The same failure as reported under "problems with " happens, that shows the failure i

RE: Unable to find the JDBC Driver for Mysql using struts -- Help Please

2003-11-14 Thread Paul Idusogie
d the JDBC Driver for Mysql using struts -- Help Please On home page of http://ibatis.com there is a mySQL tutorial. It examplains how to install mySQL and how to instal PetStore3 (a sample bluePrints/struts app). It also exaplins how to setup a jdbc driver. Maybe this can help, .V Paul Idusogie

Re: Unable to find the JDBC Driver for Mysql using struts -- Help Please

2003-11-14 Thread Vic Cekvenich
JDBC Driver for Mysql using struts -- Help Please Did you copied the file mysql drive mm.mysql-2.0.4-bin.jar (for example) to your WEB-INF\lib of your Application ?? - Original Message - From: "Paul Idusogie" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[E

RE: Unable to find the JDBC Driver for Mysql using struts -- Help Please

2003-11-14 Thread Paul Idusogie
; [EMAIL PROTECTED] Subject: Re: Unable to find the JDBC Driver for Mysql using struts -- Help Please Did you copied the file mysql drive mm.mysql-2.0.4-bin.jar (for example) to your WEB-INF\lib of your Application ?? - Original Message - From: "Paul Idusogie" <[EMAIL PROTECTED]

Re: Unable to find the JDBC Driver for Mysql using struts -- Help Please

2003-11-14 Thread Mauricio T. Ferraz
2003 8:49 PM Subject: Unable to find the JDBC Driver for Mysql using struts -- Help Please > > I have configured tomcat residing on a linux box with a context for the > mysql database within the server.xml file. > I have used the same directives as specified in the How-To see >

Unable to find the JDBC Driver for Mysql using struts -- Help Please

2003-11-14 Thread Paul Idusogie
I have configured tomcat residing on a linux box with a context for the mysql database within the server.xml file. I have used the same directives as specified in the How-To see http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-resources-howto.html But I get an error at the browser when I att

Re: Help please -- How to provide a "Back" button?

2003-10-29 Thread ZYD
thanks buddy! - Original Message - From: "Jimmy Emmanual" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, October 30, 2003 4:44 AM Subject: RE: Help please -- How to provide a "Back" button? &

Re: Help please -- How to provide a "Back" button?

2003-10-29 Thread ZYD
Hi my friend, you solve my problem, thanks!! bruce - Original Message - From: "ishmael riles" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Cc: "ZYD" <[EMAIL PROTECTED]> Sent: Thursday, October 30, 2003 5:11

Re: Help please -- How to provide a "Back" button?

2003-10-29 Thread ZYD
Thanks for your fast response, it's of GREAT help, thanks a lot my friend. bruce - Original Message - From: <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, October 30, 2003 4:24 AM Subject: Re: Help please -- How

Re: Help please -- How to provide a "Back" button?

2003-10-29 Thread ishmael riles
; > "ZYD" <[EMAIL PROTECTED]> > 10/29/2003 01:18 AM > Please respond to "Struts Users Mailing List" > > > To: "Struts Users Mailing List" > <[EMAIL PROTECTED]> > cc: > Subject:Hel

RE: Help please -- How to provide a "Back" button?

2003-10-29 Thread Jimmy Emmanual
Back -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 3:25 PM To: Struts Users Mailing List Subject: Re: Help please -- How to provide a "Back" button? for ur question 2: you can use javascript function to call two differ

Re: Help please -- How to provide a "Back" button?

2003-10-29 Thread VKeswani
pond to "Struts Users Mailing List" To: "Struts Users Mailing List" <[EMAIL PROTECTED]> cc: Subject:Help please -- How to provide a "Back" button? Dear all, Question 1: How to provide a Back button on a page? Is there a h

Help please -- How to provide a "Back" button?

2003-10-29 Thread ZYD
Dear all, Question 1: How to provide a Back button on a page? Is there a html tag like the one for Cancel button: ? Question 2: How to provide two submit buttons on one JSP page, when click on the 1st button, the page is submitted to 1st action, when click on the 2nd button, it's submitted to

Tiles help please...

2003-10-11 Thread Mick Knutson
I am getting a bean into a tile that has a checkbox in it. I get the NAME of the checkbox, but I need to see if the value is on or off, then set the disabled flay in an html:img. But, I always get null errors. Can someone help please? <% if( isChecked == null || !isChecked.equ

Re: SwitchAction not working - Help please

2003-09-24 Thread James Mitchell
ednesday, September 24, 2003 4:01 AM Subject: SwitchAction not working - Help please We have a large application wnd the size of struts-config.xml has grown big. I am trying to divide it into modules. It did not work. Then I downloaded simple-modules-example.tar.gz from <http://sourceforge.net/p

SwitchAction not working - Help please

2003-09-24 Thread Puneet Agarwal
We have a large application wnd the size of struts-config.xml has grown big. I am trying to divide it into modules. It did not work. Then I downloaded simple-modules-example.tar.gz from But even that is not working for me...what could be the reason ? Err

Help please: Get session in a form ctor?

2003-09-09 Thread David Thielen
Hi; Is there any way inside an ActionForm constructor to get the HttpSession? This would let me set up forms without having to call an action before displaying a page. thanks - dave

Help please: Get session in a form ctor?

2003-09-09 Thread David Thielen
- Original Message - From: David Thielen To: Struts-Users Sent: Monday, September 08, 2003 9:54 PM Subject: Get session in a form ctor? Hi; Is there any way inside an ActionForm constructor to get the HttpSession? This would let me set up forms without having to call a

RE: Help please - indexed field in ActionForm

2003-08-14 Thread Nicholas L Mohler
et.il> cc: Subject: RE: Help please - indexed field in ActionForm 08/07/2003 09:09

Re: Help please - indexed field in ActionForm

2003-08-14 Thread David Thielen
PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, August 07, 2003 4:55 PM Subject: RE: Help please - indexed field in ActionForm class MyActionForm { private static final MAX_ENTRIES = 50; private String[] text; public MyActionFo

RE: Help please - indexed field in ActionForm

2003-08-14 Thread Gary Kephart
; From: David Thielen [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 07, 2003 3:46 PM > To: Struts-Users > Subject: Help please - indexed field in ActionForm > > > Hi; > > I've been fighting this all day with no luck. And it has to > be a simple thing to do. > &

RE: Help please - indexed field in ActionForm

2003-08-14 Thread Erez Efrati
Message- From: David Thielen [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 1:39 AM To: Struts Users Mailing List Subject: Re: Help please - indexed field in ActionForm Hi; Thank you - this is part of what I need. Is there any way to iterate through the lines if I don't know

RE: Help please - indexed field in ActionForm

2003-08-14 Thread Gary Kephart
d Thielen [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 07, 2003 4:39 PM > To: Struts Users Mailing List > Subject: Re: Help please - indexed field in ActionForm > > > Hi; > > Thank you - this is part of what I need. > > Is there any way to iterate through the lines i

Help please - indexed field in ActionForm

2003-08-14 Thread David Thielen
Hi; I've been fighting this all day with no luck. And it has to be a simple thing to do. I have a form where I have N lines in it. Each line needs to have some text displayed and an edit box. How do I set this up in the .jsp file and in the ActionForm? I've found a number of examples on the we

help please...

2003-03-21 Thread David Lew
struts 1.0 iplanet webserver 6 SP5 solaris 8 jdk 1.3.1 When I go to the url, eg. http://localhost/search.jsp and view the page source, it shoes the form action=//search.do instead of /search.do Is there a bug with iplanet 6 that causes the extra / to be added to /seach.do or am I doing something

RE: Help please in ApplicationResources

2002-10-31 Thread James Mitchell
d I'm not sure about the former." - Albert Einstein (1879-1955) > -Original Message- > From: Yann Verlynde [mailto:yverlynde@;oxade.com] > Sent: Thursday, October 31, 2002 5:19 AM > To: Struts Users Mailing List > Subject: Re: Help please in ApplicationResources >

Re: Help please in ApplicationResources

2002-10-31 Thread Yann Verlynde
e properties in an Array of the Resources Bundle in my JSP. Thanks in advance Yann - Original Message - From: "Lucas" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, October 31, 2002 11:05 AM Subject: RE:

RE: Help please in ApplicationResources

2002-10-31 Thread Lucas
col = "POP3" %> and call it using <%= emailProtocol %> Do I get your question right? Hope it helps, Lucas > -Original Message- > From: Yann Verlynde [mailto:yverlynde@;oxade.com] > Sent: Wednesday, October 30, 2002 11:58 PM > To: Struts > Subject

Help please in ApplicationResources

2002-10-31 Thread Yann Verlynde
If I want to have a message in a JSP, I use this code: But I want to have all the messages resources in my JSP, How can I do that please? Thanks in advance

Re: help please: Validator basic use

2002-10-18 Thread Dave Derry
Is your form derived from ValidatorForm rather than ActionForm? - Original Message - From: "Clayson, Jim" <[EMAIL PROTECTED]> > Hi I am attempting to use the date validation provided by the framework - I > am using struts1.1b2. > > I think I must be missing something fairly fundamental

help please: Validator basic use

2002-10-18 Thread Clayson, Jim
Hi I am attempting to use the date validation provided by the framework - I am using struts1.1b2. I think I must be missing something fairly fundamental but maybe someone will be able to confirm what that is. The problem is when I enter garbage into the form's date fields and submit them, I get no

RE: help please: Validator basic use

2002-10-18 Thread Clayson, Jim
: Padma Ginnaram [mailto:padma.ginnaram@;s1.com] Sent: 17 October 2002 22:43 To: 'Struts Users Mailing List' Subject: RE: help please: Validator basic use Try applying a simple validator like required to one of your form fields, if it does not work verify the following. 1. name u

RE: help please: Validator basic use

2002-10-18 Thread Padma Ginnaram
; -Original Message- From: Clayson, Jim [mailto:Jim.Clayson@;centrica.co.uk] Sent: Thursday, October 17, 2002 9:05 AM To: '[EMAIL PROTECTED]' Subject: help please: Validator basic use Hi I am attempting to use the date validation provided by the framework - I am using struts1.1b2. I think

Help please, 503 Servlet Not Initialized

2002-09-21 Thread kiuma
Hi, I know that it doesn't fit with this ml,this is the last time, but when I try to access a servlet that's not struts one the server replies: with 503 Servlet Not Initialized -- To unsubscribe, e-mail: For additional commands, e-mail:

RE : A very, very strang problem, urgent help please

2002-08-19 Thread Han . Pequiang
truts Users Mailing List Objet : Re: A very, very strang problem, urgent help please On Fri, 2002-08-16 at 09:13, Adolfo Miguelez wrote: > > In UNIX, file names are case sensitive. In Windows, they are not. Have > you > checked this? A very good point. I should have thought of t

Re: A very, very strang problem, urgent help please

2002-08-16 Thread Cliff Rowley
On Fri, 2002-08-16 at 09:13, Adolfo Miguelez wrote: > > In UNIX, file names are case sensitive. In Windows, they are not. Have you > checked this? A very good point. I should have thought of that, since all my development and deployment happens in a *NIX environment .. but I guess I just mak

Re: A very, very strang problem, urgent help please

2002-08-16 Thread Adolfo Miguelez
In UNIX, file names are case sensitive. In Windows, they are not. Have you checked this? >From: Cliff Rowley <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: Struts Users Mailing List <[EMAIL PROTECTED]> >Subject: Re:

Re: A very, very strang problem, urgent help please

2002-08-15 Thread Cliff Rowley
On Fri, 2002-08-16 at 02:19, [EMAIL PROTECTED] wrote: > Hello, Hi :) > I have a very, very strange problem. I use Struts, with nested tags. And the > application is deployed on Unix. The page contains a very complexe form. > When I submit the form, the URL appears on the Internet Explorer addres

A very, very strang problem, urgent help please

2002-08-15 Thread Han . Pequiang
Hello, I have a very, very strange problem. I use Struts, with nested tags. And the application is deployed on Unix. The page contains a very complexe form. When I submit the form, the URL appears on the Internet Explorer address field like "http://buick/lf/consulterRepartitionRubrique.do"; ou (W

RE: Need Help: Please do help me

2002-05-01 Thread David Cypers
truts Newsgroup [mailto:@[EMAIL PROTECTED]] Sent: dinsdag 30 april 2002 19:40 To: [EMAIL PROTECTED] Subject: Re: Need Help: Please do help me Subject: Re: Need Help: Please do help me From: Vic C <[EMAIL PROTECTED]> === For user authentication, use container security not Struts. Struts example

RE: Need Help: Please do help me

2002-04-30 Thread vivek shrivastava
Hi Maciel, Could you please provide me some sample code? Thanks >From: "Leonardo Maciel" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >Subject: RE

RE: Need Help: Please do help me

2002-04-30 Thread Sandra Cann
> For user authentication, use container security not Struts. Struts > example should not be based on login. You might have a look at the Expresso Security (open source at www.jcorporate.com) which extends Struts, though Expresso's security framework came into being long before container-based se

RE: Need Help: Please do help me

2002-04-30 Thread Leonardo Maciel
Leo -Original Message- From: vivek shrivastava [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 1:23 PM To: [EMAIL PROTECTED] Subject: Need Help: Please do help me Hi, I know following questions have been asked or discussed so many times but I am still confuse. Please do help me. O

Re: Need Help: Please do help me

2002-04-30 Thread @Basebeans.com
Subject: Re: Need Help: Please do help me From: Vic C <[EMAIL PROTECTED]> === For user authentication, use container security not Struts. Struts example should not be based on login. Vic vivek shrivastava wrote: > Hi, > > I know following questions have been asked or discusse

help please

2002-02-19 Thread KM
Is it possible to turn off link inside a form based on value of a property. I am using the example which came with struts-1.0.1 and changed some of it to build a sample for our application, following is the code. Right now this code displays links on all the aNumber and aStatus. The aStatus can h

RE: URGENT: Struts problem with WebLogic. help please..

2002-01-18 Thread Collard, John
: Struts problem with WebLogic. help please.. All, We are having a problem deploying a struts application developed on iPlanet to weblogic. The specific problem occurs when we use a stuts html:form tag like this: which produces the following HTML: On weblogic, however, the HTML produced is

URGENT: Struts problem with WebLogic. help please..

2002-01-17 Thread Mohan . Ruthirakotti
All, We are having a problem deploying a struts application developed on iPlanet to weblogic. The specific problem occurs when we use a stuts html:form tag like this: which produces the following HTML: On weblogic, however, the HTML produced is this. The /weblogic portion of the URL is

help,please

2001-11-03 Thread Amitkumar J Malhotra
i know friends that this is totally offtrack and this is not the write place to ask this questions but i am really stuck up and have no one to ask to please could u help me out i am working on a file upload example , and am copying the code as it is from a book on servlets by dustin callaway

New message format help please.

2001-09-19 Thread Alex Colic
Hi, I am trying to use the new HTMl:Messages in the struts nightly build. I am updating some of my code to use the new format. Two quick questions: 1: I am saving my messages in the action class via: ActionMessages messages=new ActionMessages(); messages.add(ActionErrors.GLOBAL_MESSAGE, new Ac

New Message tag format help please!

2001-08-26 Thread Alex Colic
Hi, I notice that the message tags written by David Winterfeldt have been rolled into the Struts project. I downloaded the latest version of Struts and I am retrofitting the message tags. I think I figured out that I need that following code in my action class to save a message: messages.add(A

Re: Re[2]: Digester Help PLEASE

2001-08-25 Thread Sean
lt;[EMAIL PROTECTED]> Sent: Saturday, August 25, 2001 2:29 PM Subject: Re: Re[2]: Digester Help PLEASE > Can you post (some of) the debug output you're getting from the Digester? > That might help us see what's going on. > > -- > Martin Cooper > > > - Original

Re: Re[2]: Digester Help PLEASE

2001-08-25 Thread martin . cooper
al Message - From: "Sean" <[EMAIL PROTECTED]> To: "Struts Users" <[EMAIL PROTECTED]> Sent: Friday, August 24, 2001 7:21 AM Subject: Re: Re[2]: Digester Help PLEASE > I am using the 1.0 release, just again downloaded from the jakarta set fresh > in case somet

Re: Re[2]: Digester Help PLEASE

2001-08-25 Thread martin . cooper
August 24, 2001 7:21 AM Subject: Re: Re[2]: Digester Help PLEASE > I am using the 1.0 release, just again downloaded from the jakarta set fresh > in case something else is wrong. Nada, a no go still ... Any other ideas? > > Sean > > P.S. URL used: > http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1 > .0/ > >

Re: Re[2]: Digester Help PLEASE

2001-08-24 Thread Sean
I am using the 1.0 release, just again downloaded from the jakarta set fresh in case something else is wrong. Nada, a no go still ... Any other ideas? Sean P.S. URL used: http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1 .0/

Re[3]: Digester Help PLEASE

2001-08-24 Thread Oleg V Alexeev
Hello Sean, Friday, August 24, 2001, 5:51:33 PM, you wrote: S> Oleg, S> The problem is that none of the rules are being fired at all, no objects are S> getting created, nothing at all. The patterns match what is in the file, S> the file is valid, I should see some Factory objects get created,

Re: Re[2]: Digester Help PLEASE

2001-08-24 Thread Richard Reich
> To: "Struts Users" <[EMAIL PROTECTED]> Sent: Friday, August 24, 2001 6:51 AM Subject: Re[2]: Digester Help PLEASE > Oleg, > > The problem is that none of the rules are being fired at all, no objects are > getting created, nothing at all. The patterns match what is

Re[2]: Digester Help PLEASE

2001-08-24 Thread Sean
Oleg, The problem is that none of the rules are being fired at all, no objects are getting created, nothing at all. The patterns match what is in the file, the file is valid, I should see some Factory objects get created, some PatternSet objects get created, and a whole bunch of sets etc happen

Re[2]: Digester Help PLEASE

2001-08-24 Thread Oleg V Alexeev
Hello Sean, What is wrong with your code - explane please. P.S. May be I am wrong but try to avoid such patterns as "*/patternset" Friday, August 24, 2001, 5:37:58 PM, you wrote: S> Oleg, S> I am running this from a main() test program and only one instance it being S> created. Do you see a

Re: Digester Help PLEASE

2001-08-24 Thread Sean
Oleg, I am running this from a main() test program and only one instance it being created. Do you see anything wrong with the rules? XML file? Sean

Re: Digester Help PLEASE

2001-08-24 Thread Oleg V Alexeev
Hello Sean, You can create only ONE instance of Digester in your application. If it can help you... Friday, August 24, 2001, 5:26:22 PM, you wrote: S> Ok, after spending over 2 hours trying to debug this can I get some eyes on S> this please? Does anyone see anything wrong with this method ran

Digester Help PLEASE

2001-08-24 Thread Sean
Ok, after spending over 2 hours trying to debug this can I get some eyes on this please? Does anyone see anything wrong with this method ran against the attached datafile: protected void initMappings(InputStream input) { Digester digester = new Digester(); digester.setDebug(1); dige

Re: A bit of design help please?

2001-08-16 Thread Jon Crater
;[EMAIL PROTECTED]> Subject: Re: A bit of design help please? Date: Thu, 16 Aug 2001 10:27:23 -0400 Hi, Thanks for the reply. Just a bit of elaboration. What I should do is have a simple login page. No problem. On successful login I send them to a framed page. So far so good. Question about th

RE: A bit of design help please?

2001-08-16 Thread George, Carl
; %> so the call would be http:///Nav.jsp?page=theContentpage.jsp -Original Message- From: Mike Dewhirst [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 16, 2001 10:15 AM To: '[EMAIL PROTECTED]' Subject: RE: A bit of design help please? may I ask exa

Re: A bit of design help please?

2001-08-16 Thread Alex Colic
-- Date: Thu, 16 Aug 2001 09:37:04 -0400 To: [EMAIL PROTECTED] From: "Jon Crater" <[EMAIL PROTECTED]> Subject: Re: A bit of design help please? Message-ID: <[EMAIL PROTECTED]> alex-- i think the

RE: A bit of design help please?

2001-08-16 Thread Mike Dewhirst
orge, Carl [mailto:[EMAIL PROTECTED]] Sent: 16 August 2001 15:11 To: '[EMAIL PROTECTED]' Subject: RE: A bit of design help please? I have always found that frames are bad, that is why I recommend using templates. We have a default template (with the nav bar, header, footer) and then pass

RE: A bit of design help please?

2001-08-16 Thread George, Carl
, 2001 8:59 AM To: Struts Subject: A bit of design help please? Hi, I am wondering how the following can be done in Struts. You have a page with two frames, one being a navigation frame consisting of a series of links that populate the second frame. On start-up the second frame has a log in screen

Re: A bit of design help please?

2001-08-16 Thread Jon Crater
Alex Colic" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "Struts" <[EMAIL PROTECTED]> Subject: A bit of design help please? Date: Thu, 16 Aug 2001 08:59:06 -0400 Hi, I am wondering how the following can be done in Struts. You have a page with two frames, one bei

A bit of design help please?

2001-08-16 Thread Alex Colic
Hi, I am wondering how the following can be done in Struts. You have a page with two frames, one being a navigation frame consisting of a series of links that populate the second frame. On start-up the second frame has a log in screen and the navigation frame just has a company image. On success

RE: Struts Bug? My Bug? Help!! Please!

2001-07-20 Thread Becky Moyer
TED]> Reply-To: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: RE: Struts Bug? My Bug? Help!! Please! Date: Fri, 20 Jul 2001 14:07:44 -0700 Hi Becky, Did you override the reset () method of ActionForm? If you didn't you need to set the Attribute of your ActionForm object

RE: Struts Bug? My Bug? Help!! Please!

2001-07-20 Thread Abraham Kang
uot;Create"; this.autoConnect = false; this.yourMultiboxNames = null; } --Abraham > -Original Message- > From: Becky Moyer [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 20, 2001 1:20 PM > To: [EMAIL PROTECTED] > Subject: Struts Bug? My Bug? Help!! Please

RE: Struts Bug? My Bug? Help!! Please!

2001-07-20 Thread Becky Moyer
THen when you press submit and go to your actionClass, you can compare CheckboxNames to CHeckboxValues to see what was checked. Did that explain it enough? Hope it helps, Becky Original Message Follows From: Prashanth_Thm <[EMAIL PROTECTED]> To: Becky Moyer <[EMAIL

Struts Bug? My Bug? Help!! Please!

2001-07-20 Thread Becky Moyer
I've got a multibox/iterate combination form. My webapp works when there is something to submit. When I check at least one value checked in my multiboxes, I get the expected result. When there is nothing checked in my multiboxes, my form object is the same as it was before I changed the

pleaseeee help!!! please help guys....is it possible to update properties of an object in an iteration?

2001-05-04 Thread Dudley [EMAIL PROTECTED]
-Original Message- From: Dudley Butt@i-Commerce [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 2:47 PM To: [EMAIL PROTECTED] Subject: very important please help guysis it possible to update prope rties of an object in an iteration? pleeaaasssee help What i have is this...

RE: Help PLEASE!!!! How do you create struts template file usingframe instead of table

2001-04-03 Thread Hoang, Anh
Hi Cedric, Thank you so much for helping me, it's worked!! Again, thanks a million. anh > -Original Message- > From: Cedric Dumoulin [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, April 03, 2001 11:55 AM > To: [EMAIL PROTECTED] > Subject: Re: Help PLEASE How

Re: Help PLEASE!!!! How do you create struts template file usingframe instead of table

2001-04-03 Thread Cedric Dumoulin
" border="0" frameborder="no" > noresize> > > > > ***** > And here is the code from my insert tag: > > <%@ taglib uri="/struts-template" prefix="template" %> > <%@ taglib uri=

RE: Help PLEASE!!!! How do you create struts template file using frame instead of table

2001-04-03 Thread Hoang, Anh
ic Dumoulin [SMTP:[EMAIL PROTECTED]] > Sent: Friday, March 30, 2001 3:10 AM > To: [EMAIL PROTECTED] > Subject: Re: Help PLEASE How do you create struts template file > using frame instead of table > > > Hello Anh, > > In the template page,

Re: Help PLEASE!!!! How do you create struts template file using frame instead of table

2001-03-29 Thread Cedric Dumoulin
Hello Anh, In the template page, you have to write something like : --- " name="header" > " name="body" > " name="footer" > -- The scriplet <%=request.getContextPath()%> is not mandatory, but it allows to put relative URL rather than absolute URL in th

Help PLEASE!!!! How do you create struts template file using frame instead of table

2001-03-29 Thread Hoang, Anh
Hello all, In the template tag example, the template file used the table and table row to indicate where in the layout to insert the content. Is there a way to build the template file using frame instead of table? How do you specify the src so that it will take to be the file to be displayed in

newbie: org.apache.struts.digester, HELP please

2001-03-05 Thread Joel Cordonnier
Hi ! i'm a mewbie with struts. In fact, i'm very interested in the org.apache.struts.digester package for XML parsing. There a some questions: - I have some XML file that are processed by XSLT for rendering, and i have also to build an other version of the front end with JSP pages. IS STRUTS THE

Re: Help Please: Resource not found

2001-02-26 Thread Incze Lajos
I have an error and it is not obvious to me that it's a fault of me or a struts flaw. The error is as follows: javax.servlet.ServletException: Cannot find bean org.apache.struts.taglib.html.BEAN in scope null at javax.servlet.ServletException.(ServletException.java) at org.apach

Help Please: JSP Exception

2001-02-01 Thread TMalvos
When accessing one of my JSP's I receive the following runtime exception: javax.servlet.ServletException: (class: _0002fTest_0002ejspTest_jsp_0, method: _jspService signature: (Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V) Illegal target of jump or branch

Re: Help Please: Resource not found

2001-02-01 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: > When trying to call a JSP I receive the following message from Tomcat: > > javax.servlet.ServletException: Cannot find bean under name > org.apache.struts.taglib.html.BEAN >at > >org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.

Help Please: Resource not found

2001-01-31 Thread TMalvos
When trying to call a JSP I receive the following message from Tomcat: javax.servlet.ServletException: Cannot find bean under name org.apache.struts.taglib.html.BEAN at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:459) I checked the STRUTS distri

Re: Need some help please

2001-01-19 Thread Ted Husted
On 1/19/2001 at 12:52 PM [EMAIL PROTECTED] wrote: > How do I set the value of the radio button to the value of the Using the current builds, you would do something like this (taken from the example application). Build a bean to hold the collection of radio button options. Store it in the reque

Need some help please

2001-01-19 Thread SPandith
Hi, I have the following code in the iterate tag: <% String pID = "dispCategories.do?id=4"; %> How do I set the value of the radio button to the value of the Thanks Sharmila

RE: Re[2]: help, please!

2001-01-05 Thread Andrew Boyko
> I try to use 2001-01-05 version from CVS - put tag has strange > behavior. Do you mean the CVS version of Resin, or of Struts? It's Resin that had the problem, circa 1.2.1... After upgrading Resin to 2001-01-03, and using the current CVS version of struts, I am able to use template:put in a

Re[2]: help, please!

2001-01-05 Thread Oleg V Alexeev
Hello Andrew, Friday, January 05, 2001, 6:50:18 PM, you wrote: AB> I also had problems with the recently updated template:put AB> tag under Resin (and had instead been using your AB> template:extput, Oleg) but the very latest Resin AB> snapshot release (1-2-2001) seems to have fixed AB> some bug

RE: help, please!

2001-01-05 Thread Andrew Boyko
> 1. In tomcat 3.2 work properly, but with resin 1.2.1 body > of this tag not processed. I also had problems with the recently updated template:put tag under Resin (and had instead been using your template:extput, Oleg) but the very latest Resin snapshot release (1-2-2001) seems to have fix

help, please!

2001-01-05 Thread Oleg V Alexeev
Hello, This day I try to migrate to latest build of struts and have some troubles with and tags. 1. In tomcat 3.2 work properly, but with resin 1.2.1 body of this tag not processed. 2. already apply filter to processed text. I try to use strings 'false', 'FALSE', 'OFF' for filt