Re: Please help....Struts 1.0.2b and JDK 1.4.2

2004-03-23 Thread Martin Cooper
You asked exactly the same question only 24 hours ago. Patience is a virtue. ;-) Do you mean 1.0.2 beta? Wow, that's old! There is no reason that it shouldn't, but I haven't run anything that old for some time now. I would recommend upgrading to 1.1 anyway. :-) -- Martin Cooper Kramer, Brad

Re: please help, using logic:iterate and html:form

2004-03-16 Thread as as
Mike, What error are you getting -Sam. Mu Mike [EMAIL PROTECTED] wrote: Hi, all, last week, I spent a whole day trying to figure the below problem out, and you warmhearted guys just came and helped me,but to greatly disappiont you, I m still at a loss to know where the problem is ,so I

RE: PLEASE HELP!!!!

2004-01-20 Thread Anita Raeppel
in them. Shishir -Original Message- From: Anita Raeppel [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 10:23 PM To: Struts Users Mailing List Subject: RE: PLEASE HELP First let me apologize if I seemed like I was shouting earlier. This obviously was my first time ever

RE: PLEASE HELP!!!!

2004-01-19 Thread Shishir K. Singh
I think you are missing this : !-- = Resource Settings -- message-resources parameter=resources.application null=false/ !-- -- Where resources is the directory within WEB-INF and

RE: PLEASE HELP!!!!

2004-01-19 Thread Andrew Hill
If you want a proper answer give your message a proper subject. SHOUTING like that without even indicating what area you are having problems in is pretty much gauranteed to make most (not all luckily for you!) experienced list members ignore your mail. Please read:

RE: PLEASE HELP!!!!

2004-01-19 Thread Anita Raeppel
First let me apologize if I seemed like I was shouting earlier. This obviously was my first time ever trying to use a messageboard. I did receive a few links to help me in posting future questions. Thanks for responding. However the solution you suggested did not work. Do you have any other

RE: PLEASE HELP!!!!

2004-01-19 Thread Shishir K. Singh
:23 PM To: Struts Users Mailing List Subject: RE: PLEASE HELP First let me apologize if I seemed like I was shouting earlier. This obviously was my first time ever trying to use a messageboard. I did receive a few links to help me in posting future questions. Thanks for responding. However

RE: PLEASE HELP!!!!

2004-01-19 Thread Andrew Hill
config? (This goes after the controller/ element in the struts config, which comes after the action-mappings/) -Original Message- From: Anita Raeppel [mailto:[EMAIL PROTECTED] Sent: Tuesday, 20 January 2004 11:23 To: Struts Users Mailing List Subject: RE: PLEASE HELP First let me

RE: PLEASE HELP!!!!

2004-01-19 Thread hgosper
your properties file should be called ApplicationResources.properties according to your config file. Heya Gosper CSC Australia 212 Northbourne Ave, Braddon ACT 2612 Ph: +61 (0) 2 6246 8155 Fax: +61 (0) 2 62468100 MOB: 0401 611779

RE: Please Help - ClassCastException

2004-01-05 Thread Richard Hightower
. Comments below look for * -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Sunday, January 04, 2004 10:18 PM To: Struts Users Mailing List Subject: RE: Please Help - ClassCastException Allow me to ask three more questions: 1. If I want to reset some specific

RE: Please Help - ClassCastException

2004-01-04 Thread Caroline Jen
04, 2004 1:42 AM To: Struts Users Mailing List Subject: RE: Please Help - ClassCastException I think that there are a lot more mistakes in my code than I originally thought. The root of the problem is that I do not know how to use DynaValidatorForm. If you could help me

RE: Please Help - ClassCastException

2004-01-04 Thread Joe Hertz
class with a getString method that calls get() and does the String cast for me to save the tediom. Making sense now? -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Sunday, January 04, 2004 2:46 AM To: Struts Users Mailing List Subject: RE: Please Help

Re: Please Help - ClassCastException

2004-01-04 Thread Pedro Salgado
On 04/01/2004 05:04, Caroline Jen [EMAIL PROTECTED] wrote: Thank you for trying to help. I have added import org.apache.artimus.message.PostForm; to my action class. I do not fully follow what I should check in the struts-config.xml file. And should I use name=postForm with lowercase 'p'

Re: Please Help - ClassCastException

2004-01-04 Thread Martin Gainty
31, 1969 7:05 PM Subject: Re: Please Help - ClassCastException On 04/01/2004 05:04, Caroline Jen [EMAIL PROTECTED] wrote: Thank you for trying to help. I have added import org.apache.artimus.message.PostForm; to my action class. I do not fully follow what I should check in the struts

RE: Please Help - ClassCastException

2004-01-04 Thread Caroline Jen
: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Sunday, January 04, 2004 2:46 AM To: Struts Users Mailing List Subject: RE: Please Help - ClassCastException I am still confused... I have a jsp that provides text fields for user to fill out information. All the information is passed

Re: Please Help - ClassCastException

2004-01-03 Thread Pedro Salgado
On your struts config file check if the form bean for StoreMessage action is of type pkg.pkg.PostForm and if the action name is pointing to the correct form bean... It also seems to be missing the import of the PostForm on your action class. Pedro Salgado On 04/01/2004 03:22, Caroline Jen

Re: Please Help - ClassCastException

2004-01-03 Thread Caroline Jen
Thank you for trying to help. I have added import org.apache.artimus.message.PostForm; to my action class. I do not fully follow what I should check in the struts-config.xml file. And should I use name=postForm with lowercase 'p' or uppercase 'P'? In my struts-config.xml file, I have:

RE: Please Help - ClassCastException

2004-01-03 Thread David Friedman
) PropertyUtils.getSimpleProperty(form, receiver); Regards, David -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Saturday, January 03, 2004 11:04 PM To: Struts Users Mailing List Subject: Re: Please Help - ClassCastException Thank you for trying to help. I have added import

RE: Please Help - ClassCastException

2004-01-03 Thread Caroline Jen
-Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Saturday, January 03, 2004 11:04 PM To: Struts Users Mailing List Subject: Re: Please Help - ClassCastException Thank you for trying to help. I have added import org.apache.artimus.message.PostForm; to my action class. I

RE: Please Help - ClassCastException

2004-01-03 Thread Joe Hertz
: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Sunday, January 04, 2004 1:42 AM To: Struts Users Mailing List Subject: RE: Please Help - ClassCastException I think that there are a lot more mistakes in my code than I originally thought. The root of the problem is that I do not know how to use

RE: Please Help With This Error Message

2003-12-17 Thread fredatwork
Your statement is OK. It comes from the surrounding quote. The only idea I have is to check double-quotes correctly. Fred -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: mercredi 17 décembre 2003 07:41 To: [EMAIL PROTECTED] Subject: Please Help With This Error

Re: Please Help With This Error Message

2003-12-17 Thread Firat TIRYAKI
: Please Help With This Error Message Your statement is OK. It comes from the surrounding quote. The only idea I have is to check double-quotes correctly. Fred -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: mercredi 17 décembre 2003 07:41 To: [EMAIL PROTECTED

Re: Please Help With This Error Message

2003-12-17 Thread Caroline Jen
, not multiple lines. F. - Original Message - From: fredatwork [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 8:53 AM Subject: RE: Please Help With This Error Message Your statement is OK. It comes from the surrounding quote

RE: Please Help With This Error Message

2003-12-17 Thread Barett McGavock
Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 4:46 PM To: Struts Users Mailing List Subject: Re: Please Help With This Error Message Hi, I tried and tried. I cannot figure out the error. I need your sharp eyes and experience. I keep getting this error

RE: Please Help With This Error Message

2003-12-17 Thread hgosper
' [EMAIL PROTECTED] cc: 'Caroline Jen' [EMAIL PROTECTED] Subject:RE: Please Help With This Error Message C, You can't nest tags as you did in the value attribute. bean:define ... value=bean:write name=author/ / The rest of the list will croak when I recommend that you

RE: Please Help With This Error Message

2003-12-17 Thread hgosper
Mailing List To: Struts Users Mailing List [EMAIL PROTECTED] cc: Subject:RE: Please Help With This Error Message Maybe they can tell you a fancy -el/JSTL way to do it. :) yes, if you use html-el:text instead then you should be able to use an el expression

Re: Please Help With This Error Message

2003-12-16 Thread Gurpreet Dhanoa
hi Caroline According to me this is perfectly fine. Please see there may be something worng in your JSP Regards Gary - Original Message - From: Caroline Jen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 12:11 PM Subject: Please Help With This Error Message

Re: Please Help! Unable to Pass A Hidden Field To scaffold.ProcessAction

2003-12-09 Thread Adam Hardy
Hi Caroline, have you checked the source of the HTML page in the browser to see what the value of username is, client-side? I expect the value is being sent to the browser as null. If that is the case, it is because request.getRemoteUser() is returning null and that would be because you don't

Re: Please Help! Unable to Pass A Hidden Field To scaffold.Proces sAction

2003-12-09 Thread Adam Hardy
-Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 1:32 PM To: Struts Users Mailing List Subject: Re: Please Help! Unable to Pass A Hidden Field To scaffold.ProcessAction I did not mess up lowercase and uppercase of the hidden field I want

Re: Please Help! Unable to Pass A Hidden Field To scaffold.Proces sAction

2003-12-09 Thread Paul Thomas
On 09/12/2003 01:29 Caroline Jen wrote: I use container-managed authentication. In which case, why don't you get the user name using request.getUserPrincipal().getName() ? -- Paul Thomas +--+-+ | Thomas Micro Systems Limited

RE: Please Help! Unable to Pass A Hidden Field To scaffold.Proces sAction

2003-12-09 Thread Caroline Jen
, Richard -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 2:56 PM To: Struts Users Mailing List Subject: RE: Please Help! Unable to Pass A Hidden Field To scaffold.Proces sAction I pass two hidden fields: username and keyName

RE: Please Help! Unable to Pass A Hidden Field To scaffold.Proces sAction

2003-12-09 Thread Richard Yee
, Richard -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 2:56 PM To: Struts Users Mailing List Subject: RE: Please Help! Unable to Pass A Hidden Field To scaffold.Proces sAction I pass two hidden fields: username and keyName

RE: Please Help! Unable to Pass A Hidden Field To scaffold.Proces sAction

2003-12-09 Thread Caroline Jen
: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 2:56 PM To: Struts Users Mailing List Subject: RE: Please Help! Unable to Pass A Hidden Field To scaffold.Proces sAction I pass two hidden fields: username and keyName at the same time

RE: Please Help! Unable to Pass A Hidden Field To scaffold.Proces sAction

2003-12-09 Thread Richard Yee
Caroline, As a sanity check, in your bean, initialize the username variable to something ie. XX. and re-run your app. This will show if your setUsername is ever called. -Richard --- Caroline Jen [EMAIL PROTECTED] wrote: I do not fully understand what you say about null or null. Anyway, I

RE: Please Help! Unable to Pass A Hidden Field To scaffold.Proces sAction

2003-12-09 Thread Caroline Jen
I followed your advice. In the Bean.java, I did the following: private String username = natalie; public String getUsername() { return this.username; } public void setUsername(String username) { this.username = username; } and I compiled all the relevant

RE: Please Help! Unable to Pass A Hidden Field To scaffold.Proces sAction

2003-12-09 Thread Caroline Jen
I did another test. I took out those data access activities in the FindEditorData.java and ran the application. The conclusion is that those few lines of data access activities have nothing to do with the value of the 'username' becoming null in the FindEditorData.java. -Caroline --- Richard

Re: Please Help! Unable to Pass A Hidden Field To scaffold.ProcessAction

2003-12-08 Thread Caroline Jen
I did not mess up lowercase and uppercase of the hidden field I want to pass from my JSP to the scaffold.ProcessAction. If it had been the lowercase/uppercase problem, I would have gotten a message saying that the variable could not be recognized. I pass two hidden fields at the same time.

RE: Please Help! Unable to Pass A Hidden Field To scaffold.Proces sAction

2003-12-08 Thread Yee, Richard K,,DMDCWEST
, December 08, 2003 1:32 PM To: Struts Users Mailing List Subject: Re: Please Help! Unable to Pass A Hidden Field To scaffold.ProcessAction I did not mess up lowercase and uppercase of the hidden field I want to pass from my JSP to the scaffold.ProcessAction. If it had been the lowercase/uppercase problem

RE: Please Help! Unable to Pass A Hidden Field To scaffold.Proces sAction

2003-12-08 Thread Caroline Jen
that request.getRemoteUser() in your JSP is returning null. Regards, Richard -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 1:32 PM To: Struts Users Mailing List Subject: Re: Please Help! Unable to Pass A Hidden Field To scaffold.ProcessAction I

RE: Please Help! Unable to Pass A Hidden Field To scaffold.Proces sAction

2003-12-08 Thread Yee, Richard K,,DMDCWEST
) then the server doesn't know about the user being authenticated and will return null. Regards, Richard -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 2:56 PM To: Struts Users Mailing List Subject: RE: Please Help! Unable to Pass A Hidden Field

RE: Please Help! Unable to Pass A Hidden Field To scaffold.Proces sAction

2003-12-08 Thread Caroline Jen
] Sent: Monday, December 08, 2003 2:56 PM To: Struts Users Mailing List Subject: RE: Please Help! Unable to Pass A Hidden Field To scaffold.Proces sAction I pass two hidden fields: username and keyName at the same time. The keyName is passed and with the correct value

RE: Please Help! Unable to Pass A Hidden Field To scaffold.Proces sAction

2003-12-08 Thread Richard Yee
) then the server doesn't know about the user being authenticated and will return null. Regards, Richard -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 2:56 PM To: Struts Users Mailing List Subject: RE: Please Help! Unable to Pass

RE: Please Help! Unable to Pass A Hidden Field To scaffold.Proces sAction

2003-12-08 Thread Richard Yee
? If it is the username, then I'd suspect that request.getRemoteUser() in your JSP is returning null. Regards, Richard -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 1:32 PM To: Struts Users Mailing List Subject: Re: Please Help! Unable

RE: Please Help! Unable to Pass A Hidden Field To scaffold.Proces sAction

2003-12-08 Thread Caroline Jen
: Monday, December 08, 2003 1:32 PM To: Struts Users Mailing List Subject: Re: Please Help! Unable to Pass A Hidden Field To scaffold.ProcessActionI did not mess up lowercase and uppercase of the hidden field I want to pass from my JSP to the scaffold.ProcessAction. If it had

RE: Please Help! Unable to Pass A Hidden Field To scaffold.Proces sAction

2003-12-08 Thread Richard Yee
? If it is the username, then I'd suspect that request.getRemoteUser() in your JSP is returning null. Regards, Richard-Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 1:32 PM To: Struts Users Mailing List Subject: Re: Please Help

Re: Please Help! Unable to Pass A Hidden Field To scaffold.ProcessAction

2003-12-07 Thread Richard Yee
Are you using the input type=hidden or html:hidden attributes? I didn't see it in your email. If you do, the values will be available in the request. Regards, Richard At 08:20 PM 12/7/2003, you wrote: I want to pass two hidden fields; username and keyName from a JSP via a SUBMIT button:

Re: Please Help! Unable to Pass A Hidden Field To scaffold.ProcessAction

2003-12-07 Thread Caroline Jen
My code was shown in my original message. I used two html:hidden ... tags to pass two hidden fields, one is successfully passed while the other shows null. By the way, I do not use 'request' to retrieve the value of the hidden field because my Java class is a scaffold.ProcessAction type. I

Re: PLEASE HELP: Exception handling

2003-11-07 Thread Vic Cekvenich
Say this in WEB.XML error-page exception-typejava.lang.Exception/exception-type location/error.jsp/location /error-page Then this in error.jsp or what ever you consider friendly: %@ page isErrorPage =true % You are at a J2EE error page: p %= exception.getMessage() % and then:

Re: Please Help!!! A Validation Rule Fail On A Second-Page Causes A Blank Page To Show Up

2003-10-31 Thread Kam Lung Leung
Hi Ted, Thank you for your time in helping me out. After your email message I take a hard look at the jsp file and can not find what was wrong with it. The secondPage.jsp is almost the same as the firstPage.jsp. When I move all the code from the secondPage.jsp to the firstPage.jsp the

RE: Please help: Cannot find message resources under key org.apa che. struts.action. MESSAGE

2003-10-29 Thread Edgar P Dollin
Looks like you need a file ApplicationResources.properties in your /WEB-INF/classes directory. Edgar -Original Message- From: Prashanth Narayanan [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 4:57 PM To: 'Struts Users Mailing List' Subject: Please help: Cannot find

RE: Please help: Cannot find message resources under key org.apache. struts.action. MESSAGE

2003-10-29 Thread Rabago, Hubert
Mailing List' Subject: RE: Please help: Cannot find message resources under key org.apache. struts.action. MESSAGE Looks like you need a file ApplicationResources.properties in your /WEB-INF/classes directory. Edgar -Original Message- From: Prashanth Narayanan [mailto:[EMAIL PROTECTED

Re: please help: ActionForms of same type but different name?

2003-10-29 Thread Kirk Wylie
Subject: Re: please help: ActionForms of same type but different name? There is no knowing until runtime how many iterations there are going to be. That's why we can't define the n number of LoginForms. The requirement is that on the same jsp, we will have repeating html:form

RE: Please help: Cannot find message resources under key org.apache.struts.action. MESSAGE

2003-10-29 Thread Rajat Pandit
struts-config message-resources parameter=ApplicationResources.properties/ /struts-config According to your struts config, the path for the res. File should be something like this. /WEB-INF/classes/ApplicationResources/properties.properties The res file being named properties.properties

RE: please help: ActionForms of same type but different name?

2003-10-28 Thread Chen, Gin
simple. Based on the formIteration value you know which of the n forms was used to login. Hope that helps. -Tim -Original Message- From: Sonam Belbase [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 6:37 PM To: Struts Users Mailing List Subject: Re: please help: ActionForms of same

Re: please help: ActionForms of same type but different name?

2003-10-28 Thread Sonam Belbase
. Based on the formIteration value you know which of the n forms was used to login. Hope that helps. -Tim -Original Message- From: Sonam Belbase [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 6:37 PM To: Struts Users Mailing List Subject: Re: please help: ActionForms

Re: please help: ActionForms of same type but different name?

2003-10-28 Thread Sonam Belbase
which of the n forms was used to login. Hope that helps. -Tim -Original Message- From: Sonam Belbase [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 6:37 PM To: Struts Users Mailing List Subject: Re: please help: ActionForms of same type but different name

RE: please help: ActionForms of same type but different name?

2003-10-27 Thread Chen, Gin
One approach, you can define as many form-beans as you want iteratations. Ex: form-bean name=LoginForm_1 type=com.oreilly.struts.storefront.security.LoginForm /form-bean form-bean name=LoginForm_2 type=com.oreilly.struts.storefront.security.LoginForm /form-bean . . . form-bean name=LoginForm_n

Re: please help: ActionForms of same type but different name?

2003-10-27 Thread Sonam Belbase
There is no knowing until runtime how many iterations there are going to be. That's why we can't define the n number of LoginForms. The requirement is that on the same jsp, we will have repeating html:form/html:form sections. User will specify at runtime how many he/she wants. The html:forms will

Re: Please Help!!! A Validation Rule Fail On A Second-Page Causes A Blank Page To Show Up

2003-10-24 Thread Ted Husted
Kam Lung Leung wrote: Why don't I get a pop up dialog box with error messages? Why the secondPage.jsp did not get executed when a validation error occurred? Why do I get a blank screen? Are you sure that it's blank? Sometimes the page doesn't render because of errors in the HTML,

Re: Please help with this error ???en_US.errors.required???

2003-10-10 Thread Daniel H. F. e Silva
Hi Vivien, Take a look at your web.xml. Maybe you copied it from Struts dist and message-resources was already configured there. As settings in web.xml will override settings in struts-config.xml, classloader can't find resource to be loaded and then you get that messages. Hope i helped

RE: Please help with this error ???en_US.errors.required???

2003-10-10 Thread Chen, Vivien
. e Silva [mailto:[EMAIL PROTECTED] Sent: Fri 10/10/2003 1:44 PM To: Struts Users Mailing List Cc: Subject:RE: Please help with this error ???en_US.errors.required??? Hi Vivien, Sorry, but i did not make myself clear. Property you have to check existence in web.xml

RE: Please help with this error ???en_US.errors.required???

2003-10-10 Thread Daniel H. F. e Silva
parameter=org.apache.struts.webapp.tiles.dev1-1.ApplicationResources null=false / Vivien -Original Message- From: Daniel H. F. e Silva [mailto:[EMAIL PROTECTED] Sent: Fri 10/10/2003 1:44 PM To: Struts Users Mailing List Cc: Subject: RE: Please help with this error

Re: Please Help Me To Understand forward

2003-09-14 Thread Ted Husted
The first snippet redirects to a Struts ActionForward named welcome. This places controls within the Struts controller where it can be managed from the struts-config. In the global-forwards section, the ActionForward element for welcome is mapped to the page /do/Menu. This application uses

RE: PLEASE HELP with Exception in error.jsp with Tiles

2003-08-28 Thread Hue Holleran
Hi Richard, First things first - ditch 1.4.1 and get 1.4.2 - I've had endless unusual problems with 1.4.1 - except the very latest release - but 1.4.2 seems faster to me as well. Hmmm - lots to look through ... msanger - Microsoft make you that mad, eh? It looks to me like a further exception is

RE: PLEASE HELP with Exception in error.jsp with Tiles

2003-08-28 Thread Richard Mixon
:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 2:12 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: PLEASE HELP with Exception in error.jsp with Tiles Hi Richard, First things first - ditch 1.4.1 and get 1.4.2 - I've had endless unusual problems with 1.4.1 - except the very

RE: Please Help With Simple Tiles Problem

2003-08-14 Thread Terry Brick
Thanks for your response. Your assumption is correct in that my design is not very static and therefore need the ability of dynamic embedded tiles (so the first solution would not work). However, you did give me some good ideas and insight into how Tiles works. What I got out of all of this is

RE: Please Help With Simple Tiles Problem

2003-08-03 Thread Holman, Cal
] Subject: RE: Please Help With Simple Tiles Problem Thanks for your response David. Correct me if I'm wrong, but isn't this exactly what I had in my example? Maybe I'm just not grasping something... It looks to me like I'm still having to add two definition blocks for each form I want to add

RE: Please Help With Simple Tiles Problem

2003-08-01 Thread Terry Brick
of the form_page. dave -Original Message- From: Terry Brick [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 10:55 PM To: Struts Users Mailing List Subject: Re: Please Help With Simple Tiles Problem Ok, I've finally gotten this to work. However, I don't think it's

Re: Please Help With Simple Tiles Problem

2003-07-31 Thread Barry Volpe
Tiles can function stand alone from struts but is incorporated in struts 1.1. Here is the website of the originator of tiles. Part way down the page are some example tiles war files that I found helpful. http://www.lifl.fr/~dumoulin/tiles/ Barry - Original Message - From: Terry Brick

Re: Please Help With Simple Tiles Problem

2003-07-31 Thread Terry Brick
Thanks. I've seen that page and many other. Believe, I feel stupid from seeing so many examples and not being able to figure it out. But I'm getting a mental block somewhere that just isn't allowing me to grasp something. Barry Volpe [EMAIL PROTECTED] wrote:Tiles can function stand alone

Re: Please Help With Simple Tiles Problem

2003-07-31 Thread Terry Brick
Ok, I've finally gotten this to work. However, I don't think it's the right solution and it's certainly not one I'm happy with. But maybe by showing how I'm getting it to work, that will better communicate to people what I'm trying SO HARD to do. This works: definition name=page path=page.jsp/

Re: Please Help: ActionForm Re-Population

2003-07-15 Thread Susan Bradeen
On 07/14/2003 01:25:58 PM Aaron Longwell wrote: Oops, spoke too soon. You discussed 2 options: 1) All drop-down list data goes into session 2) input attribute for the update event goes back to edit Action instead of edit JSP I went with #2 and that brings up a new issue. Doing that

Re: Please Help: ActionForm Re-Population

2003-07-14 Thread Aaron Longwell
Oops, spoke too soon. You discussed 2 options: 1) All drop-down list data goes into session 2) input attribute for the update event goes back to edit Action instead of edit JSP I went with #2 and that brings up a new issue. Doing that causes all of the current values for the fields to be lost

Re: Please help a Tiles problem

2003-04-06 Thread David Graham
Then you must be using an old pre-Struts version of Tiles. Sorry but I can't help you there. David From: Vernon [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: Please help a Tiles problem Date: Sat, 05 Apr 2003 22:26:07 -0800 Where

Re: Please help a Tiles problem

2003-04-05 Thread Vernon
I start getting quite frustrated on this issue after a few days of researching on the Tiles home page, Tiles Struts home page, Struts email archive, the tiles-documentation.war, and google on Tiles. The whole development is stop at this point. I have read somewhere at the email archive: it is

Re: Please help a Tiles problem

2003-04-05 Thread David Graham
=/WEB-INF/tiles-defs.xml/ /plug-in David From: Vernon [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Please help a Tiles problem Date: Sat, 05 Apr 2003 15:23:14 -0800 I start getting quite frustrated on this issue

Re: Please help a Tiles problem

2003-04-05 Thread Vernon
: Vernon [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Please help a Tiles problem Date: Sat, 05 Apr 2003 15:23:14 -0800 I start getting quite frustrated on this issue after a few days of researching on the Tiles

Re: Please help a Tiles problem

2003-04-04 Thread Cedric Dumoulin
The error message says that the definition factory is not found. Have you initialized the tile plugin ? Cedric Vernon wrote: 1. The error message: root cause javax.servlet.ServletException: Can't get definitions factory from context. at

Re: Please help a Tiles problem

2003-04-04 Thread Vernon
Thanks very much for your information, Cedric. I have read through the Tiles related articles linked to the Struts-Tiles page, and have not seen the plug in procedure for standalone usage. A plugin procedure, I find, is on the following page

Re: Please help no getter method nightmare

2003-01-08 Thread kiuma
I partially solved this error writing html-el:form action=/main name=chooseAgendaForm type=com.wingstech.webappointments.ChooseAgendaForm but why does this work only with this deprecated solution??? Thanks in advance, kiuma kiuma ha scritto: Hi all, I've a big problem in my project: I can't

Re: Please Help! Nested form property attributes.

2003-01-06 Thread Rick Reumann
On Monday, January 6, 2003, 12:44:38 PM, Paul wrote: PI rootCause PI java.lang.IllegalArgumentException: argument type mismatch at PI sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at PI sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 snip PI What do

RE: Please Help! Nested form property attributes.

2003-01-06 Thread Paul Idusogie
To: Struts Users Mailing List; [EMAIL PROTECTED] Cc: Samir Shah Subject: Re: Please Help! Nested form property attributes. On Monday, January 6, 2003, 12:44:38 PM, Paul wrote: PI rootCause PI java.lang.IllegalArgumentException: argument type mismatch at PI sun.reflect.NativeMethodAccessorImpl.invoke0

Re: Please help! More nested tag trouble with DynaValidatorForm!

2002-12-02 Thread Seth Milder
Gemes Tibor wrote: 2002-11-30, szo keltezssel Seth Milder ezt rta: Does anyone have a workaround? Am I doing some stupid thing here? The dot separator is for subbeans' properties. It follows the commons beanutils' PropertyUtils notation.

Re: Please help! More nested tag trouble with DynaValidatorForm!

2002-11-30 Thread Gemes Tibor
2002-11-30, szo keltezssel Seth Milder ezt rta: Does anyone have a workaround? Am I doing some stupid thing here? The dot separator is for subbeans' properties. It follows the commons beanutils' PropertyUtils notation.

RE: PLEASE HELP - struts-tiles no longer work

2002-10-20 Thread Tuan H. Le
Micael, Thanks for your help! I corrected my mistake by using the String equals() method, and it works fine. Tuan -Original Message- From: micael [mailto:caraunltd;harbornet.com] Sent: Saturday, October 19, 2002 12:21 AM To: Struts Users Mailing List Subject: Re: PLEASE HELP - struts

RE: PLEASE HELP - struts-tiles no longer work

2002-10-19 Thread Tuan H. Le
The debug code below returned the correct paths to JSP pages for header, body, rightside and footer, but none of them get displayed. It returns a blank page. %=request.getContextPath()%tiles:getAsString name=header /BR %=request.getContextPath()%tiles:getAsString

Re: PLEASE HELP - struts-tiles no longer work

2002-10-19 Thread micael
Why don't you look at the source? My guess is that if you are looking at a blank page, the page, except for tags, is blank. At 08:41 PM 10/18/2002 -0700, you wrote: Hi, My app was working fine using struts-tiles with frameset. But since this afternoon, it does not work any more. It displays a

Re: PLEASE HELP - struts-tiles no longer work

2002-10-19 Thread micael
I don't know, but my guess is that you meant to use someString.equals(someOtherString) rather than someString == someOtherString, unless you somehow are using a hidden myString.intern() in there. My guess, in other words, is that you are getting nothing because all your == tests yield false.

RE: Please help decide a religious discussion

2002-09-28 Thread Robert Taylor
to access. robert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 11:38 AM To: Struts Users Mailing List Subject: RE: Please help decide a religious discussion We have done alot of this and have tried many things. In our case

RE: Please help with iteration problem

2002-09-27 Thread Holman, Cal
: Thursday, September 26, 2002 19:48 To: Struts Users Mailing List Subject: Re: Please help with iteration problem Correction, it seems that the version of Tomcat doesn't matter after all. A JSP with nested logic:iterate tags worked before, but not now. Maybe it was with an earlier version of Struts

Re: Please help decide a religious discussion

2002-09-27 Thread David Graham
The Action class...but the action should be asking a helper object for a list of whatever goes in your drop down. It shouldn't know about the database directly. So you might have in your action.execute(): List list = StateHelper.getStateList(); // put list in your form Dave From: [EMAIL

Re: Please help decide a religious discussion

2002-09-27 Thread Eddie Bush
+1 David Graham wrote: The Action class...but the action should be asking a helper object for a list of whatever goes in your drop down. It shouldn't know about the database directly. So you might have in your action.execute(): List list = StateHelper.getStateList(); // put list in

Re: Please help decide a religious discussion

2002-09-27 Thread Stephen . Chambers
] tmail.comcc: Subject: Re: Please help decide a religious discussion

Re: Please help decide a religious discussion

2002-09-27 Thread David Graham
assume you'll need a String array). The ActionForm doesn't actually hold all of the choices just the selected value. Dave From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Please help decide a religious

RE: Please help decide a religious discussion

2002-09-27 Thread Andrew Hill
Sounds like you need to define the action and not the jsp as your input in struts-config. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 22:40 To: Struts Users Mailing List Subject: Re: Please help decide a religious discussion

RE: Please help decide a religious discussion

2002-09-27 Thread Sri Sankaran
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 10:40 AM To: Struts Users Mailing List Subject: Re: Please help decide a religious discussion That is what we are doing now. It goes through a controller to the database, but we are using

RE: Please help decide a religious discussion

2002-09-27 Thread Stephen . Chambers
: Subject: RE: Please help decide a religious discussion 09/27/2002 09:50 AM

RE: Please help decide a religious discussion

2002-09-27 Thread Stephen . Chambers
: RE: Please help decide a religious discussion 09/27/2002 09:51 AM

RE: Please help decide a religious discussion

2002-09-27 Thread Andrew Hill
first and it forwards you to the view after populating the drop-downs. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 22:54 To: Struts Users Mailing List Cc: Struts Users Mailing List Subject: RE: Please help decide a religious discussion

RE: Please help decide a religious discussion

2002-09-27 Thread Trieu, Danny
, September 27, 2002 7:50 AM To: Struts Users Mailing List Subject: RE: Please help decide a religious discussion Sounds like you need to define the action and not the jsp as your input in struts-config. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday

  1   2   3   >