Confusion : Usage of Struts

2001-03-21 Thread Tewathia, Atul
Title: Confusion : Usage of Struts I am new to struts. I have gone thru the theoretical part of struts and found the concept interesting. Even read thru some examples. But there are some doubts like... What happens to javascript validations? Where do we fit them in the comlete picture? W

Error in struts-form.tld

2001-03-21 Thread Tewathia, Atul
Title: Error in struts-form.tld I get the following erroe on using the struts-form.tld in my program. Error also occurs for attribute 'isKey'. It works on removing those attributes from struts-form.tld. Is it okay if i continue doing so. I wonder where this will stop. /Abc.jsp(2): E

Struts Development : tep by step.

2001-03-22 Thread Tewathia, Atul
Title: Struts Development : tep by step. Is there any link/tutorial where a step by step approach of developing a struts-application is given. I am finding it a bit slippery to get a grip on the examples provided with struts.

JavaScript in Struts

2001-03-28 Thread Tewathia, Atul
Title: JavaScript in Struts How do I perform javascript validation in struts pages ??

Can i get the exact Exception.

2001-03-30 Thread Tewathia, Atul
Title: Can i get the exact Exception. While experimenting with struts I generally get following error on the browser. Error 500--Internal Server Error It makes debugging difficult. Is there a way for me to see the exact Exception on the browser that has occurred ?

Pre populating a Form Bean

2001-04-14 Thread Tewathia, Atul
Title: Pre populating a Form Bean I want to pre-populate a formBean in this scenario. Jsp1 --> Jsp2 When I process the data of jsp1 using form1 in the perform method how do I set the form2 attributes .. so that the jsp2 is displayed with preloaded data. Can any body guide in this ??

RE: Pre populating a Form Bean

2001-04-14 Thread Tewathia, Atul
jsp2 will use the same data in the formBean, just stuff it in the request object in the perform method. Then jsp2 can use the bean. - Original Message - From: Tewathia, Atul To: '[EMAIL PROTECTED]' Sent: Saturday, April 14, 2001 12:16 PM

RE: Pre populating a Form Bean

2001-04-14 Thread Tewathia, Atul
Form Bean I think u should be able to Populate it in the Action of JSP1. --- "Tewathia, Atul" <[EMAIL PROTECTED]> wrote: > > I want to pre-populate a formBean in this scenario. > > Jsp1 --> Jsp2 > > When I process the data of jsp1 using form1 in the

RE: Pre populating a Form Bean

2001-04-15 Thread Tewathia, Atul
L PROTECTED]Subject: Re: Pre populating a Form Bean Does jsp1 forward to jsp2? If so, populate the bean in the perform method, stuff it in the request, the jsp2 can find it there. - Original Message ----- From: Tewathia, Atul To: [EMAIL PROTECTED] Sent:

Reducing the burden on ActionServlet.

2001-04-26 Thread Tewathia, Atul
Title: Reducing the burden on ActionServlet. In our project we have more than one hundred jsp (each having an average of 2 or 3 forms )and we have already decided to use struts as our framework. Now the dilema :- We found that managing such a large number of jsp from a single stuts-config.xml

Reducing the burden on ActionServlet.

2001-04-27 Thread Tewathia, Atul
Title: Reducing the burden on ActionServlet. In our project we have more than one hundred jsp (each having an average of 2 or 3 forms )and we have already decided to use struts as our framework. Now the dilema :- We found that managing such a large number of jsp from a single stuts-config.xml

Reducing the burden on ActionServlet.

2001-04-27 Thread Tewathia, Atul
Title: Reducing the burden on ActionServlet. In our project we have more than one hundred jsp (each having an average of 2 or 3 forms )and we have already decided to use struts as our framework. Now the dilema :- We found that managing such a large number of jsp from a single stuts-config.xml

RE: No ActionForm Bean Required

2001-04-30 Thread Tewathia, Atul
I feel there is some problem. I tried the same thing but I get the following error on console. It shows that it is trying to instantiate a form bean corresponding to an action mapping. And if i am not specifying one it gives an error. How do I handle this situation when I don't need a form ??? On

RE: No ActionForm Bean Required

2001-04-30 Thread Tewathia, Atul
I feel there is some problem. I tried the same thing but I get the following error on console. It shows that it is trying to instantiate a form bean corresponding to an action mapping. And if i am not specifying one it gives an error. How do I handle this situation when I don't need a form ??? On

RE: Reducing the burden on ActionServlet.

2001-05-01 Thread Tewathia, Atul
files, this is a technique that I use and it works quite well.  We have multiple "projects" in our web app and each project has its own config file.  I hope this helps. "Tewathia, Atul" wrote:   In our project we have more than one hundred jsp (each having a

Jsp not displayed on first time.

2001-05-02 Thread Tewathia, Atul
Whenever I start my application after redeploy I get the error given below. But on a subsequent refresh of the page the browser displays the jsp on the screen exactly fine. This happens for every jsp in my application. Does any body know why this happens ? <[WebAppServletContext(786280 ,with