Hi all, concerning the AdminPanel component mentioned in one of my earlier posts I have another problem: As some of the possible object properties need some kind of conversion before getting displayed in the panel (the date for example) I want to add the possibility to define an ognl expression in the "properties" parameter like in the contribTable component.
I've used the Ognl.getValue() method so far but this doesn't seem to work with something like: ... properties="id:id, date:page.convertDate(date)" ... I tried to use Ognl.parseExpression() and the ExpressionEvaluator provided by Tapestry and used in contribTable but it didn't work :-( My question is now how to enable my component to handle such ognl expressions in the "properties" parameter? Thanks! Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]