Re: problems with tag

2006-12-11 Thread Mallik
HI Rick make sure that doesn't close with in start tag like this: (i got the same problem beacuse of this silly mistake) ur's Mallik Rick Schumeyer wrote: > > Never mind...it turns out that I added a non-default constructor to the > ActionForm bean without also adding a default constructor.

Re: problems with tag

2006-12-11 Thread Rick Schumeyer
Never mind...it turns out that I added a non-default constructor to the ActionForm bean without also adding a default constructor. Rick Schumeyer wrote: I'm using struts 1.3.5. I have a jsp that displays a . If I surround the table with: ... then nothing in the page renders. The Employee

problems with tag

2006-12-11 Thread Rick Schumeyer
I'm using struts 1.3.5. I have a jsp that displays a . If I surround the table with: ... then nothing in the page renders. The EmployeeAdd action exists; it is associated with an ActionForm that also exists. Does anyone have any idea what can cause this problem?

Problems with Tag in web.xml

2004-05-03 Thread Amol Yadwadkar
Hello List, I am using Struts 1.1 and I want to get connected to SQL SERVER 2000.I am using tag from web.xml where I am providing the driverclassname,url,username and password as the properties to this Tag. But I am getting an error of com.microsoft. . . . . .SQLServerDriver is not intilised Can