File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes Error in jsp file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Error in jsp file" Watch "Error in jsp file" New topic
Author

Error in jsp file

Benjamin Lazar
Greenhorn

Joined: Feb 18, 2010
Posts: 1
I am facing some issue with the jsp using struct 2.1.8.1

My Jsp code is



Error Message:



I have placed the struts2-core-2.1.8.1.jar in lib folder as well as well I have configured the buildpath with the jar file(struts2-core-2.1.8.1.jar)

Please help me...Thanks in Advance
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

*Please* don't use the old Struts 1 tag prefix for the Struts 2 tag libraries--besides that it's just misleading, it's also inaccurate, as the S2 tags include a lot more than just HTML-emitting tags. The canonical taglib prefix for the S2 tags is simply "s".

The error message is telling you *precisely* what's wrong. S2's text tag doesn't render a text input field.

I am baffled by your use of CSS.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Error in jsp file
 
Similar Threads
problem in getting the request parameters
How to check if textboxes are null
Google use Javascript or ajax on first page?
location.href not working on FireFox 3.5
get parameters from select