| Author |
Exceptions while using struts-taglib
|
Knaresh Gupta
Greenhorn
Joined: Nov 22, 2008
Posts: 5
|
|
Hello respecters,
I'm using the struts-1.3.10 and apache-tomcat-6.0.26 and java 1.6
I got error when i have used struts tag-lib in my program so please help me how to resolve this problem.
Here i'm posting my code
this is simple jsp page contain registration process when i try to access from web browser i got exception here i'm giving full details
Exceptions occurred in Browser
thanks and regards
|
 |
Dileep Kamath
Greenhorn
Joined: Jul 15, 2006
Posts: 19
|
|
Try the tips on this page - Module Null
|
 |
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
|
posted

0
|
|
Are you accessing the JSP page directly?
|
 |
Knaresh Gupta
Greenhorn
Joined: Nov 22, 2008
Posts: 5
|
|
David Newton wrote:Are you accessing the JSP page directly?
I have given in web.xml file with tag <welcome-file-list>. and also tried with help of without giving the tag. igot same exception in both the cases.
|
 |
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
|
posted

0
|
|
That doesn't answer my question--are you accessing the JSP page directly, in other words, without going through an action? That won't work.
|
 |
 |
|
|
subject: Exceptions while using struts-taglib
|
|
|