Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Hamish Jones   on Dec 31 In Java Category.

  
Question Answered By: Olivia Campbell   on Dec 31

The error  says that you are trying to access an
instance method  from a class and not na instance of a
class. Try creating an object type RcdtForm first.
Like this.

<%
RcdtForm tempvar = new RcdtForm()
String variable = tempvar.getAreaSolicitante();
%>

Share: 

 
 
Didn't find what you were looking for? Find more on jsp bean Or get search suggestion and latest updates.


Tagged: