ApplicationResources.properties

2001-12-04 Thread Debasish Ghosh
Hi - How can I check if the correct ApplicationResources.properties has been loaded or not ? I tried using the following :- logic:notPresent name=org.apache.struts.action.MESSAGE scope=application font color=red ERROR: Application resources not loaded -- check servlet container logs

ApplicationResources.properties

2001-12-04 Thread Debasish Ghosh
Hi - How can I check if the correct ApplicationResources.properties has been loaded or not ? I tried using the following :- logic:notPresent name=org.apache.struts.action.MESSAGE scope=application font color=red ERROR: Application resources not loaded -- check servlet container logs

Removing session scoped ActionForm beans

2001-10-01 Thread Debasish Ghosh
Hi - In our application, we have quite a few multi-page forms, where the ActionForm had to be created at the session scope. A typical example is an entry screen, where the user enters a record (spanning multiple pages) and presses submit. The record gets inserted into the database and the form

RE: Application scope objects

2001-09-25 Thread Debasish Ghosh
().setAttribute(returnTypes, list); which saves an ArrayList list into the attribute returnTypes in the servlet's context. list is being populated by some calls to the database. Kim -Original Message- From: Debasish Ghosh [mailto:[EMAIL PROTECTED]] Sent: Thursday, September

Uisng multiple ApplicationResources in a team

2001-09-23 Thread Debasish Ghosh
Hi - I have got a reference where it is mentioned that a patch is available for team development using multiple struts-config.xml and ApplicationResources.properties files. I first found it in Struts catalog in Ted Husted's site. He refers to the link

Application scope objects

2001-09-13 Thread Debasish Ghosh
Hi All - In my application, I would like to cache some of the objects at the application scope in order to reduce database access. What is the most recommended way of achieving this in Struts ? Should I make them members of OurActionServlet, which is derived from ActionServlet ? Please suggest.

Re: Dynamic Forwarding ...

2001-09-03 Thread Debasish Ghosh
using request.getParameter(formName) and see if that's null too. I'd also try hardcoding the value for action to be sure that is not null. If you haven't already, see also http://www.mail-archive.com/struts-user@jakarta.apache.org/msg14280.html Debasish Ghosh wrote: Hi All

Dynamic Forwarding ...

2001-09-02 Thread Debasish Ghosh
Hi All - I have trying to implement dynamic forwarding in my application. In the Action class where I am preparing the forward URL, I am doing the following : ActionForward fwd = mapping.findForward(dummy); StringBuffer path = new StringBuffer( fwd.getPath() ); path.append( ?formName= ).append(

Problem with html:img.. Please Help !!

2001-08-30 Thread Debasish Ghosh
Hi all - This is my second attempt at the problem. I could not fix it. Please help !! I am using Tomcat 3.2.2. When I use an html tag as html:img srcKey=image.logotop/ (I am using Struts), the first time the page comes, the tag gets a sessionId. The cookies are enabled in my browser. For all

RE: sessionId and html:img

2001-08-29 Thread Debasish Ghosh
. --- Jay Patel [EMAIL PROTECTED] wrote: You may want to try using pageKey instead of srcKey. It should not make a difference but something to check on! Jay Patel 972-701-9773 972-849-0373 Mobile [EMAIL PROTECTED] -Original Message- From: Debasish Ghosh [mailto:[EMAIL

sessionId and html:img

2001-08-28 Thread Debasish Ghosh
Hi - I am using Struts 1.0 and Tomcat 3.2.2. I am using the internationalization feature of Struts to render an image as follows : html:img srcKey=image.logotop/ The first time the page appears, the image is not rendered on screen and if I do a Refresh, then the image somes properly. If I do

Internationalizating rollover buttons

2001-08-23 Thread Debasish Ghosh
Hi All - We are trying to implement rollover buttons in our applications. We would like to internationalize them as well. We are using the Struts html tag html:image with the following : html:image property=submit srcKey=image.submit1 onmouseover=src='images/submit1.gif'

logic:iterate

2001-08-18 Thread Debasish Ghosh
Hi All - I am using the logic:iterate tag. I have used the attribute indexId, when I am getting the error Attribute indexId invalid according to the specified TLD. I am using Struts 1.0 with Tomcat 3.2.2. Please help !! Regards. - Debasish __

RE: logic:iterate

2001-08-18 Thread Debasish Ghosh
: Debasish Ghosh [mailto:[EMAIL PROTECTED]] Verzonden: Saturday, August 18, 2001 10:22 AM Aan: [EMAIL PROTECTED] Onderwerp: logic:iterate Hi All - I am using the logic:iterate tag. I have used the attribute indexId, when I am getting the error Attribute indexId invalid according

RE: logic:iterate

2001-08-18 Thread Debasish Ghosh
Hi - It has been solved. Actually the TLD was not of proper version. - Debasish --- Debasish Ghosh [EMAIL PROTECTED] wrote: Here it is .. jsp:useBean id=idx scope=page class=com.anshin.MonthForm/ bean:define id=idx_int name=idx property=index/ html:form action=/month table tr

RE: newbie question

2001-08-09 Thread Debasish Ghosh
=52 http://www.geocities.com/rick_m_hightower/ http://www.brainbench.com/transcript.jsp?pid=2351036 -Original Message- From: Debasish Ghosh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 7:08 PM To: [EMAIL PROTECTED] Subject: newbie question Hi all - I am

RE: newbie question

2001-08-09 Thread Debasish Ghosh
Cooper At 12:07 PM 8/9/01, Debasish Ghosh wrote: Hi - I tried these and still no luck ... I am enclosing the code for the Form. package com.anshin; import javax.servlet.http.HttpServletRequest; import org.apache.struts.action.ActionError; import

Re: newbie question

2001-08-09 Thread Debasish Ghosh
No ... doesn't work .. --- Rama Krishna [EMAIL PROTECTED] wrote: try this. !-- The Welcome File List -- welcome-file-list welcome-filelogin.do/welcome-file /welcome-file-list rama. - Original Message - From: Debasish Ghosh [EMAIL PROTECTED] To: [EMAIL

Re: newbie question

2001-08-09 Thread Debasish Ghosh
didnot get a 404 but this:: so i guess it's working fine. 500 Internal Server Error /dep/login.do: java.lang.IllegalArgumentException: URI is missing leading slash let me know. rama. - Original Message - From: Debasish Ghosh [EMAIL PROTECTED] To: Rama Krishna [EMAIL

newbie question

2001-08-08 Thread Debasish Ghosh
Hi all - I am facing a weird problem, which I could not solve in the last couple of hours. I checked up the mail-archive but could not locate any solution to this. The application has a login screen (login.jsp), which validates a user. There is an ActionForm (LoginForm) with appropriate get and

Suggestion on grid implementation

2001-07-15 Thread Debasish Ghosh
Dear All - I am relatively new to Struts. Hence I would like to invite your suggestions on the following implementation: In our application, for which we are using Struts, we need to implement a table of multiple columns, where 1. the number of rows will be dynamic and fetched from the

RE: Help with Resources !!

2001-07-04 Thread Debasish Ghosh
[EMAIL PROTECTED] wrote: Whether there is the key index.title in your ApplicationResources file or not ? - Original Message - From: Debasish Ghosh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 03, 2001 11:17 AM Subject: Help with Resources

RE: Help with Resources !!

2001-07-04 Thread Debasish Ghosh
[EMAIL PROTECTED] wrote: Whether there is the key index.title in your ApplicationResources file or not ? - Original Message - From: Debasish Ghosh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 03, 2001 11:17 AM Subject: Help with Resources

Help with Resources !!

2001-07-02 Thread Debasish Ghosh
Hello All - I am new to Struts and trying to run the Struts example applications. When I am starting Tomcat, everything loads fine (as found in the $TOMCAT_HOME/logs/servlet.log file). In fact the following gets logged in the file : 2001-07-02 08:38:46 - path=/struts-example :jsp: init

Re: Help with Resources !!

2001-07-02 Thread Debasish Ghosh
faced by a Windows 2000 user. No solution to this problem was posted in the thread. --- Pham Thanh Quan [EMAIL PROTECTED] wrote: Whether there is the key index.title in your ApplicationResources file or not ? - Original Message - From: Debasish Ghosh [EMAIL PROTECTED] To: [EMAIL

RE: View data

2001-06-27 Thread Debasish Ghosh
Hi - I am new to Struts. I also have this kind of application where I need to show a lot of data. I understand your solution. But for this, do I need to make any entry in the config file for the jsp which renders the view of the bean. Otherwise, how will it fit in the overall framework of Struts