Re: Components inside For component

2006-10-30 Thread pipothebit
rhaps palette component is better option but at this point of learning this framework I need to understand all posibilities but Very Thank You Jesse Kuhnert, it is a good advice. El lun, 30-10-2006 a las 22:41 +0100, Christian Haselbach escribió: > On Mon, Oct 30, 2006 at 08:46:41PM +, pi

Components inside For component

2006-10-30 Thread pipothebit
Hello, I have a User entity, that entity can have many Rols (every rol is an object). To do this I have a For component that iterates over rols of User entity(it is declared as List()), and I select it thought PropertySelection component. I add rols and delete (throught index property of For compo

@PropertySelection inside a @For

2006-10-20 Thread pipothebit
Hi, I have a problem with this convination. When I use a simple PropertySelection getter / setter it's work fine but when I use a @Form component to render many options to select it not works. My Java code: public abstract UserPage extends BasePage implements PageBeginRenderListener { ... @Persist

Re: Problems with @For

2006-10-18 Thread pipothebit
Ok, it'works!! great!! very thank you!! El mié, 18-10-2006 a las 14:40 +0200, Norbert Sándor escribió: > Maybe >? > > Regards, > Norbi > > pipothebit wrote: > > Hi, > > I can't render values that are stored in a Properties variable. My code

Problems with @For

2006-10-18 Thread pipothebit
Hi, I can't render values that are stored in a Properties variable. My code: Java class: ... @Persist public abstract Properties getUsers(); public abstract void setUsers(Properties properties); ... Template: ... size: 1 ... ... The @Insert components writes that users have one element b

Re: Master detail problem

2006-10-13 Thread pipothebit
raph on pageBeginRender > each time) > > Peace, > Josh > > > > On 10/11/06, pipothebit <[EMAIL PROTECTED]> wrote: > > hellow and sorry for my english, > > I am novice tapestry user and I have a problem with a master detail > > relation. > > >

Cookies

2006-10-12 Thread pipothebit
Hi, I need to work with cookies in tapestry but I have not found a howto or a simple example. Can someone write a simple snipet to work with Cookies from a simple BasePage. Very thank you. __ LLama Gratis a cualquier PC del Mundo. L

File include

2006-10-12 Thread pipothebit
Hi, how can I do a file include in tapestry, something like jsp.include in jsp? thanky you __ LLama Gratis a cualquier PC del Mundo. Llamadas a fijos y móviles desde 1 céntimo por minuto. http://es.voice.yahoo.com -

Master detail problem

2006-10-11 Thread pipothebit
hellow and sorry for my english, I am novice tapestry user and I have a problem with a master detail relation. I have a simple bean like this: ... public class Master imelements Serializable { private String name; private List detail = new ArrayList(); . . } ... I need to do all the