Hi,

Try this :
in your Page.html :

<t:select id="enumVar" value="enumVar"/>
---------------------

in Page.java :

EnumType enumVar;

-------------------

in your EnumeType.java

public enum EnumeType{
        val1,Val2,Val3;
}



TNO wrote:
> 
> Hi,
> 
> I want to create a very simple select list from an enum.
> 
> <t:select model="${reportModel}" value="${report}"/>
> 
> But in a select component, the model (org.apache.tapestry.SelectModel)
> is required, I try to use EnumSelectModel but it did not work...
> I can't have my enum list...
> 
> please help, thanks
> 
> Tom
> 
> 
> 
> ---
> Antivirus avast! : message Sortant sain.
> Base de donnees virale (VPS) : 071114-0, 14/11/2007
> Analyse le : 15/11/2007 16:50:02
> avast! - copyright (c) 1988-2007 ALWIL Software.
> http://www.avast.com
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-T5--Simple-question-about-select-and-enum-tf4815229.html#a13776401
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