You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Gertjan van Oosten <ge...@West.NL> on 2009/12/28 15:47:20 UTC

[TOMAHAWK] Graduation of sandbox components?

Are there any plans to graduate the Tomahawk sandbox components to the
main core? Stuff like:
  <s:convertDateTime />
  <s:convertStringUtils />
  <s:inputSuggestAjax />
  <s:modalDialog />
  <s:pprPanelGroup />
has been in the sandbox for years...

Regards,
-- 
-- Gertjan van Oosten, gertjan@West.NL, West Consulting B.V., +31 15 2191 600

Re: [TOMAHAWK] Graduation of sandbox components?

Posted by Leonardo Uribe <lu...@gmail.com>.
Hi

2009/12/28 Gertjan van Oosten <ge...@west.nl>

> Are there any plans to graduate the Tomahawk sandbox components to the
> main core? Stuff like:
>  <s:convertDateTime />
>

On jsf 2.0 there is a config param called
javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE that makes
f:convertDateTime use system timezone.


>  <s:convertStringUtils />
>

Maybe it could be upgraded to myfaces commons converter project.


>  <s:inputSuggestAjax />
>  <s:modalDialog />
>  <s:pprPanelGroup />
> has been in the sandbox for years...
>

Upgrade components that need some ajax stuff was rejected in tomahawk 1.1
and 1.2, because the intention is keep tomahawk as close with the spec as
possible and from other side keep things simple.  Now, with jsf 2.0 we have
a common resource and ajax api. The plan in 2.0 branch is update all
tomahawk components to use the latest api and in the process update some
javascript libraries bundle with tomahawk (like dojo). Note this requires
some work on this components.

Suggestions are welcome.

regards,

Leonardo Uribe


>
> Regards,
> --
> -- Gertjan van Oosten, gertjan@West.NL, West Consulting B.V., +31 15 2191
> 600
>