RE: Iplanet Struts Compatibility

2004-01-22 Thread sanjeev_dutt
be the reason. Thanks Sanjeev -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 8:02 PM To: Struts Users Mailing List Subject: Re: Iplanet Struts Compatibility At 7:41 PM +0530 1/20/04, sanjeev_dutt wrote: Hi, We have a web based

RE: Iplanet Struts Compatibility

2004-01-22 Thread sanjeev_dutt
Message- From: sanjeev_dutt Sent: Thursday, January 22, 2004 5:31 PM To: Struts Users Mailing List Subject: RE: Iplanet Struts Compatibility Hi, I am trying to install struts on Iplanet 6.1 sp 4 and getting following error in the log: for host 172.25.201.26 trying to GET /strutsexample

Iplanet Struts Compatibility

2004-01-20 Thread sanjeev_dutt
Hi, We have a web based application which is in perl-cgi. We are planning to move it migrate it to JSP and struts MVC-II is the proposed model. I wish to understand few things about this: 1.Is struts compatible with Iplanet? Or should we use weblogic? 2.The web application does not have many

RE: How sturts open a new window page ?

2002-07-22 Thread sanjeev_dutt
Hi Robert, Could you please explain how to use this 'target' attribute with an example. T R Sanjeev -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 3:59 PM To: Struts Users Mailing List Subject: RE: How sturts open a new window page ? If

Disbaling Back Button of Browser

2002-06-10 Thread sanjeev_dutt
Hi all, Any pointers on how to disable the back button of the browser ( Both IE and Netscape ) ? Thanks Sanjeev -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Disbaling Back Button of Browser

2002-06-10 Thread sanjeev_dutt
Thanks narasimha. this works. but the issue is that its kind of refreshing the page. is there any other way -Original Message- From: Narasimha Rao [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 4:25 PM To: Struts Users Mailing List Subject: RE: Disbaling Back Button of

RE: Struts Checkbox

2002-05-23 Thread sanjeev_dutt
, Here is the code html:checkbox tabindex=38 property=checktest value=TRUE/ onclick=callme() HTH Regards, Taati -Original Message- From: sanjeev_dutt [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 2:51 PM To: Struts Users Mailing List Subject:Struts

Java Script Reset

2002-05-22 Thread sanjeev_dutt
Hi All, I need some help in Java script. The situation is such that I need to reset a form using only Java Script. I am doing something like this: function fnResetFormAcct() { document.searchAcctForm.txtAcctIDAccountNo.value = ; document.searchAcctForm.txtAcctIDProduct.value = ;

Struts Checkbox

2002-05-22 Thread sanjeev_dutt
Hi All, I have a checkbox in my form : html:checkbox tabindex=38 property=chkAcctOldThan value=TRUE/nbsp;Show ALSO those accounts that are older than 10 days./td Can I reset this ( I mean uncheck , if it was checked ) using a Java Script function ? If yes, how ? TIA, Sanjeev -- To

Action Errors

2002-05-13 Thread sanjeev_dutt
Hi All, I have two action classes A and B. In Action class A, I catching an error in Action Errors: catch(NoRecordFoundException ne) { String excepMsg = ne.getMessage(); cat.debug(From PendDefacctdtlsaction + excepMsg);

Action Errors

2002-05-13 Thread sanjeev_dutt
Hi All, I have two action classes A and B. In Action class A, I catching an error in Action Errors: catch(NoRecordFoundException ne) { String excepMsg = ne.getMessage(); cat.debug(From PendDefacctdtlsaction + excepMsg);

Check Box

2002-05-05 Thread sanjeev_dutt
Hi All, I have a check box on my JSP page which is a Search page. On the results page, there is a button New Search which is supposed to throw back the Search Page again. In the action class involved with New Search, I am resetting the formbean associated with my Search Page. When I come back

Passing JavaScript variable to a Java Scriptlet on a JSP page

2002-04-15 Thread sanjeev_dutt
Hi, I have this piece of code on my JSP: Script language = javascript function fnGetStates() { country = document.searchAcctForm.cboAcctAddrCountry.value; alert(country); document.write('% Hashtable states = new Hashtable(); %');

RE: Passing JavaScript variable to a Java Scriptlet on a JSP page

2002-04-15 Thread sanjeev_dutt
. Maybe your data is stored like that germany.bavaria.nuremberg englang.blabla.london so you can filter the data, then reload the the page(don't forget to set again your collection as attribute) -Original Message- From: sanjeev_dutt [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 2

Managing Form without a FormBean

2002-03-28 Thread sanjeev_dutt
Hi All, Is it possible to have a form on my JSP without having a bean associated with it ? Actually on my JSP, I have a button New Search and when the user clicks on it, he/she should be taken to main search page. I have an action class associated with this. But since user is not submitting any

Calling EJB's in struts

2002-03-17 Thread sanjeev_dutt
Hi, Could someone point me to a document which talks about calling EJB's in the struts framework. Thanks Sanjeev -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Integrating action classes with EJB's

2002-03-14 Thread sanjeev_dutt
Hi all, Could someone direct me to a document which talks about integrating the Struts ActionClasses with the EJB's. Thanks Sanjeev -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Examples using struts tags

2002-03-13 Thread sanjeev_dutt
Hi Guys, Where can I find examples of jsp's using the tags from struts tag library ? I have gone thru all the examples which come with struts and also the tag library documentation. I am looking for examples. Thanks Sanjeev -Original Message- From: Marcelo Caldas [mailto:[EMAIL

RE: Setting-up Struts FrameWork on TOMCAT 3.1

2002-03-12 Thread sanjeev_dutt
when you download strtus, it comes with a file struts-documentation.war. Extract the files from this war file. it has good docs. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 5:26 PM To: Struts Users Mailing List Subject: Re:

Reading values from a form bean

2002-03-11 Thread sanjeev_dutt
Hi, I have a jsp say a.jsp and a corresponding aForm.java form bean which gets and sets prticular variables. How do I read the values stored in these variables from a different jsp say b.jsp ? Thanks Sanjeev -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,