Thanks Thiago,

jobClass is a string object which I declare and generate the getter and
setter methods on my page to iterate through the jobClasses list and provide
the options for drop down.

private String jobClass;

For the first case Exception was not happened, A blank value and blank list
on the select drop down was displayed. 

Thanks again!

Anteneh



Thiago HP wrote:
> 
> On 1/29/08, Anteneh Bayouh <[EMAIL PROTECTED]> wrote:
> 
>> It is not working! My guess is there might be a conflict between the two
>> models (employeeModel, which is a BeanModel, and jobClasses model, which
>> is
>> a SelectModel).
> 
> How exactly is it not working? Some exception? The dropdown is not
> being rendered with the appropriate value? In this last case, does
> your JobClass overrides the equals() method? If not, implement it and
> now your first code will work.
> 
> Thiago
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Tapestry-5----Select-Drop-Down-in-a-Grid-Component-tp15162558p15166719.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to