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 java.lang.IllegalArgumentException Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Struts
Reply Bookmark "java.lang.IllegalArgumentException" Watch "java.lang.IllegalArgumentException" New topic
Author

java.lang.IllegalArgumentException

Swapna latha
Ranch Hand

Joined: Dec 18, 2011
Posts: 39
hi ranchers !

I am getting an error with Date in Action Form. I am using Struts 1.3.8 framework. In my Action Form there is a property called Date and getters and setters are generated for it. When i try to call the request.getParameter of Date an error of java.lang.IllegalArgumentException is thrown. Is there any problem in retrieving date as request.getParameter is for retrieving string

thippe swamy
Greenhorn

Joined: Feb 04, 2012
Posts: 10

you use request.getParameter to access the information provided by the user in the html page.
try .getDate method.
 
 
subject: java.lang.IllegalArgumentException
 
Threads others viewed
another try -syntax fixed
Request.getParameter() coming as Null in IE
Another simple question
hi urgent
html - el tags
developer file tools