RE: Pls help me in configuring common logger

2004-03-26 Thread sougata
Hi Van I am not using simple logger.I am using apache's commons logger.Pls le me know how to do it Thanks Sougata -Original Message- From: Van Riper, Mike [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 12:38 PM To: 'Struts Users Mailing List' Subject: RE: Pls help me

Pls help me in configuring common logger

2004-03-25 Thread sougata
Hi Guys I am facing a problem in configuration apaches common logger using weblogic8.1.I want to send all my log message to a perticular file.I am using Common logger for my logging message.How to configure Pls let me know Thanks Sougata

Peculiar Session Problem Weblogic 8.1

2004-03-18 Thread sougata
Hi All I have a peculiar problem of session maintenence I have two servers one runing TomCat and the other running Weblogic . On on of the pages presented by the TomCat server there exists a HREF link to another page on the Weblogic Server. When the user clicks on this link then the page from

RE: Module switching issue on weblogic 8.1

2004-03-18 Thread sougata
I guess there is some problem in installation .Can u pls send me the apps so that i can try it Thanks Sougata -Original Message- From: Colm Garvey [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 3:26 PM To: [EMAIL PROTECTED] Subject: Module switching issue on weblogic 8.1 hi

RE: Pls help on shopping cart App

2004-03-18 Thread sougata
No it is not like that since I am using weblogic's struts .Anyway I solved that.Thanks for your reply Sougata -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 1:36 PM To: Struts Users Mailing List Subject: Re: Pls help on shopping cart App Do

RE: Form file object

2004-03-17 Thread sougata
Definately u can change.Once get the file name in controller use replace method to chnage Sougata -Original Message- From: Kusum [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 5:23 PM To: Struts Users Mailing List (E-mail) Subject: Form file object Hi I have used the file tag

Pls help on shopping cart App

2004-03-17 Thread sougata
Sougata

Pls help

2004-03-16 Thread sougata
is same in each time.if its name is quantity in servlet I am getting an array of quantity.But when I am coming to the same page its showing value=[Ljava.lang.String;@1765ae which is the reference of my string array.How to get the original value Thanks Sougata

Can i do 2 submit at a time

2004-03-10 Thread sougata
both submit.shlall i do it pls let me know Thanks Sougata

Pls help on Javascript

2004-03-04 Thread sougata
Hi I am using struts but the weblogic's tag libs for struts. say in jakarta struts we are using html:form for the form tag but in weblogic we are using netui:form Do they have any inbuild javascript.Or I have to write all the javascript checking Thanks Sougata

RE: Pls help on Javascript

2004-03-04 Thread sougata
HI Paul Thanks for the reply.can u pls let me know how to do it in weblogic.Can u pls send me a small example. Thanks Sougata -Original Message- From: Paul Stanton [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 10:38 AM To: Struts Users Mailing List Subject: Re: Pls help

RE: Pls help on Javascript

2004-03-04 Thread sougata
thanks paul.I will try.actullly i want to validate some textfields whether it is null or not. I am checking every field each time -Original Message- From: Paul Stanton [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 11:00 AM To: Struts Users Mailing List Subject: Re: Pls help on

Pls suggest

2004-03-03 Thread sougata
Hi Guys, I am working on struts.I have lots of JSP pages I have some validations also (e.g length checking,null checking , email validation etc).Is it feasible to write javascript in struts or I have to use server side validation. Thanks Sougata