Re: WAS: problems with html:base/ - 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

Re: WAS: problems with html:base/ - 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 issues

WAS: problems with html:base/ - 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 html:base/ happens, that shows the

Re: WAS: problems with html:base/ - 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

Re: WAS: problems with html:base/ - 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-userm=106326387004081w=2 Susan Bradeen Lukas Latz [EMAIL PROTECTED] wrote on 03/11/2004 10:22:44 AM: snip Is there a problem with using Tomcat 3.23 and Struts 1.1 ?

Re: WAS: problems with html:base/ - 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-userm=106326387004081w=2 Susan Bradeen Susan, this post somewhat contradicts the info on the Struts website, where they state: Apache's Tomcat (version 3.1 or

Re: WAS: problems with html:base/ - 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-userm=106326387004081w=2 Susan Bradeen Susan, this post somewhat contradicts the

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

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

2003-11-14 Thread Mauricio T. Ferraz
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 http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-resources

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] To: Struts

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

2003-11-14 Thread Paul Idusogie
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 wrote

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: html:cancel ? 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

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

2003-10-29 Thread VKeswani
AM Please respond 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 html tag like the one

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

2003-10-29 Thread Jimmy Emmanual
a href=javascript:history.go(-1)Back/a -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

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

2003-10-29 Thread ishmael riles
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 html tag like the one for Cancel button

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 to provide a Back button? for ur

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 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
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? a href=javascript:history.go(-1)Back/a -Original

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? tiles:useAttribute id=beanName name=property classname

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 http://sourceforge.net/projects/struts But even that is not working for me...what could be the reason ?

Re: SwitchAction not working - Help please

2003-09-24 Thread James Mitchell
: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/projects/struts But even

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

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 - 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

RE: Help please - indexed field in ActionForm

2003-08-14 Thread Gary Kephart
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 up front how many lines there will be? I tried the with the c JSTL and it doesn't work

RE: Help please - indexed field in ActionForm

2003-08-14 Thread Erez Efrati
: %@ taglib uri=/tags/struts-html-el prefix=html-el % HTH, Erez -Original 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

RE: Help please - indexed field in ActionForm

2003-08-14 Thread Gary Kephart
PROTECTED] | 340 Commerce 949-797-5660| Irvine, CA 92602-1318 -Original Message- 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

Re: Help please - indexed field in ActionForm

2003-08-14 Thread David Thielen
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 MyActionForm() { text = new String[MAX_ENTRIES]; } public String

RE: Help please - indexed field in ActionForm

2003-08-14 Thread Nicholas L Mohler
: Subject: RE: Help please - indexed field in ActionForm 08/07/2003 09:09 PM

help please...

2003-03-21 Thread David Lew
struts 1.0 iplanet webserver 6 SP5 solaris 8 jdk 1.3.1 web-app uri=/ dir=/data/WEB/phonebook/webapps enable=true/ 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

RE: html:button.. help please

2003-02-05 Thread Karr, David
-Original Message- From: Alvarado, Juan (c) [mailto:[EMAIL PROTECTED]] Can anyone tell me how I can prepend the context path to the following example: html-el:button property=userAction onclick=goLink('%= request.getContextPath() %/resultsAction.do?userAction=Modify

Help please in ApplicationResources

2002-10-31 Thread Yann Verlynde
If I want to have a message in a JSP, I use this code: bean:message key=email.protocol bundle=APPLICATION_CONFIGURATION/ But I want to have all the messages resources in my JSP, How can I do that please? Thanks in advance

RE: Help please in ApplicationResources

2002-10-31 Thread Lucas
Subject: Help please in ApplicationResources If I want to have a message in a JSP, I use this code: bean:message key=email.protocol bundle=APPLICATION_CONFIGURATION/ But I want to have all the messages resources in my JSP, How can I do that please? Thanks in advance -- To unsubscribe, e

Re: Help please in ApplicationResources

2002-10-31 Thread Yann Verlynde
: Help please in ApplicationResources Hi Yann, IMHO, from my understanding, the idea of having message resources bundle in a separate text file is so that we do not have to change any codes (JSP/Java) which means easier maintenance and more flexibility. So I would suggest using a text file

RE: Help please in ApplicationResources

2002-10-31 Thread James Mitchell
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 Hi Lucas, Thanks for the response

RE: help please: Validator basic use

2002-10-18 Thread Padma Ginnaram
: 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 I must be missing something fairly fundamental but maybe someone will be able to confirm what

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 used

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

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 but

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: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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

2002-08-19 Thread Han . Pequiang
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 that, since all my

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: A very, very strang problem, urgent help please Date

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 make

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

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 address

RE: Need Help: Please do help me

2002-05-01 Thread David Cypers
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 should

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 discussed so many times

RE: Need Help: Please do help me

2002-04-30 Thread Leonardo Maciel
-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. Once

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

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: Need Help: Please do help me Date: Tue, 30 Apr 2002 14:05:28 -0400 We use

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

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

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:

Re: Re[2]: Digester Help PLEASE

2001-08-25 Thread martin . cooper
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-25 Thread martin . cooper
- 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 something else is wrong. Nada, a no go still ... Any other

Re: Re[2]: Digester Help PLEASE

2001-08-25 Thread Sean
] 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 Message - From: Sean [EMAIL PROTECTED] To: Struts Users

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);

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

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[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

Re: Re[2]: Digester Help PLEASE

2001-08-24 Thread Richard Reich
] 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 in the file, the file is valid, I should see some Factory objects get

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 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/

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

Re: A bit of design help please?

2001-08-16 Thread Jon Crater
Message Follows From: 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 being

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 Mike Dewhirst
:[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 the content

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 best way to do

RE: A bit of design help please?

2001-08-16 Thread George, Carl
/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 exactly how you implement this? (Passing content in as a parameter). D you

Re: A bit of design help please?

2001-08-16 Thread Jon Crater
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 this dynamic links. Could you elaborate on how

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

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

2001-07-20 Thread Becky Moyer
? Help!! Please! Date: Fri, 20 Jul 2001 16:23:53 -0400 Hi, can you send me the code? Actually i want to get the checked strings in my Action class which i am not able toyour code would be helpful to me. and let me try to help you also if possible. Prashanth

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

2001-07-20 Thread Abraham Kang
; 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! I've got a multibox/iterate

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

2001-07-20 Thread Becky Moyer
] 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 that represents the multibox to null. Like

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

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

2001-04-03 Thread Cedric Dumoulin
%@ taglib uri="/app" prefix="app" % app:checkLogon / template:insert template="/jsp/mainFrameTemplate.jsp" flush="true" template:put name="title" content="JDP Home Site" direct="true"/ template:put name="header" con

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 template:get name="anything"/ to

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 : --- frameset rows="73, *, 73" frame src="%=request.getContextPath()%template:get name="header" /" name="header" frame src="%=request.getContextPath()%template:get name="body" /" name="body" frame

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

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

Need some help please

2001-01-19 Thread SPandith
Hi, I have the following code in the iterate tag: struts:enumerate id="product" name="dispProductsBean" property="products" tr td align="left" struts:htmlProperty name="product" property="productID"/ /td td align="left" struts:radio name="product" property="productID"

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 struts:htmlProperty name="product" property="productID"/ Using the current builds, you would do something like this (taken from the example application). Build a bean to hold the

RE: help, please!

2001-01-05 Thread Andrew Boyko
1. In tomcat 3.2 template:put 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

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