[jira] Commented: (TRINIDAD-1221) bug related to navigationPane Component

2008-11-14 Thread Dushyant Agarwal (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647796#action_12647796
 ] 

Dushyant Agarwal commented on TRINIDAD-1221:


Is Myfaces Trinidad's Application View Caching responsible for this in any way? 
My understanding is that in Application View Caching the application view cache 
does not invalidate itself on its own. The server has to be restarted. I am 
experiencing the same thing. Maybe the view cache gets loaded the first time 
the page with command navigation item gets rendered. The next time when war is 
redeployed the view remains serialized in the application scope cache which 
conflicts some how with the new view tree created? please comment.

> bug related to navigationPane Component
> ---
>
> Key: TRINIDAD-1221
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1221
> Project: MyFaces Trinidad
>  Issue Type: Bug
>Affects Versions:  1.2.8-core
>Reporter: ankit mahajan
>Priority: Critical
> Attachments: indxPage.jsp
>
>
> i am using trinidad's CoreCommandNavigationItem inside of a 
> CoreNavigationPane component in my application and when i deploy the 
> application on server for first time it works smoothly but whenever i tried 
> to redeploy the application again on the server it is showing an exception 
> and thus i have to shutdown the server and start it again.could anyone help 
> with this. i have found this bug in PanelAccordian and PanelTabbed components 
> too
> stack trace is shown below:
> org.apache.jasper.JasperException: javax.faces.FacesException: 
> javax.faces.FacesException: javax.faces.FacesException: Cant instantiate 
> class: 
> org.apache.myfaces.trinidad.component.core.nav.CoreCommandNavigationItem.
>   
> org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:535)
>   
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:429)
>   org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
>   org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
>   javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>   
> com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:408)
>   
> org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
>   
> org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:267)
>   
> org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
>   
> org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:267)
>   
> com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:442)
>   
> com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:115)
>   
> javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:178)
>   
> org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:176)
>   
> com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
>   com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
>   com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
>   javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
>   
> org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:238)
>   
> org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:195)
>   
> org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:138)
>   
> org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
>   
> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
> root cause
> javax.faces.FacesException: javax.faces.FacesException: 
> javax.faces.FacesException: Cant instantiate class: 
> org.apache.myfaces.trinidad.component.core.nav.CoreCommandNavigationItem.
>   
> com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:240)
>   
> javax.faces.webapp.UIComponentELTag.createComponent(UIComponentELTag.java:211)
>   
> javax.faces.webapp.UIComponentClassicTagBase.createChild(UIComponentClassicTagBase.java:476)
>   
> javax.faces.webapp.UIComponentClassicTagBase.findComponent(UIComponentClassicTagBase.java:660)
>   
> javax.faces.webapp.UIComponentClassicTagBase.doStartTag(UIComponentClassicTagBase.java:)
>   
> org.apache.myfaces.trinidad.webapp.UIXComponentELTag.doStartTag(UIXComponentELTag.java

Re: [Trinidad] move NullChangeManager to public API

2008-11-14 Thread Mike Kienenberger
I'd say that there's no reason to deprecate a class clearly packaged
as "trinidadinternal".


On 11/14/08, Jeanne Waldman <[EMAIL PROTECTED]> wrote:
> Actually, I decided to be on the safe side to deprecate it, even if it is
> just for one release.
>  Jeanne
>
>  Jeanne Waldman wrote, On 11/14/2008 9:03 AM PT:
>
>
> > You know this class best, Prakash, so I will remove it.
> > Jeanne
> >
> > Prakash Udupa wrote, On 11/13/2008 3:46 PM PT:
> >
> > > I support moving it to public package, but instead of deprecating the
> internal copy can we just remove it ?.
> > >
> > >* NullChangeManager is default ChangeManager when there is none
> > >  explicitly registered.
> > >* The only use is in
> > >
> org.apache.myfaces.trinidadinternal.context.RequestContextImpl,
> > >  very very very unlikely there are any external usages.
> > >
> > > Thanks,
> > > Prakash
> > >
> > > Simon Lessard wrote:
> > >
> > > > Sounds acceptable to me.
> > > >
> > > > On Thu, Nov 13, 2008 at 6:03 PM, Jeanne Waldman
> <[EMAIL PROTECTED]
> > wrote:
> > > >
> > > >adding [Trinidad] to the subject for those of you filtering.
> > > >
> > > >Jeanne
> > > >
> > > >Jeanne Waldman wrote, On 11/13/2008 2:23 PM PT:
> > > >
> > > >Hi there,
> > > >
> > > >I'd like to move the import
> > > >
> org.apache.myfaces.trinidadinternal.change.NullChangeManager
> > > >class from the internal package to the public package. I can
> > > >leave the internal copy there and deprecate it, like I see
> > > >we've done //FastMessageFormat/./
> > > >
> > > >It is a generally useful class and our framework that
> > > >includes Trinidad jars uses it.
> > > >
> > > >Let me know your thoughts.
> > > >
> > > >Thanks,
> > > >Jeanne
> > > >
> > > >
> > > >
> > >
> >
> >
>


[jira] Created: (TRINIDAD-1309) move NullChangeManager to public api

2008-11-14 Thread Jeanne Waldman (JIRA)
move NullChangeManager to public api


 Key: TRINIDAD-1309
 URL: https://issues.apache.org/jira/browse/TRINIDAD-1309
 Project: MyFaces Trinidad
  Issue Type: Improvement
Affects Versions: 1.2.9-core, 1.0.9-core
Reporter: Jeanne Waldman
Assignee: Jeanne Waldman
Priority: Minor


move the import org.apache.myfaces.trinidadinternal.change.NullChangeManager 
class from the internal package to the public package

I think we should do it in two steps. deprecate the one and create the new.
Then after a little bit, remove the deprecated one.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: [Trinidad] move NullChangeManager to public API

2008-11-14 Thread Jeanne Waldman
Actually, I decided to be on the safe side to deprecate it, even if it 
is just for one release.

Jeanne

Jeanne Waldman wrote, On 11/14/2008 9:03 AM PT:

You know this class best, Prakash, so I will remove it.
Jeanne

Prakash Udupa wrote, On 11/13/2008 3:46 PM PT:
I support moving it to public package, but instead of deprecating the 
internal copy can we just remove it ?.


* NullChangeManager is default ChangeManager when there is none
  explicitly registered.
* The only use is in
  org.apache.myfaces.trinidadinternal.context.RequestContextImpl,
  very very very unlikely there are any external usages.

Thanks,
Prakash

Simon Lessard wrote:

Sounds acceptable to me.

On Thu, Nov 13, 2008 at 6:03 PM, Jeanne Waldman 
<[EMAIL PROTECTED] > wrote:


adding [Trinidad] to the subject for those of you filtering.

Jeanne

Jeanne Waldman wrote, On 11/13/2008 2:23 PM PT:

Hi there,

I'd like to move the import
org.apache.myfaces.trinidadinternal.change.NullChangeManager
class from the internal package to the public package. I can
leave the internal copy there and deprecate it, like I see
we've done //FastMessageFormat/./

It is a generally useful class and our framework that
includes Trinidad jars uses it.

Let me know your thoughts.

Thanks,
Jeanne






[jira] Resolved: (TRINIDAD-975) Clicking icon throws page not found, depending on mapping.

2008-11-14 Thread Gerhard Petracek (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRINIDAD-975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved TRINIDAD-975.
---

Resolution: Duplicate

see TRINIDAD-119

> Clicking  icon throws page not found, depending on mapping.
> -
>
> Key: TRINIDAD-975
> URL: https://issues.apache.org/jira/browse/TRINIDAD-975
> Project: MyFaces Trinidad
>  Issue Type: Bug
>  Components: Components
>Affects Versions: 1.2.6-core, 1.2.7-core
> Environment: Tested with RI 1.2_04, 1.2_07-b03 and 1.2_08-b06, 
> Trinidad 1.2.6.
>Reporter: Paul van Rossem
>Priority: Minor
>
> The  tag results in a "Page not found" when clicking on the 
> calendar icon, depending on the JSF page servlet mapping used:
> /faces/*  mapping:  works OK
> *.faces   mapping:  no pop-up, no exception, not OK
> *.jsfmapping:   page not found, not OK

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: [VOTE] Release of Trinidad 1.2.10

2008-11-14 Thread Paul Spencer

+1

Matthias Wessendorf wrote:

Hi,

I was running the needed tasks to get the 1.2.10 release of the Apache
MyFaces Trinidad CORE out. The artifacts are deployed to my private
Apache account ([1]).

Please take a look at the "1.2.10" artifacts and vote


[ ] +1 for community members who have reviewed the bits
[ ] +0
[ ] -1 for fatal flaws that should cause these bits not to be released,
 and why..


Thanks,
Matthias

[1] http://people.apache.org/~matzew/trinidad1210/





Possibility of having Popup and Light Weight Dialog in the same application

2008-11-14 Thread Manickam

We have an application where we would like to use both Popup and Light weight
dialog on the same application. I'm not sure if this is possible with the
current implementation of Trinidad 1.0.9. It would be very useful if this
configuratuion can be set on the dialog instead of the web.xml which is for
the whole application.

thanks,
Kan Manickam
NSF International
-- 
View this message in context: 
http://www.nabble.com/Possibility-of-having-Popup-and-Light-Weight-Dialog-in-the-same-application-tp20507438p20507438.html
Sent from the My Faces - Dev mailing list archive at Nabble.com.



af|dialog::close-icon is not getting rendered

2008-11-14 Thread Manickam

af|dialog::close-icon{
content: url("images/close_icon.gif") !important; } This setting is not
changing the close button on the light weight dialog. af|dialog::container,
af|dialog::blocked-area & af|dialog::title-text seems to wrok fine.

I have used similar skins settings for table previous and next buttons and
they seem to work fine
af|table::prev-disabled-icon{
  content: url(images/tablePrev.png);
}
af|table::next-disabled-icon{
  content: url(images/tableNext.png);
}

thanks,
Kan Manickam
NSF International
-- 
View this message in context: 
http://www.nabble.com/af%7Cdialog%3A%3Aclose-icon-is-not-getting-rendered-tp20507406p20507406.html
Sent from the My Faces - Dev mailing list archive at Nabble.com.



[jira] Created: (TRINIDAD-1308) Possibility of having Popup and Light Weight Dialog in the same application

2008-11-14 Thread Kannappan Manickam (JIRA)
Possibility of having Popup and Light Weight Dialog in the same application
---

 Key: TRINIDAD-1308
 URL: https://issues.apache.org/jira/browse/TRINIDAD-1308
 Project: MyFaces Trinidad
  Issue Type: Wish
  Components: Components
Affects Versions: 1.0.9-core
 Environment: Windows XP, JDeveloper 10.1.3, IE 6, 7
Reporter: Kannappan Manickam


We have an application where we would like to use both Popup and Light weight 
dialog on the same application. I'm not sure if this is possible with the 
current implementation of Trinidad 1.0.9. It would be very useful if this 
configuratuion can be set on the dialog instead of the web.xml which is for the 
whole application.

thanks,
Kan Manickam
NSF International

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TRINIDAD-1307) Light Weight Dialog is not rendering Select Boxes on initial rendering on IE 6 but works on IE 7

2008-11-14 Thread Kannappan Manickam (JIRA)
Light Weight Dialog is not rendering Select Boxes on initial rendering on IE 6 
but works on IE 7


 Key: TRINIDAD-1307
 URL: https://issues.apache.org/jira/browse/TRINIDAD-1307
 Project: MyFaces Trinidad
  Issue Type: Bug
  Components: Skinning
Affects Versions: 1.0.9-core
 Environment: Windows XP, JDeveloper 10.1.3, IE 6
Reporter: Kannappan Manickam
Priority: Trivial


We used to have Popup Dialog in our applications with Trinidad 1.02 version and 
are in the process of upgrading to 1.0.9 verion with light weight dialog. The 
dialog works fine but the Single and Multiple Select boxes are not getting 
rendered on the light weight dialog on initial load. Once the dialog is loaded 
and we refresh the frame and click any button the frame the select boxes starts 
showing up. I'm not sure where the issue is, any help would be greatly 
appreciated.

thanks,
Kan Manickam
NSF International

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TRINIDAD-1306) af|dialog::close-icon dot getting rendered

2008-11-14 Thread Kannappan Manickam (JIRA)
af|dialog::close-icon dot getting rendered
--

 Key: TRINIDAD-1306
 URL: https://issues.apache.org/jira/browse/TRINIDAD-1306
 Project: MyFaces Trinidad
  Issue Type: Bug
  Components: Skinning
Affects Versions: 1.0.9-core
 Environment: Window XP SP2 ; JDeveloper 10.1.3 ; IE 6 & 7
Reporter: Kannappan Manickam
Priority: Minor


af|dialog::close-icon{
content: url("images/close_icon.gif") !important;
}
This setting is not changing the close button on the light weight dialog. 
af|dialog::container, af|dialog::blocked-area & af|dialog::title-text seems to 
wrok fine.

I have used similar skins settings for table previous and next buttons and they 
seem to work fine
af|table::prev-disabled-icon{
  content: url(images/tablePrev.png);
}
af|table::next-disabled-icon{
  content: url(images/tableNext.png);
}

thanks,
Kan Manickam
NSF International

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: [VOTE] Release of Trinidad 1.2.10

2008-11-14 Thread Jeanne Waldman

+1

Gerhard Petracek wrote, On 11/14/2008 12:25 AM PT:

+1

2008/11/14 Manfred Geiler <[EMAIL PROTECTED] 
>


+1

On Fri, Nov 14, 2008 at 9:15 AM, Thomas Spiegl
<[EMAIL PROTECTED] > wrote:
> +1
>
> On Thu, Nov 13, 2008 at 7:06 PM, Grant Smith
<[EMAIL PROTECTED] > wrote:
>> +1
>>
>> On Thu, Nov 13, 2008 at 6:28 AM, Gerhard Petracek
>> <[EMAIL PROTECTED]
> wrote:
>>>
>>> hello paul,
>>>
>>> the jira link is [1] e.g. [2]
>>>
>>> regards,
>>> gerhard
>>>
>>> [1]
>>>

http://issues.apache.org/jira/secure/ConfigureReleaseNote.jspa?projectId=12310661
>>> [2]
>>>

http://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12313342&styleName=Html&projectId=12310661&Create=Create


>>>
>>>
>>>
>>> 2008/11/13 Matthias Wessendorf <[EMAIL PROTECTED]
>

 On Thu, Nov 13, 2008 at 3:12 PM, Paul Spencer
 <[EMAIL PROTECTED]
> wrote:
 > Where can I find the proposed release notes?

 usually all these myfaces projects provide that after a release.
 You can do a jira search on your own

 -M

 >
 > BTW: I will not be able to look at the artifacts until this
evening,
 > Eastern
 > Standard Time, at the earliest.
 >
 > Paul Spencer
 >
 > Matthias Wessendorf wrote:
 >>
 >> Hi,
 >>
 >> I was running the needed tasks to get the 1.2.10 release
of the Apache
 >> MyFaces Trinidad CORE out. The artifacts are deployed to
my private
 >> Apache account ([1]).
 >>
 >> Please take a look at the "1.2.10" artifacts and vote
 >>
 >> 
 >> [ ] +1 for community members who have reviewed the bits
 >> [ ] +0
 >> [ ] -1 for fatal flaws that should cause these bits not to be
 >> released,
 >>  and why..
 >> 
 >>
 >> Thanks,
 >> Matthias
 >>
 >> [1] http://people.apache.org/~matzew/trinidad1210/

 >>
 >
 >



 --
 Matthias Wessendorf

 blog: http://matthiaswessendorf.wordpress.com/
 sessions: http://www.slideshare.net/mwessendorf
 twitter: http://twitter.com/mwessendorf
>>>
>>>
>>>
>>> --
>>>
>>> http://www.irian.at
>>>
>>> Your JSF powerhouse -
>>> JSF Consulting, Development and
>>> Courses in English and German
>>>
>>> Professional Support for Apache MyFaces
>>
>>
>>
>> --
>> Grant Smith
>>
>>
>




--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces


Re: [VOTE] Release of Trinidad 1.0.10

2008-11-14 Thread Jeanne Waldman

+1

Matthias Wessendorf wrote, On 11/13/2008 12:19 AM PT:

Hi,

I was running the needed tasks to get the 1.0.10 release of the Apache
MyFaces Trinidad CORE out. The artifacts are deployed to my private
Apache account ([1]).

Please take a look at the "1.0.10" artifacts and vote


[ ] +1 for community members who have reviewed the bits
[ ] +0
[ ] -1 for fatal flaws that should cause these bits not to be released,
 and why..


Thanks,
Matthias

[1] http://people.apache.org/~matzew/trinidad1010/

  


Re: [VOTE] promote the s:renderOne to Commons

2008-11-14 Thread Mike Kienenberger
+1

On 11/14/08, Grant Smith <[EMAIL PROTECTED]> wrote:
>
> +1
>
> On Fri, Nov 14, 2008 at 7:41 AM, Matthias Wessendorf <[EMAIL PROTECTED]>
> wrote:
> > +1
> >
> >
> >
> >
> > On Fri, Nov 14, 2008 at 4:36 PM, Andrew Robinson
> > <[EMAIL PROTECTED]> wrote:
> > > +1
> > >
> > > On Thu, Nov 13, 2008 at 4:21 PM, Gerhard Petracek
> > > <[EMAIL PROTECTED]> wrote:
> > >> +1
> > >>
> > >> 2008/11/14 Cagatay Civici <[EMAIL PROTECTED]>
> > >>>
> > >>> +1
> > >>>
> > >>> On Thu, Nov 13, 2008 at 11:06 PM, Hazem Saleh <[EMAIL PROTECTED]>
> wrote:
> > 
> >  +1.
> > 
> >  On Fri, Nov 14, 2008 at 1:05 AM, Hazem Saleh <[EMAIL PROTECTED]>
> wrote:
> > >
> > > [ ] +1 - Yes, promote it to Commons.
> > > [ ] +0 - I do not know.
> > > [ ] -1 - No, do not promote it to Commons.
> > >
> > > Thanks,
> > > --
> > > Hazem Ahmed Saleh Ahmed
> > >
> > > Author of (The Definitive Guide to Apache MyFaces and Facelets):
> > >
> > >
> http://www.amazon.com/Definitive-Guide-Apache-MyFaces-Facelets/dp/1590597370
> > >
> > > Web blog: http://www.jroller.com/page/HazemBlog
> > >
> > > [Web 2.0] Google Maps Integration with JSF:
> > > http://code.google.com/p/gmaps4jsf/
> > >
> http://www.theserverside.com/news/thread.tss?thread_id=51250
> > 
> > 
> > 
> >  --
> >  Hazem Ahmed Saleh Ahmed
> > 
> >  Author of (The Definitive Guide to Apache MyFaces and Facelets):
> > 
> > 
> http://www.amazon.com/Definitive-Guide-Apache-MyFaces-Facelets/dp/1590597370
> > 
> >  Web blog: http://www.jroller.com/page/HazemBlog
> > 
> >  [Web 2.0] Google Maps Integration with JSF:
> >  http://code.google.com/p/gmaps4jsf/
> > 
> http://www.theserverside.com/news/thread.tss?thread_id=51250
> > >>>
> > >>
> > >>
> > >>
> > >> --
> > >>
> > >> http://www.irian.at
> > >>
> > >> Your JSF powerhouse -
> > >> JSF Consulting, Development and
> > >> Courses in English and German
> > >>
> > >> Professional Support for Apache MyFaces
> > >>
> > >
> >
> >
> >
> > --
> > Matthias Wessendorf
> >
> > blog: http://matthiaswessendorf.wordpress.com/
> > sessions: http://www.slideshare.net/mwessendorf
> > twitter: http://twitter.com/mwessendorf
> >
>
>
>
> --
> Grant Smith
>
>


Re: [VOTE] promote the s:renderOne to Commons

2008-11-14 Thread Grant Smith
+1
On Fri, Nov 14, 2008 at 7:41 AM, Matthias Wessendorf <[EMAIL PROTECTED]>wrote:

> +1
>
> On Fri, Nov 14, 2008 at 4:36 PM, Andrew Robinson
> <[EMAIL PROTECTED]> wrote:
> > +1
> >
> > On Thu, Nov 13, 2008 at 4:21 PM, Gerhard Petracek
> > <[EMAIL PROTECTED]> wrote:
> >> +1
> >>
> >> 2008/11/14 Cagatay Civici <[EMAIL PROTECTED]>
> >>>
> >>> +1
> >>>
> >>> On Thu, Nov 13, 2008 at 11:06 PM, Hazem Saleh <[EMAIL PROTECTED]>
> wrote:
> 
>  +1.
> 
>  On Fri, Nov 14, 2008 at 1:05 AM, Hazem Saleh <[EMAIL PROTECTED]>
> wrote:
> >
> > [ ] +1 - Yes, promote it to Commons.
> > [ ] +0 - I do not know.
> > [ ] -1 - No, do not promote it to Commons.
> >
> > Thanks,
> > --
> > Hazem Ahmed Saleh Ahmed
> >
> > Author of (The Definitive Guide to Apache MyFaces and Facelets):
> >
> >
> http://www.amazon.com/Definitive-Guide-Apache-MyFaces-Facelets/dp/1590597370
> >
> > Web blog: http://www.jroller.com/page/HazemBlog
> >
> > [Web 2.0] Google Maps Integration with JSF:
> > http://code.google.com/p/gmaps4jsf/
> > http://www.theserverside.com/news/thread.tss?thread_id=51250
> 
> 
> 
>  --
>  Hazem Ahmed Saleh Ahmed
> 
>  Author of (The Definitive Guide to Apache MyFaces and Facelets):
> 
> 
> http://www.amazon.com/Definitive-Guide-Apache-MyFaces-Facelets/dp/1590597370
> 
>  Web blog: http://www.jroller.com/page/HazemBlog
> 
>  [Web 2.0] Google Maps Integration with JSF:
>  http://code.google.com/p/gmaps4jsf/
>  http://www.theserverside.com/news/thread.tss?thread_id=51250
> >>>
> >>
> >>
> >>
> >> --
> >>
> >> http://www.irian.at
> >>
> >> Your JSF powerhouse -
> >> JSF Consulting, Development and
> >> Courses in English and German
> >>
> >> Professional Support for Apache MyFaces
> >>
> >
>
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
>



-- 
Grant Smith


Re: [Trinidad] move NullChangeManager to public API

2008-11-14 Thread Jeanne Waldman

You know this class best, Prakash, so I will remove it.
Jeanne

Prakash Udupa wrote, On 11/13/2008 3:46 PM PT:
I support moving it to public package, but instead of deprecating the 
internal copy can we just remove it ?.


* NullChangeManager is default ChangeManager when there is none
  explicitly registered.
* The only use is in
  org.apache.myfaces.trinidadinternal.context.RequestContextImpl,
  very very very unlikely there are any external usages.

Thanks,
Prakash

Simon Lessard wrote:

Sounds acceptable to me.

On Thu, Nov 13, 2008 at 6:03 PM, Jeanne Waldman 
<[EMAIL PROTECTED] > wrote:


adding [Trinidad] to the subject for those of you filtering.

Jeanne

Jeanne Waldman wrote, On 11/13/2008 2:23 PM PT:

Hi there,

I'd like to move the import
org.apache.myfaces.trinidadinternal.change.NullChangeManager
class from the internal package to the public package. I can
leave the internal copy there and deprecate it, like I see
we've done //FastMessageFormat/./

It is a generally useful class and our framework that
includes Trinidad jars uses it.

Let me know your thoughts.

Thanks,
Jeanne




Re: [VOTE] promote the s:renderOne to Commons

2008-11-14 Thread Matthias Wessendorf
+1

On Fri, Nov 14, 2008 at 4:36 PM, Andrew Robinson
<[EMAIL PROTECTED]> wrote:
> +1
>
> On Thu, Nov 13, 2008 at 4:21 PM, Gerhard Petracek
> <[EMAIL PROTECTED]> wrote:
>> +1
>>
>> 2008/11/14 Cagatay Civici <[EMAIL PROTECTED]>
>>>
>>> +1
>>>
>>> On Thu, Nov 13, 2008 at 11:06 PM, Hazem Saleh <[EMAIL PROTECTED]> wrote:

 +1.

 On Fri, Nov 14, 2008 at 1:05 AM, Hazem Saleh <[EMAIL PROTECTED]> wrote:
>
> [ ] +1 - Yes, promote it to Commons.
> [ ] +0 - I do not know.
> [ ] -1 - No, do not promote it to Commons.
>
> Thanks,
> --
> Hazem Ahmed Saleh Ahmed
>
> Author of (The Definitive Guide to Apache MyFaces and Facelets):
>
> http://www.amazon.com/Definitive-Guide-Apache-MyFaces-Facelets/dp/1590597370
>
> Web blog: http://www.jroller.com/page/HazemBlog
>
> [Web 2.0] Google Maps Integration with JSF:
> http://code.google.com/p/gmaps4jsf/
> http://www.theserverside.com/news/thread.tss?thread_id=51250



 --
 Hazem Ahmed Saleh Ahmed

 Author of (The Definitive Guide to Apache MyFaces and Facelets):

 http://www.amazon.com/Definitive-Guide-Apache-MyFaces-Facelets/dp/1590597370

 Web blog: http://www.jroller.com/page/HazemBlog

 [Web 2.0] Google Maps Integration with JSF:
 http://code.google.com/p/gmaps4jsf/
 http://www.theserverside.com/news/thread.tss?thread_id=51250
>>>
>>
>>
>>
>> --
>>
>> http://www.irian.at
>>
>> Your JSF powerhouse -
>> JSF Consulting, Development and
>> Courses in English and German
>>
>> Professional Support for Apache MyFaces
>>
>



-- 
Matthias Wessendorf

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


Re: [VOTE] promote the s:renderOne to Commons

2008-11-14 Thread Andrew Robinson
+1

On Thu, Nov 13, 2008 at 4:21 PM, Gerhard Petracek
<[EMAIL PROTECTED]> wrote:
> +1
>
> 2008/11/14 Cagatay Civici <[EMAIL PROTECTED]>
>>
>> +1
>>
>> On Thu, Nov 13, 2008 at 11:06 PM, Hazem Saleh <[EMAIL PROTECTED]> wrote:
>>>
>>> +1.
>>>
>>> On Fri, Nov 14, 2008 at 1:05 AM, Hazem Saleh <[EMAIL PROTECTED]> wrote:

 [ ] +1 - Yes, promote it to Commons.
 [ ] +0 - I do not know.
 [ ] -1 - No, do not promote it to Commons.

 Thanks,
 --
 Hazem Ahmed Saleh Ahmed

 Author of (The Definitive Guide to Apache MyFaces and Facelets):

 http://www.amazon.com/Definitive-Guide-Apache-MyFaces-Facelets/dp/1590597370

 Web blog: http://www.jroller.com/page/HazemBlog

 [Web 2.0] Google Maps Integration with JSF:
 http://code.google.com/p/gmaps4jsf/
 http://www.theserverside.com/news/thread.tss?thread_id=51250
>>>
>>>
>>>
>>> --
>>> Hazem Ahmed Saleh Ahmed
>>>
>>> Author of (The Definitive Guide to Apache MyFaces and Facelets):
>>>
>>> http://www.amazon.com/Definitive-Guide-Apache-MyFaces-Facelets/dp/1590597370
>>>
>>> Web blog: http://www.jroller.com/page/HazemBlog
>>>
>>> [Web 2.0] Google Maps Integration with JSF:
>>> http://code.google.com/p/gmaps4jsf/
>>> http://www.theserverside.com/news/thread.tss?thread_id=51250
>>
>
>
>
> --
>
> http://www.irian.at
>
> Your JSF powerhouse -
> JSF Consulting, Development and
> Courses in English and German
>
> Professional Support for Apache MyFaces
>


[jira] Created: (TOBAGO-725) In FF3x and OP9x menu overlaps popup

2008-11-14 Thread Guido Dubois (JIRA)
In FF3x and OP9x menu overlaps popup


 Key: TOBAGO-725
 URL: https://issues.apache.org/jira/browse/TOBAGO-725
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Facelets
Affects Versions: 1.0.21
 Environment: Facelets 1.1.14, MyFaces 1.1.6 snap (08.01.2008), Tobago 
1.0.21 snap (06.11.2008) 
Reporter: Guido Dubois


In Firefox 3 and Opera 9 menu overlaps a popup box. Links are not deactivated. 
See attachement

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (TOBAGO-275) tag - datePicker and Opera

2008-11-14 Thread steven.hong (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOBAGO-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

steven.hong updated TOBAGO-275:
---

Status: Patch Available  (was: Open)

>  tag - datePicker and Opera
> 
>
> Key: TOBAGO-275
> URL: https://issues.apache.org/jira/browse/TOBAGO-275
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 1.0.9
> Environment: winxp prof, opera 9.10, tomcat 5.5.20, myfaces 1.1.4, 
> tobago 1.0.9 - same error in tobago 1.0.10 snap (06.02.2007 5:13)
>Reporter: Guido Dubois
>
> I get javascript error in Opera when clicking on the date picker icon from 
> the  tag.
> By the way Opera reports some CSS errors.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-724) Transition on command facet

2008-11-14 Thread Rainer Rohloff (JIRA)
Transition on command facet
---

 Key: TOBAGO-724
 URL: https://issues.apache.org/jira/browse/TOBAGO-724
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Themes
Affects Versions: 1.0.20
Reporter: Rainer Rohloff


When using command facets the transition (please wait ..) is not correctly 
shown.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TRINIDAD-992) Validator as child of tr:inputText causes "label jumping" when client side validation enabled

2008-11-14 Thread JIRA

[ 
https://issues.apache.org/jira/browse/TRINIDAD-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647565#action_12647565
 ] 

Matthias Weßendorf commented on TRINIDAD-992:
-

applied the provided patch from Paul Mander. Thanks for the patch, paul!

> Validator as child of tr:inputText causes "label jumping" when client side 
> validation enabled
> -
>
> Key: TRINIDAD-992
> URL: https://issues.apache.org/jira/browse/TRINIDAD-992
> Project: MyFaces Trinidad
>  Issue Type: Bug
>Affects Versions: 1.0.6-core
> Environment: IE7
>Reporter: Paul Mander
>Assignee: Matthias Weßendorf
> Fix For:  1.0.11-core,  1.2.11-core
>
> Attachments: pre submit.jpg, submit.jpg
>
>
> Using panelFormLayout, an inputText and a validator causes labels to jump if 
> client side validation is enabled.
> Consider the following markup
>   
>   
>  
>   value="#{pageBean.cardNumber}">
>   
>
>  
>  
>   
>
> If the minimal skin is used or client validation is disabled (amounts to the 
> same thing), then labels do not jump when the page is submitted.
> See attached screen shots

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (TRINIDAD-992) Validator as child of tr:inputText causes "label jumping" when client side validation enabled

2008-11-14 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/TRINIDAD-992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Weßendorf resolved TRINIDAD-992.
-

   Resolution: Fixed
Fix Version/s:  1.2.11-core
1.0.11-core

> Validator as child of tr:inputText causes "label jumping" when client side 
> validation enabled
> -
>
> Key: TRINIDAD-992
> URL: https://issues.apache.org/jira/browse/TRINIDAD-992
> Project: MyFaces Trinidad
>  Issue Type: Bug
>Affects Versions: 1.0.6-core
> Environment: IE7
>Reporter: Paul Mander
>Assignee: Matthias Weßendorf
> Fix For:  1.0.11-core,  1.2.11-core
>
> Attachments: pre submit.jpg, submit.jpg
>
>
> Using panelFormLayout, an inputText and a validator causes labels to jump if 
> client side validation is enabled.
> Consider the following markup
>   
>   
>  
>   value="#{pageBean.cardNumber}">
>   
>
>  
>  
>   
>
> If the minimal skin is used or client validation is disabled (amounts to the 
> same thing), then labels do not jump when the page is submitted.
> See attached screen shots

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: [extval] rc 1 and logo

2008-11-14 Thread Adonis Raduca
Hi,

Nice idea, if we consider the scope of the project.
I think that the dark red X adds some complexity also some negative meaning
to the idea of validator, because has direct associations with errors.
We can think in both way after all:
- we use validator to identify errors.
- or we use validator to avoid errors.
I think the second one is better because it concentrate on the positive
aspect ... to avoid errors.
On the other side green is in vogue now because has environment friendly
connotations ... for that reason I use the green and brown colors to all
MyFaces logos.
We can go on that direction (the logo with the "v" stilled in a shape of a
green check sign) and to refine the logo.
I think is better to invest effort in refining what we have.

Regarding what we have now:
In my opinion is there is a little problem with the character kerning: the
final "l" is a little to far from and the "a" is a little to close from the
green check sign. We also can work a little on the font, probably will be a
good idea to choose a highly new font (a font that is not older than several
years, also to not be a remake of a classical one). Another idea will be to
take a classic or a modern font and to modify a little in order to add a
personal signature, and why not to design from scratch all those characters,
we have only 5 after all.

Also the green check symbol needs some refining.

Unfortunately now I'm to busy to work on this logo ... but I hope that my
suggestions helps ...

Have a nice day !
Adonis


On Fri, Nov 14, 2008 at 11:31 AM, Cagatay Civici
<[EMAIL PROTECTED]>wrote:

> That logo is awesome.
>
>
> On Fri, Nov 14, 2008 at 9:08 AM, Matthias Wessendorf <[EMAIL PROTECTED]>wrote:
>
>> hi berti,
>>
>> I like that logo
>>
>> On Fri, Nov 14, 2008 at 9:44 AM, Enrico Berti <[EMAIL PROTECTED]>
>> wrote:
>> > hi all,
>> > this is my personal interpretation of a possible logo for extval.
>> > It's something fresh, simple, with some recaps to both validation and
>> form
>> > fields.
>> > waiting for comments, of course!
>> > cheers,
>> > enrico
>> >
>> > On Fri, Nov 14, 2008 at 1:06 AM, Gerhard Petracek
>> > <[EMAIL PROTECTED]> wrote:
>> >>
>> >> hello everyone,
>> >>
>> >> after some refactorings + adding some new features, we are basically
>> ready
>> >> for a first release.
>> >> the latest snapshot is available at [1]
>> >>
>> >> however, there are some open topics.
>> >> e.g. leonardo started with the site for extval. thank you leonardo!
>> i'll
>> >> join and add some information.
>> >>
>> >> furthermore, we need a logo for the project.
>> >> are there any ideas or suggestions for a nice logo?
>> >>
>> >> regards,
>> >> gerhard
>> >>
>> >> [1] 
>> >> http://people.apache.org/~gpetracek/myfaces/extval/
>> >>
>> >> --
>> >>
>> >> http://www.irian.at
>> >>
>> >> Your JSF powerhouse -
>> >> JSF Consulting, Development and
>> >> Courses in English and German
>> >>
>> >> Professional Support for Apache MyFaces
>> >
>> >
>>
>>
>>
>> --
>> Matthias Wessendorf
>>
>> blog: http://matthiaswessendorf.wordpress.com/
>> sessions: http://www.slideshare.net/mwessendorf
>> twitter: http://twitter.com/mwessendorf
>>
>
>


Re: TRINIDAD-992 (was Re: [VOTE] Release of Trinidad 1.0.10)

2008-11-14 Thread Paul Mander

IE6 and 7 for this one but not firefox.

The fix solves this problem but if the message layout was better then it
would never occur. The message gets added to the cell of the input field and
the layout of the label/input field means that when you have a message, to
show it moves the label.

e.g.

no message
 ---
| label|inputfield |
 ---

with a message

 ---
|   |inputfield |
| label|-|
|   | message |
 ---

The ie probleem is that setting the message to null does not remove that
bottom cell. If the layout for the label and input component were as follows
then it would be less of an issue

 ---
| label|inputfield |
 ---
|   |message  |
 ---





Matthias Wessendorf-4 wrote:
> 
> On Fri, Nov 14, 2008 at 10:12 AM, Matthias Wessendorf <[EMAIL PROTECTED]>
> wrote:
>> corrected the subject, since the vote isn't the right place for this.
>>
>> On Fri, Nov 14, 2008 at 10:07 AM, Paul Mander <[EMAIL PROTECTED]>
>> wrote:
>>>
>>> +1
>>> Just because this product needs to keep moving. How do bugs get fixed in
>>> Trinidad? I raised a bug, supplied a fix and got people to vote on it
>>> and
>>> yet it is stuck on unresolved since March April time.
>>>
>>> https://issues.apache.org/jira/browse/TRINIDAD-992
>>
>> I don't see a patch there
> 
> check :-)
> 
> it was hidden in the comments:
> if (msgElem)
>   msgElem.innerHTML = "";
> 
> A better check would be
> 
> if (msgElem && messageElem.innerHTML !="")
>   msgElem.innerHTML = "";
> 
> 
> So, q for you.
> Only IE6 or IE7 or IE generally ?
> 
> Thanks!
> 
>>
>>>
>>> There's always fixes for file upload but if you look at them, nobody
>>> voted
>>> for them... In fact, looking at all the fixes in this build, no body
>>> voted
>>> for any of them. It appears that the contributors are simply fixing bugs
>>> that they have found.
>>
>> it is new to me, that we need a vote on every fix. However, we take
>> bug serious and fix them. Providing a patch to the jira (not the mailing
>> list,
>> or a private blog, etc) helps.
>>
>> Please go ahead and update the bug.
>> Once that is done, I will re-evaluate the fix.
>>
>> generally, once you uploaded a patch, please ping the dev list,
>> so folks get a heads up.
>>
>> Thanks!
>> Matthias
>>
>>>
>>> We use trinidad on a number of projects and have some horrific work
>>> arounds
>>> to get basic stuff working...
>>>
>>>
>>> Gerhard Petracek wrote:

 +1

 2008/11/14 Manfred Geiler <[EMAIL PROTECTED]>

> +1
>
> On Fri, Nov 14, 2008 at 9:15 AM, Thomas Spiegl
> <[EMAIL PROTECTED]>
> wrote:
> > +1
> >
> > On Thu, Nov 13, 2008 at 7:06 PM, Grant Smith <[EMAIL PROTECTED]>
> wrote:
> >> +1
> >>
> >> On Thu, Nov 13, 2008 at 7:40 AM, <[EMAIL PROTECTED]> wrote:
> >>>
> >>> +1
> >>>
> >>> ..no noticeable negative side effects :)
> >>>
> >>> Best wishes
> >>> Wolfgang
> >>>
> >>>
> >>>
> >>> "Matthias Wessendorf" <[EMAIL PROTECTED]>
> >>> Gesendet von: [EMAIL PROTECTED]
> >>>
> >>> 13.11.2008 09:19
> >>>
> >>> Bitte antworten an
> >>> "MyFaces Development" 
> >>> An
> >>> "MyFaces Development" 
> >>> Kopie
> >>> Thema
> >>> [VOTE] Release of Trinidad 1.0.10
> >>>
> >>>
> >>>
> >>>
> >>> Hi,
> >>>
> >>> I was running the needed tasks to get the 1.0.10 release of the
> Apache
> >>> MyFaces Trinidad CORE out. The artifacts are deployed to my
> private
> >>> Apache account ([1]).
> >>>
> >>> Please take a look at the "1.0.10" artifacts and vote
> >>>
> >>> 
> >>> [ ] +1 for community members who have reviewed the bits
> >>> [ ] +0
> >>> [ ] -1 for fatal flaws that should cause these bits not to be
> released,
> >>> and why..
> >>> 
> >>>
> >>> Thanks,
> >>> Matthias
> >>>
> >>> [1]
> http://people.apache.org/~matzew/trinidad1010/
> >>>
> >>> --
> >>> Matthias Wessendorf
> >>>
> >>> blog: http://matthiaswessendorf.wordpress.com/
> >>> sessions: http://www.slideshare.net/mwessendorf
> >>> twitter: http://twitter.com/mwessendorf
> >>>
> >>
> >>
> >>
> >> --
> >> Grant Smith
> >>
> >>
> >
>



 --

 http://www.irian.at

 Your JSF powerhouse -
 JSF Consulting, Development and
 Courses in English and German

 Professional Support for Apache MyFaces


>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/-VOTE--Release-of-Trinidad-1.0.10-tp20476472p20497014.html
>>> Sent from the My Faces - Dev mailing list archive at Nabble.com.
>>>
>>>
>>

Re: [extval] rc 1 and logo

2008-11-14 Thread Gilles Demarty
Yep great logo.

Just an idea : change the x to dark red to make it look like the cross
(as the opposite of the check).

Well, probably It adds too much noise, but is it not worth trying ?



On Fri, Nov 14, 2008 at 9:44 AM, Enrico Berti <[EMAIL PROTECTED]> wrote:
> hi all,
> this is my personal interpretation of a possible logo for extval.
> It's something fresh, simple, with some recaps to both validation and form
> fields.
> waiting for comments, of course!
> cheers,
> enrico
>
> On Fri, Nov 14, 2008 at 1:06 AM, Gerhard Petracek
> <[EMAIL PROTECTED]> wrote:
>>
>> hello everyone,
>>
>> after some refactorings + adding some new features, we are basically ready
>> for a first release.
>> the latest snapshot is available at [1]
>>
>> however, there are some open topics.
>> e.g. leonardo started with the site for extval. thank you leonardo! i'll
>> join and add some information.
>>
>> furthermore, we need a logo for the project.
>> are there any ideas or suggestions for a nice logo?
>>
>> regards,
>> gerhard
>>
>> [1] http://people.apache.org/~gpetracek/myfaces/extval/
>>
>> --
>>
>> http://www.irian.at
>>
>> Your JSF powerhouse -
>> JSF Consulting, Development and
>> Courses in English and German
>>
>> Professional Support for Apache MyFaces
>
>


Re: [extval] rc 1 and logo

2008-11-14 Thread Cagatay Civici
That logo is awesome.

On Fri, Nov 14, 2008 at 9:08 AM, Matthias Wessendorf <[EMAIL PROTECTED]>wrote:

> hi berti,
>
> I like that logo
>
> On Fri, Nov 14, 2008 at 9:44 AM, Enrico Berti <[EMAIL PROTECTED]>
> wrote:
> > hi all,
> > this is my personal interpretation of a possible logo for extval.
> > It's something fresh, simple, with some recaps to both validation and
> form
> > fields.
> > waiting for comments, of course!
> > cheers,
> > enrico
> >
> > On Fri, Nov 14, 2008 at 1:06 AM, Gerhard Petracek
> > <[EMAIL PROTECTED]> wrote:
> >>
> >> hello everyone,
> >>
> >> after some refactorings + adding some new features, we are basically
> ready
> >> for a first release.
> >> the latest snapshot is available at [1]
> >>
> >> however, there are some open topics.
> >> e.g. leonardo started with the site for extval. thank you leonardo! i'll
> >> join and add some information.
> >>
> >> furthermore, we need a logo for the project.
> >> are there any ideas or suggestions for a nice logo?
> >>
> >> regards,
> >> gerhard
> >>
> >> [1] 
> >> http://people.apache.org/~gpetracek/myfaces/extval/
> >>
> >> --
> >>
> >> http://www.irian.at
> >>
> >> Your JSF powerhouse -
> >> JSF Consulting, Development and
> >> Courses in English and German
> >>
> >> Professional Support for Apache MyFaces
> >
> >
>
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
>


Re: XML-less NavigationHandler

2008-11-14 Thread Cagatay Civici
Ok cool, so let's move this guy to commons then and document it:)

I can do it after a vote.

Cheers,

Cagatay

On Fri, Nov 14, 2008 at 8:01 AM, Matthias Wessendorf <[EMAIL PROTECTED]>wrote:

> On Fri, Nov 14, 2008 at 12:31 AM, Cagatay Civici
> <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > For proof of concept, I have implemented a custom navigation handler that
> > helps doing jsf navigations without navigation rules in xml.
> >
> > http://cagataycivici.wordpress.com/2008/11/13/xml-less-jsf-navigations/
> >
> > Matthias told me there may already be something similar to this in one of
> > the myfaces modules but I'm not aware about that.
>
> I think Ernst added it to tomahawk, or wanted to.
>
> >
> > Does anyone know about this?
> >
> > Also I think this feature will look good in myfaces-commons.
> >
> > Cheers,
> >
> > Cagatay
> >
> >
>
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
>


[TRINIDAD]tr:showDetail or tr:Page

2008-11-14 Thread dushyant agarwal
Hi,
I have a functionality in which a tree of different processes has to be 
displayed in the left hand side of the window. When some one clicks on any 
process the jsp for that view id has to be displayed on the rest of teh screen. 
Also a trail of the tasks that have been opened has to be maintained.So that 
the user may go back to any previous task as desirable. 

There is a facility of tr:page, which provides nodeStamp facet for showing the 
view id's. For showing the trial we can use the tr:train(MaxVisited) component.
But in a page, when I populate  one view & click on another one & click back to 
the previous view, the values entered are lost. In another scenario I had seen 
tr:ShowDetailItem used in panelRadio component. There the value entered in one 
detail Item was retained if we disclosed another item.

Is there any way of setting this type of behavior in tr:page? Should I use some 
other approach for display? I do not like the Idea of adding CoreShowdetailItem 
instances at run time if the user clicks on the tree. I want it just the way it 
is in tr:page.

Thanks,
Dushyant


  Add more friends to your messenger and enjoy! Go to 
http://messenger.yahoo.com/invite/


Re: TRINIDAD-992 (was Re: [VOTE] Release of Trinidad 1.0.10)

2008-11-14 Thread Matthias Wessendorf
On Fri, Nov 14, 2008 at 10:12 AM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> corrected the subject, since the vote isn't the right place for this.
>
> On Fri, Nov 14, 2008 at 10:07 AM, Paul Mander <[EMAIL PROTECTED]> wrote:
>>
>> +1
>> Just because this product needs to keep moving. How do bugs get fixed in
>> Trinidad? I raised a bug, supplied a fix and got people to vote on it and
>> yet it is stuck on unresolved since March April time.
>>
>> https://issues.apache.org/jira/browse/TRINIDAD-992
>
> I don't see a patch there

check :-)

it was hidden in the comments:
if (msgElem)
  msgElem.innerHTML = "";

A better check would be

if (msgElem && messageElem.innerHTML !="")
  msgElem.innerHTML = "";


So, q for you.
Only IE6 or IE7 or IE generally ?

Thanks!

>
>>
>> There's always fixes for file upload but if you look at them, nobody voted
>> for them... In fact, looking at all the fixes in this build, no body voted
>> for any of them. It appears that the contributors are simply fixing bugs
>> that they have found.
>
> it is new to me, that we need a vote on every fix. However, we take
> bug serious and fix them. Providing a patch to the jira (not the mailing list,
> or a private blog, etc) helps.
>
> Please go ahead and update the bug.
> Once that is done, I will re-evaluate the fix.
>
> generally, once you uploaded a patch, please ping the dev list,
> so folks get a heads up.
>
> Thanks!
> Matthias
>
>>
>> We use trinidad on a number of projects and have some horrific work arounds
>> to get basic stuff working...
>>
>>
>> Gerhard Petracek wrote:
>>>
>>> +1
>>>
>>> 2008/11/14 Manfred Geiler <[EMAIL PROTECTED]>
>>>
 +1

 On Fri, Nov 14, 2008 at 9:15 AM, Thomas Spiegl <[EMAIL PROTECTED]>
 wrote:
 > +1
 >
 > On Thu, Nov 13, 2008 at 7:06 PM, Grant Smith <[EMAIL PROTECTED]>
 wrote:
 >> +1
 >>
 >> On Thu, Nov 13, 2008 at 7:40 AM, <[EMAIL PROTECTED]> wrote:
 >>>
 >>> +1
 >>>
 >>> ..no noticeable negative side effects :)
 >>>
 >>> Best wishes
 >>> Wolfgang
 >>>
 >>>
 >>>
 >>> "Matthias Wessendorf" <[EMAIL PROTECTED]>
 >>> Gesendet von: [EMAIL PROTECTED]
 >>>
 >>> 13.11.2008 09:19
 >>>
 >>> Bitte antworten an
 >>> "MyFaces Development" 
 >>> An
 >>> "MyFaces Development" 
 >>> Kopie
 >>> Thema
 >>> [VOTE] Release of Trinidad 1.0.10
 >>>
 >>>
 >>>
 >>>
 >>> Hi,
 >>>
 >>> I was running the needed tasks to get the 1.0.10 release of the
 Apache
 >>> MyFaces Trinidad CORE out. The artifacts are deployed to my private
 >>> Apache account ([1]).
 >>>
 >>> Please take a look at the "1.0.10" artifacts and vote
 >>>
 >>> 
 >>> [ ] +1 for community members who have reviewed the bits
 >>> [ ] +0
 >>> [ ] -1 for fatal flaws that should cause these bits not to be
 released,
 >>> and why..
 >>> 
 >>>
 >>> Thanks,
 >>> Matthias
 >>>
 >>> [1]
 http://people.apache.org/~matzew/trinidad1010/
 >>>
 >>> --
 >>> Matthias Wessendorf
 >>>
 >>> blog: http://matthiaswessendorf.wordpress.com/
 >>> sessions: http://www.slideshare.net/mwessendorf
 >>> twitter: http://twitter.com/mwessendorf
 >>>
 >>
 >>
 >>
 >> --
 >> Grant Smith
 >>
 >>
 >

>>>
>>>
>>>
>>> --
>>>
>>> http://www.irian.at
>>>
>>> Your JSF powerhouse -
>>> JSF Consulting, Development and
>>> Courses in English and German
>>>
>>> Professional Support for Apache MyFaces
>>>
>>>
>>
>> --
>> View this message in context: 
>> http://www.nabble.com/-VOTE--Release-of-Trinidad-1.0.10-tp20476472p20497014.html
>> Sent from the My Faces - Dev mailing list archive at Nabble.com.
>>
>>
>
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
>



-- 
Matthias Wessendorf

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


TRINIDAD-992 (was Re: [VOTE] Release of Trinidad 1.0.10)

2008-11-14 Thread Matthias Wessendorf
corrected the subject, since the vote isn't the right place for this.

On Fri, Nov 14, 2008 at 10:07 AM, Paul Mander <[EMAIL PROTECTED]> wrote:
>
> +1
> Just because this product needs to keep moving. How do bugs get fixed in
> Trinidad? I raised a bug, supplied a fix and got people to vote on it and
> yet it is stuck on unresolved since March April time.
>
> https://issues.apache.org/jira/browse/TRINIDAD-992

I don't see a patch there

>
> There's always fixes for file upload but if you look at them, nobody voted
> for them... In fact, looking at all the fixes in this build, no body voted
> for any of them. It appears that the contributors are simply fixing bugs
> that they have found.

it is new to me, that we need a vote on every fix. However, we take
bug serious and fix them. Providing a patch to the jira (not the mailing list,
or a private blog, etc) helps.

Please go ahead and update the bug.
Once that is done, I will re-evaluate the fix.

generally, once you uploaded a patch, please ping the dev list,
so folks get a heads up.

Thanks!
Matthias

>
> We use trinidad on a number of projects and have some horrific work arounds
> to get basic stuff working...
>
>
> Gerhard Petracek wrote:
>>
>> +1
>>
>> 2008/11/14 Manfred Geiler <[EMAIL PROTECTED]>
>>
>>> +1
>>>
>>> On Fri, Nov 14, 2008 at 9:15 AM, Thomas Spiegl <[EMAIL PROTECTED]>
>>> wrote:
>>> > +1
>>> >
>>> > On Thu, Nov 13, 2008 at 7:06 PM, Grant Smith <[EMAIL PROTECTED]>
>>> wrote:
>>> >> +1
>>> >>
>>> >> On Thu, Nov 13, 2008 at 7:40 AM, <[EMAIL PROTECTED]> wrote:
>>> >>>
>>> >>> +1
>>> >>>
>>> >>> ..no noticeable negative side effects :)
>>> >>>
>>> >>> Best wishes
>>> >>> Wolfgang
>>> >>>
>>> >>>
>>> >>>
>>> >>> "Matthias Wessendorf" <[EMAIL PROTECTED]>
>>> >>> Gesendet von: [EMAIL PROTECTED]
>>> >>>
>>> >>> 13.11.2008 09:19
>>> >>>
>>> >>> Bitte antworten an
>>> >>> "MyFaces Development" 
>>> >>> An
>>> >>> "MyFaces Development" 
>>> >>> Kopie
>>> >>> Thema
>>> >>> [VOTE] Release of Trinidad 1.0.10
>>> >>>
>>> >>>
>>> >>>
>>> >>>
>>> >>> Hi,
>>> >>>
>>> >>> I was running the needed tasks to get the 1.0.10 release of the
>>> Apache
>>> >>> MyFaces Trinidad CORE out. The artifacts are deployed to my private
>>> >>> Apache account ([1]).
>>> >>>
>>> >>> Please take a look at the "1.0.10" artifacts and vote
>>> >>>
>>> >>> 
>>> >>> [ ] +1 for community members who have reviewed the bits
>>> >>> [ ] +0
>>> >>> [ ] -1 for fatal flaws that should cause these bits not to be
>>> released,
>>> >>> and why..
>>> >>> 
>>> >>>
>>> >>> Thanks,
>>> >>> Matthias
>>> >>>
>>> >>> [1]
>>> http://people.apache.org/~matzew/trinidad1010/
>>> >>>
>>> >>> --
>>> >>> Matthias Wessendorf
>>> >>>
>>> >>> blog: http://matthiaswessendorf.wordpress.com/
>>> >>> sessions: http://www.slideshare.net/mwessendorf
>>> >>> twitter: http://twitter.com/mwessendorf
>>> >>>
>>> >>
>>> >>
>>> >>
>>> >> --
>>> >> Grant Smith
>>> >>
>>> >>
>>> >
>>>
>>
>>
>>
>> --
>>
>> http://www.irian.at
>>
>> Your JSF powerhouse -
>> JSF Consulting, Development and
>> Courses in English and German
>>
>> Professional Support for Apache MyFaces
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/-VOTE--Release-of-Trinidad-1.0.10-tp20476472p20497014.html
> Sent from the My Faces - Dev mailing list archive at Nabble.com.
>
>



-- 
Matthias Wessendorf

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


Re: [extval] rc 1 and logo

2008-11-14 Thread Matthias Wessendorf
hi berti,

I like that logo

On Fri, Nov 14, 2008 at 9:44 AM, Enrico Berti <[EMAIL PROTECTED]> wrote:
> hi all,
> this is my personal interpretation of a possible logo for extval.
> It's something fresh, simple, with some recaps to both validation and form
> fields.
> waiting for comments, of course!
> cheers,
> enrico
>
> On Fri, Nov 14, 2008 at 1:06 AM, Gerhard Petracek
> <[EMAIL PROTECTED]> wrote:
>>
>> hello everyone,
>>
>> after some refactorings + adding some new features, we are basically ready
>> for a first release.
>> the latest snapshot is available at [1]
>>
>> however, there are some open topics.
>> e.g. leonardo started with the site for extval. thank you leonardo! i'll
>> join and add some information.
>>
>> furthermore, we need a logo for the project.
>> are there any ideas or suggestions for a nice logo?
>>
>> regards,
>> gerhard
>>
>> [1] http://people.apache.org/~gpetracek/myfaces/extval/
>>
>> --
>>
>> http://www.irian.at
>>
>> Your JSF powerhouse -
>> JSF Consulting, Development and
>> Courses in English and German
>>
>> Professional Support for Apache MyFaces
>
>



-- 
Matthias Wessendorf

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


Re: [VOTE] Release of Trinidad 1.0.10

2008-11-14 Thread Paul Mander

+1
Just because this product needs to keep moving. How do bugs get fixed in
Trinidad? I raised a bug, supplied a fix and got people to vote on it and
yet it is stuck on unresolved since March April time.

https://issues.apache.org/jira/browse/TRINIDAD-992

There's always fixes for file upload but if you look at them, nobody voted
for them... In fact, looking at all the fixes in this build, no body voted
for any of them. It appears that the contributors are simply fixing bugs
that they have found.

We use trinidad on a number of projects and have some horrific work arounds
to get basic stuff working...


Gerhard Petracek wrote:
> 
> +1
> 
> 2008/11/14 Manfred Geiler <[EMAIL PROTECTED]>
> 
>> +1
>>
>> On Fri, Nov 14, 2008 at 9:15 AM, Thomas Spiegl <[EMAIL PROTECTED]>
>> wrote:
>> > +1
>> >
>> > On Thu, Nov 13, 2008 at 7:06 PM, Grant Smith <[EMAIL PROTECTED]>
>> wrote:
>> >> +1
>> >>
>> >> On Thu, Nov 13, 2008 at 7:40 AM, <[EMAIL PROTECTED]> wrote:
>> >>>
>> >>> +1
>> >>>
>> >>> ..no noticeable negative side effects :)
>> >>>
>> >>> Best wishes
>> >>> Wolfgang
>> >>>
>> >>>
>> >>>
>> >>> "Matthias Wessendorf" <[EMAIL PROTECTED]>
>> >>> Gesendet von: [EMAIL PROTECTED]
>> >>>
>> >>> 13.11.2008 09:19
>> >>>
>> >>> Bitte antworten an
>> >>> "MyFaces Development" 
>> >>> An
>> >>> "MyFaces Development" 
>> >>> Kopie
>> >>> Thema
>> >>> [VOTE] Release of Trinidad 1.0.10
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> Hi,
>> >>>
>> >>> I was running the needed tasks to get the 1.0.10 release of the
>> Apache
>> >>> MyFaces Trinidad CORE out. The artifacts are deployed to my private
>> >>> Apache account ([1]).
>> >>>
>> >>> Please take a look at the "1.0.10" artifacts and vote
>> >>>
>> >>> 
>> >>> [ ] +1 for community members who have reviewed the bits
>> >>> [ ] +0
>> >>> [ ] -1 for fatal flaws that should cause these bits not to be
>> released,
>> >>> and why..
>> >>> 
>> >>>
>> >>> Thanks,
>> >>> Matthias
>> >>>
>> >>> [1]
>> http://people.apache.org/~matzew/trinidad1010/
>> >>>
>> >>> --
>> >>> Matthias Wessendorf
>> >>>
>> >>> blog: http://matthiaswessendorf.wordpress.com/
>> >>> sessions: http://www.slideshare.net/mwessendorf
>> >>> twitter: http://twitter.com/mwessendorf
>> >>>
>> >>
>> >>
>> >>
>> >> --
>> >> Grant Smith
>> >>
>> >>
>> >
>>
> 
> 
> 
> -- 
> 
> http://www.irian.at
> 
> Your JSF powerhouse -
> JSF Consulting, Development and
> Courses in English and German
> 
> Professional Support for Apache MyFaces
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-VOTE--Release-of-Trinidad-1.0.10-tp20476472p20497014.html
Sent from the My Faces - Dev mailing list archive at Nabble.com.



Re: [extval] rc 1 and logo

2008-11-14 Thread Enrico Berti
hi all,this is my personal interpretation of a possible logo for extval.
It's something fresh, simple, with some recaps to both validation and form
fields.
waiting for comments, of course!

cheers,
enrico

On Fri, Nov 14, 2008 at 1:06 AM, Gerhard Petracek <
[EMAIL PROTECTED]> wrote:

> hello everyone,
>
> after some refactorings + adding some new features, we are basically ready
> for a first release.
> the latest snapshot is available at [1]
>
> however, there are some open topics.
> e.g. leonardo started with the site for extval. thank you leonardo! i'll
> join and add some information.
>
> furthermore, we need a logo for the project.
> are there any ideas or suggestions for a nice logo?
>
> regards,
> gerhard
>
> [1] 
> http://people.apache.org/~gpetracek/myfaces/extval/
>
> --
>
> http://www.irian.at
>
> Your JSF powerhouse -
> JSF Consulting, Development and
> Courses in English and German
>
> Professional Support for Apache MyFaces
>
<>

[jira] Commented: (TRINIDAD-1221) bug related to navigationPane Component

2008-11-14 Thread Dushyant Agarwal (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647546#action_12647546
 ] 

Dushyant Agarwal commented on TRINIDAD-1221:


Can Matthias Wesssendorf please see if he can resolve this issue with the help 
of the jsp code attached with this this thread? It would be of great help.

> bug related to navigationPane Component
> ---
>
> Key: TRINIDAD-1221
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1221
> Project: MyFaces Trinidad
>  Issue Type: Bug
>Affects Versions:  1.2.8-core
>Reporter: ankit mahajan
>Priority: Critical
> Attachments: indxPage.jsp
>
>
> i am using trinidad's CoreCommandNavigationItem inside of a 
> CoreNavigationPane component in my application and when i deploy the 
> application on server for first time it works smoothly but whenever i tried 
> to redeploy the application again on the server it is showing an exception 
> and thus i have to shutdown the server and start it again.could anyone help 
> with this. i have found this bug in PanelAccordian and PanelTabbed components 
> too
> stack trace is shown below:
> org.apache.jasper.JasperException: javax.faces.FacesException: 
> javax.faces.FacesException: javax.faces.FacesException: Cant instantiate 
> class: 
> org.apache.myfaces.trinidad.component.core.nav.CoreCommandNavigationItem.
>   
> org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:535)
>   
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:429)
>   org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
>   org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
>   javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>   
> com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:408)
>   
> org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
>   
> org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:267)
>   
> org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
>   
> org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:267)
>   
> com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:442)
>   
> com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:115)
>   
> javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:178)
>   
> org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:176)
>   
> com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
>   com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
>   com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
>   javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
>   
> org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:238)
>   
> org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:195)
>   
> org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:138)
>   
> org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
>   
> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
> root cause
> javax.faces.FacesException: javax.faces.FacesException: 
> javax.faces.FacesException: Cant instantiate class: 
> org.apache.myfaces.trinidad.component.core.nav.CoreCommandNavigationItem.
>   
> com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:240)
>   
> javax.faces.webapp.UIComponentELTag.createComponent(UIComponentELTag.java:211)
>   
> javax.faces.webapp.UIComponentClassicTagBase.createChild(UIComponentClassicTagBase.java:476)
>   
> javax.faces.webapp.UIComponentClassicTagBase.findComponent(UIComponentClassicTagBase.java:660)
>   
> javax.faces.webapp.UIComponentClassicTagBase.doStartTag(UIComponentClassicTagBase.java:)
>   
> org.apache.myfaces.trinidad.webapp.UIXComponentELTag.doStartTag(UIXComponentELTag.java:69)
>   
> org.apache.jsp.indxPage_jsp._jspx_meth_tr_005fcommandNavigationItem_005f0(indxPage_jsp.java:390)
>   
> org.apache.jsp.indxPage_jsp._jspx_meth_tr_005fnavigationPane_005f0(indxPage_jsp.java:349)
>   
> org.apache.jsp.indxPage_jsp._jspx_meth_tr_005fform_005f0(indxPage_jsp.java:218)
>   
> org.apache.jsp.indxPage_jsp._jspx_meth_tr_005fdocument_005f0(indxPage_

Re: [VOTE] Release of Trinidad 1.0.10

2008-11-14 Thread Gerhard Petracek
+1

2008/11/14 Manfred Geiler <[EMAIL PROTECTED]>

> +1
>
> On Fri, Nov 14, 2008 at 9:15 AM, Thomas Spiegl <[EMAIL PROTECTED]>
> wrote:
> > +1
> >
> > On Thu, Nov 13, 2008 at 7:06 PM, Grant Smith <[EMAIL PROTECTED]>
> wrote:
> >> +1
> >>
> >> On Thu, Nov 13, 2008 at 7:40 AM, <[EMAIL PROTECTED]> wrote:
> >>>
> >>> +1
> >>>
> >>> ..no noticeable negative side effects :)
> >>>
> >>> Best wishes
> >>> Wolfgang
> >>>
> >>>
> >>>
> >>> "Matthias Wessendorf" <[EMAIL PROTECTED]>
> >>> Gesendet von: [EMAIL PROTECTED]
> >>>
> >>> 13.11.2008 09:19
> >>>
> >>> Bitte antworten an
> >>> "MyFaces Development" 
> >>> An
> >>> "MyFaces Development" 
> >>> Kopie
> >>> Thema
> >>> [VOTE] Release of Trinidad 1.0.10
> >>>
> >>>
> >>>
> >>>
> >>> Hi,
> >>>
> >>> I was running the needed tasks to get the 1.0.10 release of the Apache
> >>> MyFaces Trinidad CORE out. The artifacts are deployed to my private
> >>> Apache account ([1]).
> >>>
> >>> Please take a look at the "1.0.10" artifacts and vote
> >>>
> >>> 
> >>> [ ] +1 for community members who have reviewed the bits
> >>> [ ] +0
> >>> [ ] -1 for fatal flaws that should cause these bits not to be released,
> >>> and why..
> >>> 
> >>>
> >>> Thanks,
> >>> Matthias
> >>>
> >>> [1] 
> >>> http://people.apache.org/~matzew/trinidad1010/
> >>>
> >>> --
> >>> Matthias Wessendorf
> >>>
> >>> blog: http://matthiaswessendorf.wordpress.com/
> >>> sessions: http://www.slideshare.net/mwessendorf
> >>> twitter: http://twitter.com/mwessendorf
> >>>
> >>
> >>
> >>
> >> --
> >> Grant Smith
> >>
> >>
> >
>



-- 

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces


Re: [VOTE] Release of Trinidad 1.2.10

2008-11-14 Thread Gerhard Petracek
+1

2008/11/14 Manfred Geiler <[EMAIL PROTECTED]>

> +1
>
> On Fri, Nov 14, 2008 at 9:15 AM, Thomas Spiegl <[EMAIL PROTECTED]>
> wrote:
> > +1
> >
> > On Thu, Nov 13, 2008 at 7:06 PM, Grant Smith <[EMAIL PROTECTED]>
> wrote:
> >> +1
> >>
> >> On Thu, Nov 13, 2008 at 6:28 AM, Gerhard Petracek
> >> <[EMAIL PROTECTED]> wrote:
> >>>
> >>> hello paul,
> >>>
> >>> the jira link is [1] e.g. [2]
> >>>
> >>> regards,
> >>> gerhard
> >>>
> >>> [1]
> >>>
> http://issues.apache.org/jira/secure/ConfigureReleaseNote.jspa?projectId=12310661
> >>> [2]
> >>>
> http://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12313342&styleName=Html&projectId=12310661&Create=Create
> >>>
> >>>
> >>>
> >>> 2008/11/13 Matthias Wessendorf <[EMAIL PROTECTED]>
> 
>  On Thu, Nov 13, 2008 at 3:12 PM, Paul Spencer
>  <[EMAIL PROTECTED]> wrote:
>  > Where can I find the proposed release notes?
> 
>  usually all these myfaces projects provide that after a release.
>  You can do a jira search on your own
> 
>  -M
> 
>  >
>  > BTW: I will not be able to look at the artifacts until this evening,
>  > Eastern
>  > Standard Time, at the earliest.
>  >
>  > Paul Spencer
>  >
>  > Matthias Wessendorf wrote:
>  >>
>  >> Hi,
>  >>
>  >> I was running the needed tasks to get the 1.2.10 release of the
> Apache
>  >> MyFaces Trinidad CORE out. The artifacts are deployed to my private
>  >> Apache account ([1]).
>  >>
>  >> Please take a look at the "1.2.10" artifacts and vote
>  >>
>  >> 
>  >> [ ] +1 for community members who have reviewed the bits
>  >> [ ] +0
>  >> [ ] -1 for fatal flaws that should cause these bits not to be
>  >> released,
>  >>  and why..
>  >> 
>  >>
>  >> Thanks,
>  >> Matthias
>  >>
>  >> [1] 
>  >> http://people.apache.org/~matzew/trinidad1210/
>  >>
>  >
>  >
> 
> 
> 
>  --
>  Matthias Wessendorf
> 
>  blog: http://matthiaswessendorf.wordpress.com/
>  sessions: http://www.slideshare.net/mwessendorf
>  twitter: http://twitter.com/mwessendorf
> >>>
> >>>
> >>>
> >>> --
> >>>
> >>> http://www.irian.at
> >>>
> >>> Your JSF powerhouse -
> >>> JSF Consulting, Development and
> >>> Courses in English and German
> >>>
> >>> Professional Support for Apache MyFaces
> >>
> >>
> >>
> >> --
> >> Grant Smith
> >>
> >>
> >
>



-- 

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces


Re: [VOTE] Release of Trinidad 1.2.10

2008-11-14 Thread Manfred Geiler
+1

On Fri, Nov 14, 2008 at 9:15 AM, Thomas Spiegl <[EMAIL PROTECTED]> wrote:
> +1
>
> On Thu, Nov 13, 2008 at 7:06 PM, Grant Smith <[EMAIL PROTECTED]> wrote:
>> +1
>>
>> On Thu, Nov 13, 2008 at 6:28 AM, Gerhard Petracek
>> <[EMAIL PROTECTED]> wrote:
>>>
>>> hello paul,
>>>
>>> the jira link is [1] e.g. [2]
>>>
>>> regards,
>>> gerhard
>>>
>>> [1]
>>> http://issues.apache.org/jira/secure/ConfigureReleaseNote.jspa?projectId=12310661
>>> [2]
>>> http://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12313342&styleName=Html&projectId=12310661&Create=Create
>>>
>>>
>>>
>>> 2008/11/13 Matthias Wessendorf <[EMAIL PROTECTED]>

 On Thu, Nov 13, 2008 at 3:12 PM, Paul Spencer
 <[EMAIL PROTECTED]> wrote:
 > Where can I find the proposed release notes?

 usually all these myfaces projects provide that after a release.
 You can do a jira search on your own

 -M

 >
 > BTW: I will not be able to look at the artifacts until this evening,
 > Eastern
 > Standard Time, at the earliest.
 >
 > Paul Spencer
 >
 > Matthias Wessendorf wrote:
 >>
 >> Hi,
 >>
 >> I was running the needed tasks to get the 1.2.10 release of the Apache
 >> MyFaces Trinidad CORE out. The artifacts are deployed to my private
 >> Apache account ([1]).
 >>
 >> Please take a look at the "1.2.10" artifacts and vote
 >>
 >> 
 >> [ ] +1 for community members who have reviewed the bits
 >> [ ] +0
 >> [ ] -1 for fatal flaws that should cause these bits not to be
 >> released,
 >>  and why..
 >> 
 >>
 >> Thanks,
 >> Matthias
 >>
 >> [1] http://people.apache.org/~matzew/trinidad1210/
 >>
 >
 >



 --
 Matthias Wessendorf

 blog: http://matthiaswessendorf.wordpress.com/
 sessions: http://www.slideshare.net/mwessendorf
 twitter: http://twitter.com/mwessendorf
>>>
>>>
>>>
>>> --
>>>
>>> http://www.irian.at
>>>
>>> Your JSF powerhouse -
>>> JSF Consulting, Development and
>>> Courses in English and German
>>>
>>> Professional Support for Apache MyFaces
>>
>>
>>
>> --
>> Grant Smith
>>
>>
>


Re: [VOTE] Release of Trinidad 1.0.10

2008-11-14 Thread Manfred Geiler
+1

On Fri, Nov 14, 2008 at 9:15 AM, Thomas Spiegl <[EMAIL PROTECTED]> wrote:
> +1
>
> On Thu, Nov 13, 2008 at 7:06 PM, Grant Smith <[EMAIL PROTECTED]> wrote:
>> +1
>>
>> On Thu, Nov 13, 2008 at 7:40 AM, <[EMAIL PROTECTED]> wrote:
>>>
>>> +1
>>>
>>> ..no noticeable negative side effects :)
>>>
>>> Best wishes
>>> Wolfgang
>>>
>>>
>>>
>>> "Matthias Wessendorf" <[EMAIL PROTECTED]>
>>> Gesendet von: [EMAIL PROTECTED]
>>>
>>> 13.11.2008 09:19
>>>
>>> Bitte antworten an
>>> "MyFaces Development" 
>>> An
>>> "MyFaces Development" 
>>> Kopie
>>> Thema
>>> [VOTE] Release of Trinidad 1.0.10
>>>
>>>
>>>
>>>
>>> Hi,
>>>
>>> I was running the needed tasks to get the 1.0.10 release of the Apache
>>> MyFaces Trinidad CORE out. The artifacts are deployed to my private
>>> Apache account ([1]).
>>>
>>> Please take a look at the "1.0.10" artifacts and vote
>>>
>>> 
>>> [ ] +1 for community members who have reviewed the bits
>>> [ ] +0
>>> [ ] -1 for fatal flaws that should cause these bits not to be released,
>>> and why..
>>> 
>>>
>>> Thanks,
>>> Matthias
>>>
>>> [1] http://people.apache.org/~matzew/trinidad1010/
>>>
>>> --
>>> Matthias Wessendorf
>>>
>>> blog: http://matthiaswessendorf.wordpress.com/
>>> sessions: http://www.slideshare.net/mwessendorf
>>> twitter: http://twitter.com/mwessendorf
>>>
>>
>>
>>
>> --
>> Grant Smith
>>
>>
>


[jira] Created: (TRINIDAD-1305) : attributes for rotating the x- and y-axis labels by a given angle

2008-11-14 Thread Wolfgang Moestl (JIRA)
: attributes for rotating the x- and y-axis labels by a given angle
-

 Key: TRINIDAD-1305
 URL: https://issues.apache.org/jira/browse/TRINIDAD-1305
 Project: MyFaces Trinidad
  Issue Type: Improvement
  Components: Components
Affects Versions: 1.2.9-core
 Environment: all
Reporter: Wolfgang Moestl


Hi,

Please add two new attributes to  allowing to rotate the x and y axis 
labels by a given angle.

In my case the x-axis labels (the group labels) are timestamps using the format 
".MMM.dd hh:MM:ss", thus they are quite long.
I need to rotate them by -45 degrees in order to be readable. If the're not 
rotated they are printed one over the other, making them impossible to read.

Example:



Thanks a lot!

Cheers,


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: [VOTE] Release of Trinidad 1.0.10

2008-11-14 Thread Thomas Spiegl
+1

On Thu, Nov 13, 2008 at 7:06 PM, Grant Smith <[EMAIL PROTECTED]> wrote:
> +1
>
> On Thu, Nov 13, 2008 at 7:40 AM, <[EMAIL PROTECTED]> wrote:
>>
>> +1
>>
>> ..no noticeable negative side effects :)
>>
>> Best wishes
>> Wolfgang
>>
>>
>>
>> "Matthias Wessendorf" <[EMAIL PROTECTED]>
>> Gesendet von: [EMAIL PROTECTED]
>>
>> 13.11.2008 09:19
>>
>> Bitte antworten an
>> "MyFaces Development" 
>> An
>> "MyFaces Development" 
>> Kopie
>> Thema
>> [VOTE] Release of Trinidad 1.0.10
>>
>>
>>
>>
>> Hi,
>>
>> I was running the needed tasks to get the 1.0.10 release of the Apache
>> MyFaces Trinidad CORE out. The artifacts are deployed to my private
>> Apache account ([1]).
>>
>> Please take a look at the "1.0.10" artifacts and vote
>>
>> 
>> [ ] +1 for community members who have reviewed the bits
>> [ ] +0
>> [ ] -1 for fatal flaws that should cause these bits not to be released,
>> and why..
>> 
>>
>> Thanks,
>> Matthias
>>
>> [1] http://people.apache.org/~matzew/trinidad1010/
>>
>> --
>> Matthias Wessendorf
>>
>> blog: http://matthiaswessendorf.wordpress.com/
>> sessions: http://www.slideshare.net/mwessendorf
>> twitter: http://twitter.com/mwessendorf
>>
>
>
>
> --
> Grant Smith
>
>


Re: [VOTE] Release of Trinidad 1.2.10

2008-11-14 Thread Thomas Spiegl
+1

On Thu, Nov 13, 2008 at 7:06 PM, Grant Smith <[EMAIL PROTECTED]> wrote:
> +1
>
> On Thu, Nov 13, 2008 at 6:28 AM, Gerhard Petracek
> <[EMAIL PROTECTED]> wrote:
>>
>> hello paul,
>>
>> the jira link is [1] e.g. [2]
>>
>> regards,
>> gerhard
>>
>> [1]
>> http://issues.apache.org/jira/secure/ConfigureReleaseNote.jspa?projectId=12310661
>> [2]
>> http://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12313342&styleName=Html&projectId=12310661&Create=Create
>>
>>
>>
>> 2008/11/13 Matthias Wessendorf <[EMAIL PROTECTED]>
>>>
>>> On Thu, Nov 13, 2008 at 3:12 PM, Paul Spencer
>>> <[EMAIL PROTECTED]> wrote:
>>> > Where can I find the proposed release notes?
>>>
>>> usually all these myfaces projects provide that after a release.
>>> You can do a jira search on your own
>>>
>>> -M
>>>
>>> >
>>> > BTW: I will not be able to look at the artifacts until this evening,
>>> > Eastern
>>> > Standard Time, at the earliest.
>>> >
>>> > Paul Spencer
>>> >
>>> > Matthias Wessendorf wrote:
>>> >>
>>> >> Hi,
>>> >>
>>> >> I was running the needed tasks to get the 1.2.10 release of the Apache
>>> >> MyFaces Trinidad CORE out. The artifacts are deployed to my private
>>> >> Apache account ([1]).
>>> >>
>>> >> Please take a look at the "1.2.10" artifacts and vote
>>> >>
>>> >> 
>>> >> [ ] +1 for community members who have reviewed the bits
>>> >> [ ] +0
>>> >> [ ] -1 for fatal flaws that should cause these bits not to be
>>> >> released,
>>> >>  and why..
>>> >> 
>>> >>
>>> >> Thanks,
>>> >> Matthias
>>> >>
>>> >> [1] http://people.apache.org/~matzew/trinidad1210/
>>> >>
>>> >
>>> >
>>>
>>>
>>>
>>> --
>>> Matthias Wessendorf
>>>
>>> blog: http://matthiaswessendorf.wordpress.com/
>>> sessions: http://www.slideshare.net/mwessendorf
>>> twitter: http://twitter.com/mwessendorf
>>
>>
>>
>> --
>>
>> http://www.irian.at
>>
>> Your JSF powerhouse -
>> JSF Consulting, Development and
>> Courses in English and German
>>
>> Professional Support for Apache MyFaces
>
>
>
> --
> Grant Smith
>
>


Re: [Trinidad] move NullChangeManager to public API

2008-11-14 Thread Matthias Wessendorf
On Fri, Nov 14, 2008 at 12:05 AM, Simon Lessard
<[EMAIL PROTECTED]> wrote:
> Sounds acceptable to me.

yap.
+1 on this item

>
> On Thu, Nov 13, 2008 at 6:03 PM, Jeanne Waldman <[EMAIL PROTECTED]>
> wrote:
>>
>> adding [Trinidad] to the subject for those of you filtering.
>>
>> Jeanne
>>
>> Jeanne Waldman wrote, On 11/13/2008 2:23 PM PT:
>>>
>>> Hi there,
>>>
>>> I'd like to move the import
>>> org.apache.myfaces.trinidadinternal.change.NullChangeManager class from the
>>> internal package to the public package. I can leave the internal copy there
>>> and deprecate it, like I see we've done //FastMessageFormat/./
>>>
>>> It is a generally useful class and our framework that includes Trinidad
>>> jars uses it.
>>>
>>> Let me know your thoughts.
>>>
>>> Thanks,
>>> Jeanne
>>>
>
>



-- 
Matthias Wessendorf

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


Re: XML-less NavigationHandler

2008-11-14 Thread Matthias Wessendorf
On Fri, Nov 14, 2008 at 12:31 AM, Cagatay Civici
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> For proof of concept, I have implemented a custom navigation handler that
> helps doing jsf navigations without navigation rules in xml.
>
> http://cagataycivici.wordpress.com/2008/11/13/xml-less-jsf-navigations/
>
> Matthias told me there may already be something similar to this in one of
> the myfaces modules but I'm not aware about that.

I think Ernst added it to tomahawk, or wanted to.

>
> Does anyone know about this?
>
> Also I think this feature will look good in myfaces-commons.
>
> Cheers,
>
> Cagatay
>
>



-- 
Matthias Wessendorf

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


Re: XML-less NavigationHandler

2008-11-14 Thread Christian Kaltepoth
On Friday 14 November 2008 00:31:28 Cagatay Civici wrote:
> Hi,
>
> For proof of concept, I have implemented a custom navigation handler that
> helps doing jsf navigations without navigation rules in xml.
>
> http://cagataycivici.wordpress.com/2008/11/13/xml-less-jsf-navigations/
>
> Matthias told me there may already be something similar to this in one of
> the myfaces modules but I'm not aware about that.
>
> Does anyone know about this?
>
> Also I think this feature will look good in myfaces-commons.
>
> Cheers,
>
> Cagatay


There is a NavigationHandler implementation in tomahawk:

http://myfaces.apache.org/tomahawk-project/tomahawk/xref/org/apache/myfaces/tomahawk/util/DirectNavigationHandler.html

Although I like the implementation suggested in your blog post because of the 
redirect support. We already use a similar homemade NavigationHandler in many 
of our projects.

I support the idea of such an implementation in myfaces-commons.

Kind regards

Christian