PMC chair of Apache MyFaces changed

2011-03-17 Thread Matthias Wessendorf
Hi,

I am stepping back from being the Apache MyFaces PMC chair.
The MyFaces PMC did vote (internally) that Gerhard Petracek would
be a very good PMC chair.

Yesterday, during the board meeting, this has been made official.

Please join me in welcoming Gerhard as being the new PMC chair of
Apache MyFaces!

Congrats, Gerhard!

-Matthias

-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


Re: PMC chair of Apache MyFaces changed

2011-03-17 Thread Bart Kummel
Hi Matthias, Gerhard,

@Matthias: Thanks for all the work you did. Hope you will still be part of
the community, be it in a different role.
@Gerhard: Congratulations! In the past few years, I have got to know you as
a very enthusiastic person, I think that's a very important quality for a
chair!

Best regards,
Bart

On Thu, Mar 17, 2011 at 08:20, Matthias Wessendorf mat...@apache.orgwrote:

 Hi,

 I am stepping back from being the Apache MyFaces PMC chair.
 The MyFaces PMC did vote (internally) that Gerhard Petracek would
 be a very good PMC chair.

 Yesterday, during the board meeting, this has been made official.

 Please join me in welcoming Gerhard as being the new PMC chair of
 Apache MyFaces!

 Congrats, Gerhard!

 -Matthias

 --
 Matthias Wessendorf

 blog: http://matthiaswessendorf.wordpress.com/
 sessions: http://www.slideshare.net/mwessendorf
 twitter: http://twitter.com/mwessendorf




-- 
___
*Bart Kummel*

Author of the book Apache MyFaces 1.2 Web Application
Developmenthttp://tinyurl.com/am12wad
blog: BK http://www.bartkummel.net/ | twitter: @bkummel
http://twitter.com/bkummel


Trinidad : dialog framework Close 'X' button event capture.

2011-03-17 Thread Ahsan Fayyaz
Hi,

I was trying the dialog framework and testing one by one the Return
listener scenarios and than I tripped on the 'X' close button on top
of the dialog frame. This type of close is not being captured by the
Return LIstener.

Does someone know how to handle this event ? Has anyone had and solved
this problem.

I cna think of workarounds by setting flag values on dialog open and
checking them on close for any changes but does someone know a cleaner
soln. ?

-- 
Regards,
Ahsan Fayyaz.


Re: PMC chair of Apache MyFaces changed

2011-03-17 Thread Walter Mourão
Thank you Mathias.

Congratulations Gerhard, and good luck! :-)

Walter Mourão
http://waltermourao.com.br
http://arcadian.com.br
http://oriens.com.br



On Thu, Mar 17, 2011 at 4:20 AM, Matthias Wessendorf mat...@apache.orgwrote:

 Hi,

 I am stepping back from being the Apache MyFaces PMC chair.
 The MyFaces PMC did vote (internally) that Gerhard Petracek would
 be a very good PMC chair.

 Yesterday, during the board meeting, this has been made official.

 Please join me in welcoming Gerhard as being the new PMC chair of
 Apache MyFaces!

 Congrats, Gerhard!

 -Matthias

 --
 Matthias Wessendorf

 blog: http://matthiaswessendorf.wordpress.com/
 sessions: http://www.slideshare.net/mwessendorf
 twitter: http://twitter.com/mwessendorf



[Trinidad] how to capture the Dialog Framework Close 'X' button event

2011-03-17 Thread A F
Hi,

I was trying the dialog framework and testing one by one the ReturnListener 
scenarios and than I tripped on the 'X' close button on top
of the Dialog Frame. This type of close is not being captured by the
Return Listener. 

Does someone know how to handle this event ? Has anyone had and solved
this problem.

I can think of workarounds by setting flag values on dialog open and
checking them on close for any changes but does someone know a cleaner
soln. ?

--
Regards,
Ahsan Fayyaz.



  

Tomahawk Input Calendar is showing in the wrong position

2011-03-17 Thread emerson
We changed the template of the page, and afterwards the calendar popup
started to appear away from the button.

The component configuration is:

t:inputCalendar value=#{ConsultaDiarioForm.dataInicio}
renderPopupButtonAsImage=true renderAsPopup=true
popupWeekString=Semana size=10popupTodayString=Hoje é
id=dataInicio popupDateFormat=dd/MM/ alt=Digite a data
inicial para pesquisar title=Digite a data inicial para pesquisar
/t:inputCalendar

The imagens of the before/After

Before:
https://picasaweb.google.com/lh/photo/H9ML-JtAIzj-5mXeunEM7SyftixIMAaR_uGG46TnU-0?feat=directlink

After:
https://picasaweb.google.com/lh/photo/-S1izZxddwHVR0EVg362TiyftixIMAaR_uGG46TnU-0?feat=directlink

I would like to highlight that when using firebug, it shows in the div
tag that wraps the calendar a fixed posiition by top and left style
attributes. We dont know however where this is set.

Any ideas?


Re: Tomahawk Input Calendar is showing in the wrong position

2011-03-17 Thread Leonardo Uribe
Hi

That is something new. I have never seen that before. Maybe some css
configuration affects the div or the calendar, so maybe you need to
create a custom theme for the calendar so you can override the default
values where the popup appear.

The properties to do that are styleLocation, javascriptLocation and
imageLocation (in tomahawk for jsf 2.0 there is also styleLibrary,
javascriptLibrary and imageLibrary).

regards,

Leonardo

2011/3/17 emerson echofloripa.y...@gmail.com:
 We changed the template of the page, and afterwards the calendar popup
 started to appear away from the button.

 The component configuration is:

 t:inputCalendar value=#{ConsultaDiarioForm.dataInicio}
 renderPopupButtonAsImage=true renderAsPopup=true
 popupWeekString=Semana size=10    popupTodayString=Hoje é
 id=dataInicio popupDateFormat=dd/MM/ alt=Digite a data
 inicial para pesquisar title=Digite a data inicial para pesquisar
 /t:inputCalendar

 The imagens of the before/After

 Before:
 https://picasaweb.google.com/lh/photo/H9ML-JtAIzj-5mXeunEM7SyftixIMAaR_uGG46TnU-0?feat=directlink

 After:
 https://picasaweb.google.com/lh/photo/-S1izZxddwHVR0EVg362TiyftixIMAaR_uGG46TnU-0?feat=directlink

 I would like to highlight that when using firebug, it shows in the div
 tag that wraps the calendar a fixed posiition by top and left style
 attributes. We dont know however where this is set.

 Any ideas?



Re: Tomahawk Input Calendar is showing in the wrong position

2011-03-17 Thread emerson
What would be the original CSS on regards to location?
Would it possible to just override that positioning without loosing
the rest of the CSS?

thanks
emerson

On 17 March 2011 15:40, Leonardo Uribe lu4...@gmail.com wrote:
 Hi

 That is something new. I have never seen that before. Maybe some css
 configuration affects the div or the calendar, so maybe you need to
 create a custom theme for the calendar so you can override the default
 values where the popup appear.

 The properties to do that are styleLocation, javascriptLocation and
 imageLocation (in tomahawk for jsf 2.0 there is also styleLibrary,
 javascriptLibrary and imageLibrary).

 regards,

 Leonardo

 2011/3/17 emerson echofloripa.y...@gmail.com:
 We changed the template of the page, and afterwards the calendar popup
 started to appear away from the button.

 The component configuration is:

 t:inputCalendar value=#{ConsultaDiarioForm.dataInicio}
 renderPopupButtonAsImage=true renderAsPopup=true
 popupWeekString=Semana size=10    popupTodayString=Hoje é
 id=dataInicio popupDateFormat=dd/MM/ alt=Digite a data
 inicial para pesquisar title=Digite a data inicial para pesquisar
 /t:inputCalendar

 The imagens of the before/After

 Before:
 https://picasaweb.google.com/lh/photo/H9ML-JtAIzj-5mXeunEM7SyftixIMAaR_uGG46TnU-0?feat=directlink

 After:
 https://picasaweb.google.com/lh/photo/-S1izZxddwHVR0EVg362TiyftixIMAaR_uGG46TnU-0?feat=directlink

 I would like to highlight that when using firebug, it shows in the div
 tag that wraps the calendar a fixed posiition by top and left style
 attributes. We dont know however where this is set.

 Any ideas?




Re: PMC chair of Apache MyFaces changed

2011-03-17 Thread Kito Mann
Thanks for all of your hard work, Matthias! We'll miss you.

Welcome, Gerhard!

Sent from my iPhone

http://www.jsfcentral.com
http://www.Virtua.com


On Mar 17, 2011, at 3:20 AM, Matthias Wessendorf mat...@apache.org wrote:

 Hi,

 I am stepping back from being the Apache MyFaces PMC chair.
 The MyFaces PMC did vote (internally) that Gerhard Petracek would
 be a very good PMC chair.

 Yesterday, during the board meeting, this has been made official.

 Please join me in welcoming Gerhard as being the new PMC chair of
 Apache MyFaces!

 Congrats, Gerhard!

 -Matthias

 --
 Matthias Wessendorf

 blog: http://matthiaswessendorf.wordpress.com/
 sessions: http://www.slideshare.net/mwessendorf
 twitter: http://twitter.com/mwessendorf


Re: Tomahawk Input Calendar is showing in the wrong position

2011-03-17 Thread Leonardo Uribe
Hi

To locate the default files it uses tomahawk AddResource api. In
tomahawk for JSF 2.0 it uses the new ResourceHandler that is part of
the standard api.

In the first case look on tomahawk jar on
org/apache/myfaces/custom/calendar/resource/ path. You'll see two
themes (DB and WH).

http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/

In the second case look on tomahawk jar on META-INF/resources.

http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/

The easy way is just copy the default resources and do the necessary changes.

regards,

Leonardo

2011/3/17 emerson echofloripa.y...@gmail.com:
 What would be the original CSS on regards to location?
 Would it possible to just override that positioning without loosing
 the rest of the CSS?

 thanks
 emerson

 On 17 March 2011 15:40, Leonardo Uribe lu4...@gmail.com wrote:
 Hi

 That is something new. I have never seen that before. Maybe some css
 configuration affects the div or the calendar, so maybe you need to
 create a custom theme for the calendar so you can override the default
 values where the popup appear.

 The properties to do that are styleLocation, javascriptLocation and
 imageLocation (in tomahawk for jsf 2.0 there is also styleLibrary,
 javascriptLibrary and imageLibrary).

 regards,

 Leonardo

 2011/3/17 emerson echofloripa.y...@gmail.com:
 We changed the template of the page, and afterwards the calendar popup
 started to appear away from the button.

 The component configuration is:

 t:inputCalendar value=#{ConsultaDiarioForm.dataInicio}
 renderPopupButtonAsImage=true renderAsPopup=true
 popupWeekString=Semana size=10    popupTodayString=Hoje é
 id=dataInicio popupDateFormat=dd/MM/ alt=Digite a data
 inicial para pesquisar title=Digite a data inicial para pesquisar
 /t:inputCalendar

 The imagens of the before/After

 Before:
 https://picasaweb.google.com/lh/photo/H9ML-JtAIzj-5mXeunEM7SyftixIMAaR_uGG46TnU-0?feat=directlink

 After:
 https://picasaweb.google.com/lh/photo/-S1izZxddwHVR0EVg362TiyftixIMAaR_uGG46TnU-0?feat=directlink

 I would like to highlight that when using firebug, it shows in the div
 tag that wraps the calendar a fixed posiition by top and left style
 attributes. We dont know however where this is set.

 Any ideas?





Re: Tomahawk Input Calendar is showing in the wrong position

2011-03-17 Thread emerson
Thanks Leonardo!

On 17 March 2011 16:28, Leonardo Uribe lu4...@gmail.com wrote:
 Hi

 To locate the default files it uses tomahawk AddResource api. In
 tomahawk for JSF 2.0 it uses the new ResourceHandler that is part of
 the standard api.

 In the first case look on tomahawk jar on
 org/apache/myfaces/custom/calendar/resource/ path. You'll see two
 themes (DB and WH).

 http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/

 In the second case look on tomahawk jar on META-INF/resources.

 http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/

 The easy way is just copy the default resources and do the necessary changes.

 regards,

 Leonardo

 2011/3/17 emerson echofloripa.y...@gmail.com:
 What would be the original CSS on regards to location?
 Would it possible to just override that positioning without loosing
 the rest of the CSS?

 thanks
 emerson

 On 17 March 2011 15:40, Leonardo Uribe lu4...@gmail.com wrote:
 Hi

 That is something new. I have never seen that before. Maybe some css
 configuration affects the div or the calendar, so maybe you need to
 create a custom theme for the calendar so you can override the default
 values where the popup appear.

 The properties to do that are styleLocation, javascriptLocation and
 imageLocation (in tomahawk for jsf 2.0 there is also styleLibrary,
 javascriptLibrary and imageLibrary).

 regards,

 Leonardo

 2011/3/17 emerson echofloripa.y...@gmail.com:
 We changed the template of the page, and afterwards the calendar popup
 started to appear away from the button.

 The component configuration is:

 t:inputCalendar value=#{ConsultaDiarioForm.dataInicio}
 renderPopupButtonAsImage=true renderAsPopup=true
 popupWeekString=Semana size=10    popupTodayString=Hoje é
 id=dataInicio popupDateFormat=dd/MM/ alt=Digite a data
 inicial para pesquisar title=Digite a data inicial para pesquisar
 /t:inputCalendar

 The imagens of the before/After

 Before:
 https://picasaweb.google.com/lh/photo/H9ML-JtAIzj-5mXeunEM7SyftixIMAaR_uGG46TnU-0?feat=directlink

 After:
 https://picasaweb.google.com/lh/photo/-S1izZxddwHVR0EVg362TiyftixIMAaR_uGG46TnU-0?feat=directlink

 I would like to highlight that when using firebug, it shows in the div
 tag that wraps the calendar a fixed posiition by top and left style
 attributes. We dont know however where this is set.

 Any ideas?






Re: PMC chair of Apache MyFaces changed

2011-03-17 Thread Blake Sullivan

Matthias,

Thanks for all of your hard work.

Gerhard, congratulations and I look forward to working with you.

-- Blake

On 3/17/11 12:20 AM, Matthias Wessendorf wrote:

Hi,

I am stepping back from being the Apache MyFaces PMC chair.
The MyFaces PMC did vote (internally) that Gerhard Petracek would
be a very good PMC chair.

Yesterday, during the board meeting, this has been made official.

Please join me in welcoming Gerhard as being the new PMC chair of
Apache MyFaces!

Congrats, Gerhard!

-Matthias





Re: Tomahawk Input Calendar is showing in the wrong position

2011-03-17 Thread Werner Punz
Hi Leo I am not entirely sure but as far as I can remember the input 
calendar basically does some offset calculation to determine the 
position, as far as I recall this is due to the fact that it needs an 
outer form to submit its values.
Now given all the browser quirks in the past this offset calculation 
might fail in complex css scenarios on some browsers.


Unless things have changed this might be the issue here.

Werner



Am 17.03.11 19:40, schrieb Leonardo Uribe:

Hi

That is something new. I have never seen that before. Maybe some css
configuration affects the div or the calendar, so maybe you need to
create a custom theme for the calendar so you can override the default
values where the popup appear.

The properties to do that are styleLocation, javascriptLocation and
imageLocation (in tomahawk for jsf 2.0 there is also styleLibrary,
javascriptLibrary and imageLibrary).

regards,

Leonardo

2011/3/17 emersonechofloripa.y...@gmail.com:

We changed the template of the page, and afterwards the calendar popup
started to appear away from the button.

The component configuration is:

t:inputCalendar value=#{ConsultaDiarioForm.dataInicio}
renderPopupButtonAsImage=true renderAsPopup=true
popupWeekString=Semana size=10popupTodayString=Hoje é
id=dataInicio popupDateFormat=dd/MM/ alt=Digite a data
inicial para pesquisar title=Digite a data inicial para pesquisar
/t:inputCalendar

The imagens of the before/After

Before:
https://picasaweb.google.com/lh/photo/H9ML-JtAIzj-5mXeunEM7SyftixIMAaR_uGG46TnU-0?feat=directlink

After:
https://picasaweb.google.com/lh/photo/-S1izZxddwHVR0EVg362TiyftixIMAaR_uGG46TnU-0?feat=directlink

I would like to highlight that when using firebug, it shows in the div
tag that wraps the calendar a fixed posiition by top and left style
attributes. We dont know however where this is set.

Any ideas?