Re: RC2 requiredif validation rule syntax change

2003-06-16 Thread Reinhard Nägele
Thanks for pointing this out. I wonder nobody else has responded to your message. What's the point of that kind of change? I read the release notes and couldn't find anything about this. That's the place where such kinds of changes ought to be listed! Reinhard Kevin Robair wrote: FYI:

Re: RC2 requiredif validation rule syntax change

2003-06-16 Thread David Graham
What's the point of that kind of change? The '-' character is not a valid javascript variable character so we removed it. David I read the release notes and couldn't find anything about this. That's the place where such kinds of changes ought to be listed! Reinhard Kevin Robair wrote: FYI:

RC2 requiredif validation rule syntax change

2003-06-10 Thread Kevin Robair
FYI: While testing my app with RC2, I noticed this: In RC1, the requiredif validator rule used these tags: field-test[n] field-value[n] field-join[n] In RC2, it uses: fieldValue[n] fieldTest[n] fieldJoin[n] If you are getting a reflection error / null pointer exception, this is why. -Kevin