Re: Moving grid and stuff related to a single component

2008-06-02 Thread daniel alonso
My solution looks like this: UserPage.java -- public class UserPage{ .. @Persist private List users; public List getUsers() { if (users== null) { users= new ArrayList(); users.add(new User());

Re: Moving grid and stuff related to a single component

2008-06-02 Thread nicholas Krul
actually, I would... currently I have to click the property key in order to be able to set it... I tried the in-grid approach, but just went around it when it didn't work... Please share. On Mon, Jun 2, 2008 at 11:47 AM, daniel alonso <[EMAIL PROTECTED]> wrote: > Sorry again people, I have just

Re: Moving grid and stuff related to a single component

2008-06-02 Thread daniel alonso
Sorry again people, I have just solved the problem. If someone would like to know the solution, just ask me ;D 2008/6/2 daniel alonso <[EMAIL PROTECTED]>: > Hi everybody again. Firstly I would like to give a lot of thanks to all the > people that supports this mailing list, because they give a lo

Moving grid and stuff related to a single component

2008-06-02 Thread daniel alonso
Hi everybody again. Firstly I would like to give a lot of thanks to all the people that supports this mailing list, because they give a lot of help. My present problem is that I'm trying to move properties associated with a grid from a Page's Pojo to a component, but when the user submit the for,