RE: Application Design Document -- Struts Studio - Independent opinion

2003-08-06 Thread Mounagurusamy, Jayakumar (HAL)
Any one can provide the url that I can download this struts studio? Jay -Original Message- From: Cameron Hickey [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 9:44 AM To: 'Struts Users Mailing List' Subject: RE: Application Design Document -- Struts Studio - Independent opinion

RE: [OT]http to https shift

2003-07-30 Thread Mounagurusamy, Jayakumar (HAL)
You can get full details of how to switch back and forth between "https" and "http" at following link, as well at the other following link you can down load the distribution. Hope this helps http://jakarta.apache.org/struts/faqs/ssl.html http://sourceforge.net/project/showfiles.php?group_id=5996

RE: OT Posts on this List almost [FRIDAY]

2003-07-24 Thread Mounagurusamy, Jayakumar (HAL)
sure :) -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 4:15 PM To: Struts Users Mailing List Subject: Re: OT Posts on this List almost [FRIDAY] Yansheng Lin wrote: > I thought it's already Firday in Munich, no? > > And I think Mark made a

SSLEXT- https to http QueryString shows up?

2003-07-23 Thread Mounagurusamy, Jayakumar (HAL)
SSLEXT really works great for me when I switch from "http" to "https". Well when I am in https mode I submit a form as post methods, however the subsequent page is not secured. Obviously the action redirects to http mode, that is ok with me but it appends the form parameter values to the URL and it

Using tiles - getting "tag nesting error'

2003-07-22 Thread Mounagurusamy, Jayakumar (HAL)
Hello, All I got in the /apis/apisHeader.jsp is as follows and not sure where the nested tag comes into picture, any help will be appreciated thanks Jay <%@ include file="/includes/commontags.jsp" %> ErrorMessage - [ServletExcep

RE: Using tiles - getting "tag nesting error'

2003-07-22 Thread Mounagurusamy, Jayakumar (HAL)
se I didn't close my tags, you need to put'/>' at the end of the ones that are not nested tags. Example: Suzette -----Original Message- From: Mounagurusamy, Jayakumar (HAL) [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 7:10 PM To: 'Struts Users Mailing List&

RE: Using tiles - getting "tag nesting error'

2003-07-22 Thread Mounagurusamy, Jayakumar (HAL)
it's just your 'img' tag, put the src in quotes: Suzette -Original Message----- From: Mounagurusamy, Jayakumar (HAL) [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 6:51 PM To: 'Struts Users Mailing List' Subject: Using tiles - getting "ta

RE: Switching between HTTP and HTTPS

2003-07-02 Thread Mounagurusamy, Jayakumar (HAL)
x27;s the url: http://sourceforge.net/project/showfiles.php?group_id=59967 You'll probably want to recompile the rc1.2 code with the new struts 1.1 libs and make a new jar file.. thats what i did anyway. - Original Message - From: "Mounagurusamy, Jayakumar (HAL)" <[EMAIL P

RE: Switching between HTTP and HTTPS

2003-07-02 Thread Mounagurusamy, Jayakumar (HAL)
https back to http in tomcat 4.1.24, havn't had a problem yet however.. -David - Original Message - From: "Mounagurusamy, Jayakumar (HAL)" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Wednesday, July 02, 200

Switching between HTTP and HTTPS

2003-07-02 Thread Mounagurusamy, Jayakumar (HAL)
Hello, I was reading the "SSL Extension for Struts HTTP/HTTPS switching" document, it explains about using SecureRequestProcessor, and initialization handled through Plugin. Also says " Please give it a try and let us know what you think. Download the distribution. Look at the example apps, especi

Congratulations on the struts 1.1 final release

2003-06-30 Thread Mounagurusamy, Jayakumar (HAL)
Congratulations, Struts team You guys have done a marvelous work, keep the good work and provide the JAVA world with better solutions thanks Jay -- x-- x-- x-- x-- x-- x-- x-- x-- Jayakumar Mounagurusamy Email: [

org.apache.struts.legacy.GenericDataSource not found in the source code

2003-06-27 Thread Mounagurusamy, Jayakumar (HAL)
I just down loaded the Struts 1.1 rc2 source code and I could not find the org.apache.struts.legacy.GenericDataSource class. thank Jay - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Validate Client side(Javascript) code shows up in the page

2003-06-25 Thread Mounagurusamy, Jayakumar (HAL)
ript) code shows up in the page The javascript you posted is clearly within tags. What appears on your screen? David --- "Mounagurusamy, Jayakumar (HAL)" <[EMAIL PROTECTED]> wrote: > Struts version 1.1rc2 > > > > -Original Message- > From: David Gr

RE: Validate Client side(Javascript) code shows up in the page

2003-06-25 Thread Mounagurusamy, Jayakumar (HAL)
was fixed some time ago. David --- "Mounagurusamy, Jayakumar (HAL)" <[EMAIL PROTECTED]> wrote: > Hello, > > I got the following configuration in the struts-config.xml, > > > value="WEB-INF/resources/validator/validator-rules.xml, > WEB-

Validate Client side(Javascript) code shows up in the page

2003-06-25 Thread Mounagurusamy, Jayakumar (HAL)
Hello, I got the following configuration in the struts-config.xml, when I go to the html page the JavaScript code shows up in the page which suppose not to be there. When look into the source code through view source, I see the following code and remaining out side the tag? I am

Commons logging, SimpleLog configuration

2003-06-20 Thread Mounagurusamy, Jayakumar (HAL)
Hello, 1.struts 1.1 rc2 2.Application Server - websphere5.0 3.commons-logging.properties and simplelog.properties files are in WEB-INF/classes directory like WEB-INF/classes/commons-logging.properties WEB-INF/classes/simplelog.properties 4. configured for trace level Following is the commons logg

RE: WebSphere Application Server weirdness

2003-05-27 Thread Mounagurusamy, Jayakumar (HAL)
When you build your EAR you would have provided the CONTEXT ROOT, I assume your context root in this case is /sorters, since you are implementing a EAR file in Web sphere you need not to provide the context root again. However if your are implementing the WAR file then you have to. Try implementi