Here is the tml 

                <tr align="left">
                    <td align="center">
                        <select t:type="Select" t:id="yearSelect" 
t:clientId="yearSelect" id="yearSelect"
                            t:model="prop:yearSelectModel" 
t:encoder="prop:yearValueEncoder"
                            t:value="prop:year" blankOption="never"
                            />        
                    </td>

How do I know which valuencoder its using?

Why the NPE ?
                                          

Reply via email to