Re: Adding a validator programmatically

2005-06-15 Thread Csík Norbert
Maybe the encodeChildren method is never called. Due to the spec "This method will only be called if the rendersChildren property is true." On 6/14/05, Balaji Saranathan <[EMAIL PROTECTED]> wrote: > > > Hi, > > I'm trying to create a custom component and one of my requirements is to > attach th

Re: hi.

2005-06-08 Thread Csík Norbert
On 6/8/05, Mariano Petrakovsky <[EMAIL PROTECTED]> wrote: > This mailing list is working? Yes, of course ;) -- Norbert Csík

Re: tabbed pane problem

2005-05-27 Thread Csík Norbert
Hi! I think this is becase your backing beans are request scope. When you display the second tab it is empty, because submitting the page with the first tab doesn't set those values. I've implemented a tab change eventlistener, which reloads the request scope backing bean's data. It is working f

Re: Best practice for validating null value of non required UIInput

2005-05-27 Thread Csík Norbert
> Anyone who knows something different? I would put a custom validator on the company name which checks the other fields if the company name was null. -- Norbert Csík

Re: Dynamic Subview

2005-05-05 Thread Csík Norbert
The panelStack component does this functionality, doesn't it? On 5/5/05, Cenk Çivici <[EMAIL PROTECTED]> wrote: > Is it possible to dynamically get the page name of a subview from the > backing bean? Is something like to following possible? > > > > > > The reason is I would like to dynamical

submit form on enter

2005-05-02 Thread Csík Norbert
Hi! I know I can prevent submitting the form on enter in an input with writing a javascript function on the onkeypress event. But it isn't so easy when I have 10+ input fields on the page (and there are 10-15 pages as well). Is there another way to prevent submitting the form on enter? -- Norb

Re: commandButton's action vs rendered

2005-04-27 Thread Csík Norbert
Hi! I've worked out a solution for my problem (see the attachments for details). The problem was when I clicked on the delete button nothing happend, the original page rerendered but the delete method never invoked. The problem was that when I clicked the delete button the JSF checked the button'