User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the JSP section within the Web Development category of DaniWeb, a massive community of 422,658 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,696 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JSP advertiser: Lunarpages JSP Web Hosting
Views: 449 | Replies: 1 | Solved
Reply
Join Date: Jan 2008
Posts: 27
Reputation: eddy556 is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 0
eddy556 eddy556 is offline Offline
Light Poster

Variable not assigned?

  #1  
Jan 30th, 2008
Please take a lot at this. Tomcat is reporting the variable editQuestion cannot be resolved.


<%
String key = request.getParameter("edit");
  ResultSet columns1 = statement.executeQuery("SELECT * FROM Questions WHERE ID ="+ key +"");
  
  while(columns1.next())
  {
    String editid = columns1.getString("ID");
    String editQuestion = columns1.getString("Question");
    String editAnswer = columns1.getString("Answer");
	String editUpdated = columns1.getString("Timestamp");
	String editAuthor = columns1.getString("Author");	
}
%>
<form action="viewFAQ.jsp" method="get">
<INPUT readonly TYPE="TEXT" NAME="ID" value="<%= key %>">
<TEXTAREA NAME="comments" COLS="40"ROWS="6"><%= editQuestion %></TEXTAREA>
</form>

Thanks
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Jan 2008
Posts: 27
Reputation: eddy556 is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 0
eddy556 eddy556 is offline Offline
Light Poster

Re: Variable not assigned?

  #2  
Jan 30th, 2008
Hey, I've managed to solve this....turns out I had to declare the variables i.e. String question = null; outside the loop.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb JSP Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the JSP Forum

All times are GMT -4. The time now is 4:13 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC