RE: Looking for a book

2005-04-22 Thread Rajaneesh
Check "struts in action" by Ted if you are dealing with 1.0 or 1.1 version "This message is not an official communication of SLK Software. The sender of this message is neither acting as an agent nor in any other capacity for or on behalf of SLK Software. SLK Software accepts no responsibility or

RE: Action Mapping Forward Params

2005-03-23 Thread Rajaneesh
Richard, Since your are using forward , the request context is not lost. Hence the dynamic parameter should still be availible. Hope this helps "This message is not an official communication of SLK Software. The sender of this message is neither acting as an agent nor in any other capacity for

Struts 1.3 chaining flow diagram

2005-03-21 Thread Rajaneesh
o be extended by the user? Regards Rajaneesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Configuring action path

2005-03-21 Thread Rajaneesh
Use the same form "name" for both action mapping in the sturts config. Hope that helps. -Original Message- From: Mili Aggarwal, Noida [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 22, 2005 9:50 AM To: Struts Users Mailing List Subject: Configuring action path Hello All,

RE: html:form action

2005-03-17 Thread Rajaneesh
xls is a predefined mime type for excel spread sheet. It may create a problem. while defining the extensions you need to map this to ActionServlet in web.xml -Original Message- From: Mili Aggarwal, Noida [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 9:47 AM To: Struts Users Maili

RequestProcessor and ActionServlet

2005-03-15 Thread Rajaneesh
Hi, In struts what is actually the controller portion? (Is it RequestProcessor or ActionServlet?) Regards Rajaneesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: using Taglibs

2005-03-11 Thread Rajaneesh
Hi Viktar, Having the tags would execute for the tag library classes in the package org.apache.struts.taglib.html. Hence and are quite different. Regards Rajaneesh -Original Message- From: Viktar Duzh [mailto:[EMAIL PROTECTED] Sent: Friday, March 11, 2005 2:48 PM To: Struts Users

RE: Is There a Tool for JSF?

2005-03-09 Thread Rajaneesh
Try WSAD if the cost is not too high for the project -Original Message- From: Michael Oliver [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 9:16 PM To: 'Struts Users Mailing List' Subject: RE: Is There a Tool for JSF? We use Exadel's Eclipse4Web http://www.exadel.com/products_

RE: DownloadAction Application

2005-03-08 Thread Rajaneesh
Application It depends on what you are using to do the uploading. For example, an FTP system cares. But an application that simply copies bytes from an octet stream doesn't have to care. Erik Rajaneesh wrote: >Hi, > > A basic question! Should a file type(BINARY or ASCII) matter duri

RE: DownloadAction Application

2005-03-07 Thread Rajaneesh
Hi, A basic question! Should a file type(BINARY or ASCII) matter during the upload process? Regards Rajaneesh -Original Message- From: Dakota Jack [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 1:22 AM To: Struts Users Mailing List Subject: Re: DownloadAction Application