RE: AUTO {ICICICARE#005-218-313}Page is not Valid Any More error with IE with the Back button

2004-01-29 Thread Norm Deane
Could someone please unsubscribe this person? -- Norm Deane MIS Consultant Vanderbilt University (615) 322-7855 [EMAIL PROTECTED] -Original Message- From: NRI Cell [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 9:25 AM To: Struts Users Mailing List Subject: AUTO

RE: log4j integration

2004-01-29 Thread Norm Deane
* should be an init parameter for this servlet. */ public String getPropertyFileLocation() { return getServletConfig().getInitParameter( PROPERTY_FILE_PROPERTY_NAME ); } } /servlet-code -- Norm Deane MIS Consultant Vanderbilt University (615) 322-7855 [EMAIL PROTECTED

RE: log4j integration

2004-01-27 Thread Norm Deane
Do you mean changes made after the initial configuration of log4j? You can use PropertyConfigurator.configureAndWatch( cfgFile, delay ) This will load your log4j configuration file and create a thread that looks for changes to the config file reloading when necessary. --Norm -- Norm

RE: JSP editor - plugin for eclipse ?

2004-01-20 Thread Norm Deane
. (http://www.xmlbuddy.com/) --Norm -- Norm Deane MIS Consultant Vanderbilt University (615) 322-7855 [EMAIL PROTECTED] -Original Message- From: Divya B Sridhar [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 5:15 AM To: [EMAIL PROTECTED] Subject: JSP editor - plugin

RE: Generic Error Handler

2004-01-12 Thread Norm Deane
error-page error-code400/error-code location/InvalidUrl.do/location /error-page --Norm -- Norm Deane MIS Consultant Vanderbilt University (615) 322-7855 [EMAIL PROTECTED] -Original Message- From: Matthew J. Vincent [mailto:[EMAIL PROTECTED] Sent: Monday

Re: Problem in forward path in tileDefinitions.xml

2003-12-21 Thread Norm Deane
You don't have to create a definition if you are simply forwarding to a JSP. If the TilesRequestProcessor is not able to find a definition matching the forward path specified it calls the standard Struts RequestProcessor which will handle it as a normal URI. On Sun, 2003-12-21 at 11:28,

RE: Problem in forward path in tileDefinitions.xml

2003-12-21 Thread Norm Deane
it id waying URL eror -- From: Norm Deane[SMTP:[EMAIL PROTECTED] Reply To: Struts Users Mailing List Sent: Sunday, December 21, 2003 11:11 PM To: Struts Users Mailing List Subject:Re: Problem in forward path in tileDefinitions.xml You don't have

RE: ExceptionHandler to ActionError

2003-11-13 Thread Norm Deane
=false//li /html:messages By default the messages tag will iterate over the ActionErrors rather than the ActionMessages which is what you want in this case since ExceptionHandler created and stored them as ActionErrors. -- Norm Deane MIS Consultant Vanderbilt University (615) 322-7855 [EMAIL

RE: [FRIDAY] Why people want to know who read their msg?

2003-11-07 Thread Norm Deane
Or turn that feature off. In Outlook 2002 you can set it to never send a receipt. By default it will ask if you want to send one. -- Norm Deane MIS Consultant Vanderbilt University (615) 322-7855 [EMAIL PROTECTED] -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED

RE: Commons Versions bundled with Struts 1.1

2003-09-02 Thread Norm Deane
to expose App A to potential bugs in the nightly build so in this case you would deploy the desired Collections jar file along with each application rather than install them in commons/lib. Hope this helps. -- Norm Deane MIS Consultant Vanderbilt University (615) 322-7855 [EMAIL PROTECTED

RE: Accessing Tiles-Definitions

2003-08-26 Thread Norm Deane
is the Tiles ComponentContext which includes the attributes defined in the tiles-defs.xml. You can also access the Tiles ComponentContext elsewhere in your app using... ComponentContext.getContext( request ); --Norm -- Norm Deane MIS Consultant Vanderbilt University (615) 322-7855 [EMAIL

RE: Bypassing Form Validation

2003-08-22 Thread Norm Deane
Try html:cancel onclick=bCancel=true;/ -- Norm Deane MIS Consultant Vanderbilt University (615) 322-7855 [EMAIL PROTECTED] -Original Message- From: David Stemm [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2003 10:39 AM To: Struts Users Mailing List Subject: Bypassing Form