aspose file tools
The moose likes JSP and the fly likes String[] error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply locked New topic
Author

String[] error

kishani liyanage
Ranch Hand

Joined: Dec 08, 2003
Posts: 40
Please give me a solution to this error!
Generated servlet error:
C:\jakarta-tomcat-3.2.4\work\Standalone\localhost\examples\testkish\showDetails$jsp.java:68: Incompatible type for declaration. Can't convert java.lang.String to java.lang.String[].
String[] selectedItems = request.getParameter("ItemID");
^
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56531
    
  14

This is a continuation of the question that you asked earlier. Please re-read the answers to that question (your answer is already there), and continue any discussion there.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: String[] error
 
Similar Threads
Recursion
How to use trim() with String.split(regx)?
Is This program wrong according to Java?
How to intepret this JSP error?
String-double conversion