Re: about select model

2011-05-19 Thread Thiago H. de Paula Figueiredo
On Thu, 19 May 2011 20:14:09 -0300, Vangel V. Ajanovski wrote: Hi Thiago, Hi! It was just a few days ago that I discovered the SelectModelFactory service. Nice! Use it! :) In the past I have used the selectObject component described here: http://wiki.apache.org/tapestry/Tapestry5Sele

Re: about select model

2011-05-19 Thread Vangel V. Ajanovski
On 05/19/2011 01:28 PM, Thiago H. de Paula Figueiredo wrote: As ningdh suggested, use the SelectModelFactory service. Hi Thiago, It was just a few days ago that I discovered the SelectModelFactory service. In the past I have used the selectObject component described here: http://wiki.apache

Re: Classloader problems with Tapestry and Runtime Dynamic types

2011-05-19 Thread Thiago H. de Paula Figueiredo
On Thu, 19 May 2011 18:49:10 -0300, Dan Weber wrote: Hi there, Hi! Recently I've been working on supporting runtime generated types with tapestry and have been successful after many attempts. What are you trying to do with these generated types and what exactly is failing? Tapestry's cl

Classloader problems with Tapestry and Runtime Dynamic types

2011-05-19 Thread Dan Weber
Hi there, Recently I've been working on supporting runtime generated types with tapestry and have been successful after many attempts. However, the method by which I am able to support these runtime types is prohibitive of working with Drools a business rule system. Particularly, the classloader

Re: about select model

2011-05-19 Thread Thiago H. de Paula Figueiredo
On Thu, 19 May 2011 02:31:40 -0300, libaoming <18788509...@139.com> wrote: hello! Hi! i'am using tapesty5.2.0,when render select options must be enum or string list? Absolutely no. The Select component (http://tapestry.apache.org/current/tapestry-core/ref/org/apache/tapestry5/corelib/

Re: about select model

2011-05-19 Thread Bob Harner
Also see http://jumpstart.doublenegative.com.au/jumpstart/examples/select/easyobject, although it is perhaps not the simplest implementation. On Thu, May 19, 2011 at 5:11 AM, ningdh wrote: > Hi, use SelectModelFactory. > > DH > > - Original Message - > From: "libaoming" <18788509...@139.

Re: about select model

2011-05-19 Thread ningdh
Hi, use SelectModelFactory. DH - Original Message - From: "libaoming" <18788509...@139.com> To: "users" Sent: Thursday, May 19, 2011 1:31 PM Subject: about select model > hello! > i'am using tapesty5.2.0,when render select options must be enum or string > list?some times options sto

about select model

2011-05-19 Thread libaoming
hello! i'am using tapesty5.2.0,when render select options must be enum or string list?some times options stored in database,so i must use internal APIs. "If you ever find yourself forced to make use of internal APIs, please bring it up on the developer mailing list; this is how we know which se