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
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
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
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
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
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.
> >
>
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
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
-
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