Re: how to Disable validations dynamically

2007-01-26 Thread Reto Hotz
Greetings Reto On 1/24/07, jiju <[EMAIL PROTECTED]> wrote: Hi all, I am also facing the same problem... is there any way to disable validation for some button clicks ? Reto Hotz wrote: > > Hello, > > I have a @Form with a validationDelegate. Inside this form there is a > c

ValidationDelegate and Form-Component

2007-01-23 Thread Reto Hotz
Hello, I have a @Form with a validationDelegate. Inside this form there is a custom component. There are also several @TextFields with validators-rules after the custom-component. The custom component has a @Submit button. My problem is, when the submit button of that custom component is pressed

Re: Validation questions: components and messages

2006-10-10 Thread Reto Hotz
Hi, On 10/10/06, Ron Piterman <[EMAIL PROTECTED]> wrote: Dave Rathnow wrote: > Also, is there an easy way to get the individual error messages from the > validation delegate? In such a case you need to create your own class, extending the standard validation delegate. There are methods which al

Re: Manipulate components inside a @For with DirectLink.

2006-08-07 Thread Reto Hotz
such parameter, I am not aware of it Good luck. On 8/4/06, Reto Hotz <[EMAIL PROTECTED]> wrote: > > The TabGroup has a @DirectLink to change the state: minimized/maximized. > > Home.html : > > > > > > TabGroup.html: > >listener=&q

Re: Manipulate components inside a @For with DirectLink.

2006-08-04 Thread Reto Hotz
The TabGroup has a @DirectLink to change the state: minimized/maximized. Home.html: TabGroup.html: TabGroup.jwc: TabGroup.java: public abstract class TabGroup extends BaseComponent implements PageAttachListener, IFormComponent { public abstract String getTitle(); @Pe

Re: Manipulate components inside a @For with DirectLink.

2006-08-04 Thread Reto Hotz
Hi Karthik, On 8/4/06, Karthik N <[EMAIL PROTECTED]> wrote: I think you will have to look at the parameters that are passed to your TabGroup component. ensure you have cache="false" on all of them in the .jwc file of TabGroup Makes no difference, unfortunately. Greetings Reto -

Manipulate components inside a @For with DirectLink.

2006-08-04 Thread Reto Hotz
Hello, In T4, I have a custom component (TabGroup) in a @For loop. The component has a @DirectLink to manipulate itself. Now I have the problem, that the @For-loop creates only one instance of my component and reuses it in every loop. And thus if I click on the components DirectLink to manipulate

Re: ZipException

2006-07-14 Thread Reto Hotz
ookmark from the T3 app that you are trying to use under T4? The stack trace indicates parsing a query parameter that is a gzipped encoding of a serialized Java object. That's a red flag right there (just because you can do it, doesn't mean you should ... Serialization is a very brittle th

ZipException

2006-07-13 Thread Reto Hotz
Hello, I try to upgrade our application from T3 to T4. Most of it is working, but I have one strange error, I cannot figure out how to fix it. We have a rather complex component that worked fine in T3, but in T4 it throws this exception: org.apache.hivemind.ApplicationRuntimeException Unable to