Does your correctionReport have a method getConsultant(), and your consultant object have a method getName()? The EL _expression_ #{correctionReport.consultant.name } is equivalent to correctionReport.getConsultant().getName()... also check that they are not null. If you have more problems, post the stacktrace...

Bruno

2005/5/31, Dominik Dary <[EMAIL PROTECTED]>:
Hello,

i have an problem in a jsf-file.
i use a <h:dateTable>. in this table i show some attributes like this:
<h:outputText value="#{correctionReport.transferOrder}"/>
if the transfer method returns an string, i have no problems, but if
the method return an other object, when i want get the name attribut,
i got an error:
#{correctionReport.consultant.name}

thanks

DOME

Reply via email to