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();
%>