Results 1 to 2 of 2
Thread: struts error....
- 11-06-2008, 05:49 AM #1
Member
- Join Date
- Oct 2008
- Posts
- 7
- Rep Power
- 0
struts error....
i am running a simple struts application but whenever i make a request to the login page i get the following error......can any one please help me out......
org.apache.jasper.JasperException: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope
---------------
---------------
javax.servlet.ServletException: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope
--------------
----------------
javax.servlet.jsp.JspException: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope
---------------
------------------
- 11-06-2008, 07:18 AM #2
Member
- Join Date
- Oct 2008
- Posts
- 7
- Rep Power
- 0
struts error
i have solved the problem which i asked on struts....the mistake i made is i didnt include html:form tag instead used <form> tag of html and included all other <html:XXXX> tags in between <form> and </form> tags..so if u r using html:xxxx tags be sure to use only in between <html:form> and </html:form> tags.
else use only default html tags if u dont want to use taglibrary tags.
hope this information is useful to all.............
Similar Threads
-
Common error page using struts tiles...?
By prabhurangan in forum Web FrameworksReplies: 0Last Post: 08-28-2008, 02:34 PM -
Java Script comes with No proper error message in the Alert box in Struts.
By anandguna in forum Advanced JavaReplies: 4Last Post: 07-31-2008, 01:43 PM -
Error using ajax call in onchange event of select box.... struts 1.x?
By prabhurangan in forum Web FrameworksReplies: 0Last Post: 07-07-2008, 07:10 AM -
struts error
By sandor in forum Web FrameworksReplies: 3Last Post: 04-24-2007, 07:27 PM -
Struts tag error with bean:write
By sandor in forum Web FrameworksReplies: 1Last Post: 04-07-2007, 04:50 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks