Ошибка чтения ELException… по типу

Я получаю исключение при отображении моей страницы JSP, которая пытается вызвать определенную функциюgetCurrentlocation() в типеPerson. The function is invoked by ${person.currentlocation} в файле JSP.

type Exception report

message javax.el.ELException: Error reading 'currentlocation' on type **.person.Person

description The server encountered an internal error that prevented it from fulfilling this request.

exception 

org.apache.jasper.JasperException: javax.el.ELException: Error reading 'currentlocation' on type **.person.Person

Я довольно новичок в технологии JSP. Может быть, кто-то может мне помочь!

Спасибо, Вениамин

Ответы на вопрос(1)

Ваш ответ на вопрос