>From: Iain Duncan <[EMAIL PROTECTED]> 
>
> Hello All, 
> 
> I've just started using shale-test to test an application using JSF1.1 so 
> apologies if this is a dumb question and I am doing something obvious 
> wrong! I have been unable to get the getValue() method on a ValueBinding 
> that involves a list to work. Does anyone know if this has been 
> implemented? 
> 

Simple expressions can be evaluated.  The mock implementation tokenizes the 
expression based on the "dot" separator.  So, you can evaluate expressions like 
"#{mybean.property}".

You have to programmatically add your beans into scope in your unit tests or 
add a few lines of logic to process faces-config's.




> Cheers, 
> 
> Iain 
> 

Gary

> 
> 
> 
> 
> Unless stated otherwise above: 
> IBM United Kingdom Limited - Registered in England and Wales with number 
> 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU 
> 
> 
> 
> 
> 

Reply via email to