We've got some issues to resolve with common (available to component
developer) and shared (shared code between impl and tomahawk) code.  
I think we'd probably do a release once we figure that out, but it
could be awhile.

I'm surprised to hear that validateCompareTo has incompatible dependencies.

Worse case, you should be able to quickly make your own copy of the
source code file.

MessageUtils.getMessage() generates a localized message.
_ComponentUtils.getStringValue evaluates a value binding.

So if you point those either at your own code or at the Myfaces 1.1.1
versions, I'd expect it to work.

I'm fairly certain I wrote the original validator at the time of the
1.1.1 release, so it should be compatible.

On 2/22/06, Andrew Robinson <[EMAIL PROTECTED]> wrote:
> I have a bit of a dilemma. I would like to have the stability of
> MyFaces 1.1.1, but I'd like to use some of the new Sandbox components
> (like validateCompareTo) which are not in the 1.1.1 release and seem
> to require the newest core of myfaces to work (validateCompareTo was
> throwing class and method not found errors when I tried using it on
> myfaces 1.1.1).
>
> In the SVN branch, I find I come across many errors. The last one was
> a bad one. About a week ago t:commandButton tried to treat the
> "action" property as a ValueBinding instead of a MethodBinding.
>
> Any idea on the next scheduled release? (rc or beta would be nice over
> source control updates).
>
> Thanks,
> Andrew
>

Reply via email to