Hello,
i have an problem in a java server faces 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
-
JSF EL Question (1 messages)
- Posted by: Dominik Dary
- Posted on: May 31 2005 05:55 EDT
Threaded Messages (1)
- JSF EL Question by Duncan Mills on May 31 2005 09:46 EDT
-
JSF EL Question[ Go to top ]
- Posted by: Duncan Mills
- Posted on: May 31 2005 09:46 EDT
- in response to Dominik Dary
Is there a getName() method on the consultant object? (and of course a getConsultant() method on the correctReport managed bean?