Iplanet 6.0.2 error

2003-12-22 Thread alok . garg
Hello , I am facing the following problem on iplanet ws 6.0.5 server The Classes in the web-inf/classes folder not recognised by the server. I am getting the error like cannot create instance of package.Action class. Any help would be highly appreciated. Alok Garg Polaris Software Lab Ltd

Iplanet 6.0.2 error

2003-12-19 Thread alok . garg
) -- Alok Garg Polaris Software Lab Ltd. ( + 91 - 022 - 28290019 Ext. # 1308 ) This e-Mail may contain proprietary

Re: Error message display in the case of redirect = true

2003-12-10 Thread alok . garg
Hello Gurpreet, Thanks for the input but can you please send me an example of how to do it. Alok Garg Polaris Software Lab Ltd. ( + 91 - 022 - 28290019 Ext. # 1308

Error message display in the case of redirect = true

2003-12-09 Thread alok . garg
Hello all, I want to display the errors stack provided y Struts in the jsp page using the html:errors/ tag. I am able to display it but the moment I add the redirect=true in the action mapping tag I am not able to see the error messages. Please help with it. Alok Garg Polaris Software Lab Ltd

RE: Error message display in the case of redirect = true

2003-12-09 Thread alok . garg
You are right even I knew that it was the same problem. But then in that case if I make redirect = false and if the user refreshes the page then the request is again submitted. So, can you throw some light on how to stop the user from re submitting the same URL. Alok Garg Polaris Software Lab

System Exception Handling in Struts

2003-11-24 Thread alok . garg
Hello, How can I handle a system exception in Struts? Is Logging an internal part of Struts if yes how to configure it. Please help with an example if possible. Alok Garg Polaris Software Lab Ltd. ( + 91 - 022 - 28290019 Ext. # 1308 ) This e-Mail may contain proprietary and confidential

RE: Deploying struts application on iplanet 6.0 or 4.0

2003-11-04 Thread alok . garg
Hello James, I have dowloaded the iplanet 6.0 service pack 4.0 (web server) but I am still unable to deploy the struts application can anybody tell me what all jars I need to keep in the classpath?? Alok Garg Polaris Software Lab Ltd. ( + 91 - 022 - 28290019 Ext. # 1308

Deployment issues with iws 6.0 service pack 4.

2003-11-04 Thread alok . garg
?? Alok Garg Polaris Software Lab Ltd. ( + 91 - 022 - 28290019 Ext. # 1308 ) This e-Mail may contain proprietary and confidential information and is sent for the intended recipient(s) only. If by an addressing or transmission error this mail has been misdirected to you, you are requested

Deploying struts application on iplanet 6.0 or 4.0

2003-10-31 Thread alok . garg
Hello , I want to deploy the struts application on iplanet 6.0 or 4.0. Thanking you in advance... Alok Garg Polaris Software Lab Ltd. ( + 91 - 022 - 28290019 Ext. # 1308 ) This e-Mail may contain proprietary and confidential information and is sent for the intended recipient(s) only

RE: Deploying struts application on iplanet 6.0 or 4.0

2003-10-31 Thread alok . garg
I want to deploy my Struts application which is running in Tomcat in iplanet server version 6.0. with no service packs Alok Garg Polaris Software Lab Ltd. ( + 91 - 022 - 28290019 Ext. # 1308

DynaActionForm and DAO

2003-10-27 Thread alok . garg
Hello, I just to confirm that can I use the DynaActionForm object to populate the values in my DAO. If yes how?? Thanks in advance Alok Garg Polaris Software Lab Ltd. ( + 91 - 022 - 28290019 Ext. # 1308 ) This e-Mail may contain proprietary and confidential information and is sent

Getting the MessageResource Object in the FormBean

2003-03-17 Thread Alok Garg
Hello All, I need to read the MessageResource object in my From class. How can I do it? Alok Garg [EMAIL PROTECTED] Time is the most valuable thing a man can spend.

Re: struts IDE

2003-03-05 Thread Alok Garg
Jbulider8.0 and Eclipse - Original Message - From: Buics [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, March 06, 2003 12:52 PM Subject: struts IDE good day! anyone could suggest an IDE for struts rapid development? thank you in advance!

Re: processPreprocess hook

2003-03-03 Thread Alok Garg
, 2003 11:43 AM Subject: Re: processPreprocess hook Struts has always been based on MVC Model 2. The RequestProcessor has nothing to do with that. David From: Alok Garg [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED

Re: processPreprocess hook

2003-03-02 Thread Alok Garg
httpServletResponse) Alok Garg - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 02, 2003 8:37 AM Subject: processPreprocess hook Hi, We have been overriding the processPreprocess method in ActionServlet of Struts 1.0 in an extended class to do some custom

Re: j_security_check with LogonAction

2003-01-31 Thread Alok Garg
Hello, What I have done is like: 1) I forward the user to ActionClass after the LoginPage (not the default one but to the coustom one). 2) In this action class I set all the parameters that I require. 3) After this I forward the user to the j_security_check part. - Original Message - From:

Re: pls ignore

2003-01-20 Thread Alok Garg
Don't do Time pass - Original Message - From: Amit Badheka [EMAIL PROTECTED] To: Struts Mailing List (E-mail) [EMAIL PROTECTED] Sent: Monday, January 20, 2003 2:31 PM Subject: pls ignore test mail -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

Problems in using Bulk Accessor Objects.

2002-12-23 Thread Alok Garg
. Alok Garg [EMAIL PROTECTED] Time is the most valuable thing a man can spend.

Using Scroll Bars

2002-11-25 Thread Alok Garg
Hello, If I have 3 jsp pages to included in a template. Like a.jsp b.jsp c.jsp If I want to display a scrollbar in the b.jsp as the data in it is going to be very big. Thanking you Alok

uploading Image files using Struts

2002-11-06 Thread Alok Garg
Hello All, How to upload Image files using Struts? Alok

File Uploading

2002-11-05 Thread Alok Garg
Hello All, Can anybody help in getting me started with using File uploading using Struts, or if you can provide me with an example it would of greate use. Thanking you Alok

Re: File Uploading

2002-11-05 Thread Alok Garg
Thanka alot Craig I have seen it. - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, November 06, 2002 12:16 PM Subject: Re: File Uploading On Wed, 6 Nov 2002, Alok Garg wrote: Date: Wed, 6 Nov 2002 12

Re: Using Frames in Struts

2002-11-01 Thread Alok Garg
in Struts Are you sure that with frames, you don't have 2 sessions running? Usually you have a single page that initiates the session, then forwards to the frames pages. - Original Message - From: Alok Garg [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday

Re: Using Frames in Struts

2002-11-01 Thread Alok Garg
, if I remember correctly, was to have a login page or an action that initializes a session, then forwards to the frames page once that single session is set. - Original Message - From: Alok Garg [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, November 01

problems with logic:iterate in Struts

2002-11-01 Thread Alok Garg
Hello, I am getting an error in logic:iterate while I am iterating over an hashtable. code sinnpet: logic:iterate id=element name=categoriesForm property=groups bean:write name=element property=key/ bean:write name=element property=value/ /logic:iterate hashtable contains key as

Using Frames in Struts

2002-10-31 Thread Alok Garg
Has anybody have used frames in Struts 1.1b2 with weblogic61 then please guide me with a problem that I am facing. I have a main Frame with 2 frames in it. From one frame1 I am calling an action class from where I am setting a hashtable, and I am forwarding it to the main frame. I want to access

Re: Using Frames in Struts

2002-10-31 Thread Alok Garg
is in your request and not the session Corneil du Plessis Technical Specialist Internet Development Retail Channels Standard Bank Direct +27 (11) 636-2210 Mobile +27 (83) 442-9221 ICQ# 66747137 -Original Message- From: Alok Garg [mailto:alok;direct2s.com] Sent: 01 November, 2002 06:17

Images on a jsp page.

2002-10-30 Thread Alok Garg
Hello , I am facing problems in loading images in the jsp page. Sometimes the image is clipped and when I do a refresh it is loaded properly, sometimes the whole image in not present and if we do a refresh it is displayed. Can anybody help me with it. Alok

Re: Images on a jsp page.

2002-10-30 Thread Alok Garg
, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955) -Original Message- From: Alok Garg [mailto:alok;direct2s.com] Sent: Thursday, October 31, 2002 12:33 AM To: Struts Users Mailing List Subject: Images on a jsp page. Hello

Forwarding a request to a Frame

2002-10-30 Thread Alok Garg
Hello, I am facing problems in passing the request attribute variable from a action class to a frame. Alok

Javascripting

2002-10-29 Thread Alok Garg
Hello All, I am facing problem in using javascript. The cases: 1) I have a select box. 2) OnChange a javascript method is called. 3) In this method a Form is submitted and an action class is called. 4) on finishing with the action class same jsp is called. Problem:: 5) if now again step 2 is

Using html:Options tag

2002-10-27 Thread Alok Garg
Hello, I am facing a problem using html:options tag. The case: 1) I have a Hashtable map which contain an Id (java.lang.Integer) as the Key and Description (String) as the value. 2) I have to iterate this Hashtable and display the values in a select box. Please guide me with the above problem

Re: Using html:Options tag

2002-10-27 Thread Alok Garg
) at org.apache.struts.taglib.html.OptionsTag.doEndTag(OptionsTag.java:236) where 1 is the Key of the Hashtable which is Integer and beauty is the Value of the Hashtable. Thanks Alok Garg - Original Message - From: Derek Lin [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, October 28

Using logic:iterate in html:option

2002-10-27 Thread Alok Garg
Hello Everybody, can anybody send me an example of using logic:iterate tag inside html:option tags. Thanking you Alok Garg