Playing round with 1.5 features

2006-03-27 Thread Martin Marinschek
Hi *, Sylvain and me want to play around with 1.5 features a little - annotations and whatever there is. Particularly, we want to build a maven-plugin which creates the faces-config.xml (both managed-beans and navigation rules) file automatically from annotations. We considered a new

Re: Playing round with 1.5 features

2006-03-27 Thread Enrique Medina
Hi Martin,We have already discussed it directly, but I would like to stress my skepticism about the convenience to go back again to put configuration stuff in code, abandoning XML files.XML configuration files do quite well their job and were designed to avoid coupling parametrization stuff in

[jira] Created: (TOMAHAWK-216) TabChangeListener not invoked

2006-03-27 Thread Michael Bauschert (JIRA)
TabChangeListener not invoked - Key: TOMAHAWK-216 URL: http://issues.apache.org/jira/browse/TOMAHAWK-216 Project: MyFaces Tomahawk Type: Bug Components: Tabbed Pane Versions: 1.1.1 Environment: Windows XP, SP2, Tomcat 5.5,

Re: Playing round with 1.5 features

2006-03-27 Thread Martin Marinschek
Well, yes, it's something we can discuss about - but annotations do have some merits as well. If the configuration is something that will change with the code itself, it doesn't make much sense to have it externally. In any case, it's possible to use a mixed approach without a problem. regards,

Re: svn commit: r389085 - /myfaces/maven/trunk/master-pom/pom.xml

2006-03-27 Thread Martin Marinschek
Welcome back, Bruno!! regards, Martin On 3/27/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: baranda Date: Mon Mar 27 01:49:00 2006 New Revision: 389085 URL: http://svn.apache.org/viewcvs?rev=389085view=rev Log: Updated my info in master pom Modified:

Re: Playing round with 1.5 features

2006-03-27 Thread Enrique Medina
Yes, Martin, that's the point. I see here another Sun crusade to the use of annotations for everything, as happened with EJBs ;-)It shouldn't be an all-or-nothing solution...On 3/27/06, Martin Marinschek [EMAIL PROTECTED] wrote: Well, yes,it's something we can discuss about - but annotations do

RE: Playing round with 1.5 features

2006-03-27 Thread Jesse Alexander \(KBSA 21\)
And maybe even the other way round: generate code from the config-file ;-) From: Enrique Medina [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 12:04 PMTo: [EMAIL PROTECTED]Cc: MyFaces DevelopmentSubject: Re: Playing round with 1.5 features Yes, Martin, that's the

[jira] Commented: (TOMAHAWK-216) TabChangeListener not invoked

2006-03-27 Thread Roland Schaal (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-216?page=comments#action_12371962 ] Roland Schaal commented on TOMAHAWK-216: You did not use the serverSideTabSwitch in your example with that t:panelTabbedPane. I think, the TabChangeListener only

Re: Playing round with 1.5 features

2006-03-27 Thread Werner Punz
Great we are badly in need for something like that, there are some things, which are way better being implemented in 1.5 (for instance some interfaces which ease the component programming by exposing annotations) Martin Marinschek schrieb: Hi *, Sylvain and me want to play around with 1.5

[jira] Created: (TOMAHAWK-217) HtmlPopupRenderer does not render facet's direct child

2006-03-27 Thread Michal Borowiecki (JIRA)
HtmlPopupRenderer does not render facet's direct child --- Key: TOMAHAWK-217 URL: http://issues.apache.org/jira/browse/TOMAHAWK-217 Project: MyFaces Tomahawk Type: Bug Components: Popup Versions: 1.1.1

[jira] Closed: (TOMAHAWK-216) TabChangeListener not invoked

2006-03-27 Thread Michael Bauschert (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-216?page=all ] Michael Bauschert closed TOMAHAWK-216: -- Fix Version: 1.1.2-SNAPSHOT (was: 1.1.1) Resolution: Invalid Okay, with the 1.1.2-Snapshot the serverSideTabSwitch

[jira] Commented: (TOMAHAWK-217) HtmlPopupRenderer does not render facet's direct child

2006-03-27 Thread Michal Borowiecki (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-217?page=comments#action_12371971 ] Michal Borowiecki commented on TOMAHAWK-217: The solution is to replace: RendererUtils.renderChildren(facesContext, popupFacet); with:

[jira] Commented: (MYFACES-278) UIData does not processColumnChildren() if rowCount() returns -1 (for ResultSetDataModel)

2006-03-27 Thread Gillmer J. Derge (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-278?page=comments#action_12371981 ] Gillmer J. Derge commented on MYFACES-278: -- Hey, you're right. I thought I had already checked the latest source code (1.1.1), but I didn't look at the nightly

Re: svn commit: r389085 - /myfaces/maven/trunk/master-pom/pom.xml

2006-03-27 Thread Bruno Aranda
Thanks!! I still have to setup my development computer at home, but I will be here again soon! Now, at least I have a house with internet connection :-) Cheers, Bruno On 3/27/06, Martin Marinschek [EMAIL PROTECTED] wrote: Welcome back, Bruno!! regards, Martin On 3/27/06, [EMAIL

Re: Playing round with 1.5 features

2006-03-27 Thread Dennis Byrne
XML configuration files do quite well their job and were designed to avoid coupling parametrization stuff in code. Now it seems we return to the point were we started. It seems more a response to .NET than real desirable functionality, as we already had it with external configuration files. I

Re: Playing round with 1.5 features

2006-03-27 Thread Enrique Medina
I think the key point is Martin's comment:If the configuration is something that will change with the code itself, it doesn't make much sense to have it externally.It makes sense if you use them to generate your Hibernate mappings, because always it's the consequence of a change in the code (added

Re: Playing round with 1.5 features

2006-03-27 Thread Gary VanMatre
From: "Dennis Byrne" [EMAIL PROTECTED] XML configuration files do quite well their job and were designed to avoid coupling parametrization stuff in code. Now it seems we return to the point were we started. It seems more a response to .NET than real desirable functionality, as we already had

Re: Playing round with 1.5 features

2006-03-27 Thread Travis Reeder
I'm all for anything that makes component writing easier, it's pretty complex right now, so many places to make mistakes and makes it hard for a newbie to start making components. Travis On 3/27/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I think it'd be cool to create another abstract type

Messages when redirecting

2006-03-27 Thread Travis Reeder
Anyone opposed to doing something like this for messages after a redirect:1. Save messages in session2. Use messages in session and remove from sessionRather than just on the request? This way, they can be shown after a redirect. At least in the tomahawk messages tag anyways. Travis

Re: [ANNOUNCE] Mailing Lists for ADF Faces Incubator Podling

2006-03-27 Thread Mike Kienenberger
Craig, The issues and commits mailing lists are bouncing my subscription requests. The user and dev subscriptions worked fine, however. -- Forwarded message -- From: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: 27 Mar 2006 20:25:37 - Subject: Returned post for

Re: [ANNOUNCE] Mailing Lists for ADF Faces Incubator Podling

2006-03-27 Thread Craig McClanahan
On 3/27/06, Mike Kienenberger [EMAIL PROTECTED] wrote: Craig,The issues and commits mailing lists are bouncing my subscriptionrequests.The user and dev subscriptions worked fine, however.That was me, acting as moderator. Wierd ... I responded in the text with the fact that you sent to the list,

Re: [ANNOUNCE] Mailing Lists for ADF Faces Incubator Podling

2006-03-27 Thread Thomas Spiegl
Mike, just wrote you an email. Try it again, issues and commits lists should work. Thomas On 3/27/06, Mike Kienenberger [EMAIL PROTECTED] wrote: Craig, The issues and commits mailing lists are bouncing my subscription requests. The user and dev subscriptions worked fine, however.

Re: [ANNOUNCE] Mailing Lists for ADF Faces Incubator Podling

2006-03-27 Thread Mike Kienenberger
Never mind. I see now that the links posted for subscription in your message are wrong :) Thanks, Thomas. By the way, I don't speak German, but fortunately, Alta Vista does kinda :) On 3/27/06, Thomas Spiegl [EMAIL PROTECTED] wrote: Hallo Mike, du hast versucht, dich auf den ADF

Re: [ANNOUNCE] Mailing Lists for ADF Faces Incubator Podling

2006-03-27 Thread Mike Kienenberger
On 3/27/06, Craig McClanahan [EMAIL PROTECTED] wrote: That was me, acting as moderator. Wierd ... I responded in the text with the fact that you sent to the list, instead of to the subscribe addresses, but that doesn't show in the quoted text below. Yes, there was no text in the rejection

[ANNOUNCE] Mailing Lists for ADF Faces Incubator Podling

2006-03-27 Thread Craig McClanahan
Good news! There are now four email lists that will be specifically focused on the ADF Faces component contribution to Apache! You can use the subscription links below to subscribe yourselves to the corresponding lists. ADF Faces User List -- this is the place to ask questions about using the ADF

[jira] Closed: (MYFACES-1163) JBoss classloading fails if myfaces jars installed in tomcat

2006-03-27 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1163?page=all ] Stan Silvert closed MYFACES-1163: - Resolution: Fixed I'm not hearing any more complaints, so I am closing as fixed. We can reopen if needed. JBoss classloading fails if myfaces jars

[jira] Commented: (MYFACES-250) Add configuration for an error page in the portlet bridge

2006-03-27 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-250?page=comments#action_12372036 ] Stan Silvert commented on MYFACES-250: -- I think it is a good idea. However, it sounds like something that should be handled by the portlet spec or as an added feature

Re: Messages when redirecting

2006-03-27 Thread Mike Kienenberger
On 3/27/06, Travis Reeder [EMAIL PROTECTED] wrote: Anyone opposed to doing something like this for messages after a redirect: 1. Save messages in session 2. Use messages in session and remove from session Rather than just on the request? This way, they can be shown after a redirect. At

Re: MyFaces without JavaScript

2006-03-27 Thread Mike Kienenberger
On 3/24/06, Christian Helmbold [EMAIL PROTECTED] wrote: I wonder about the use of JavaScript in MyFaces. It would be good if the MyFaces components could do their work without JavaScript whenever possible. It is not necessary to use JavaSript in the Data Scroller component for example. Some

[jira] Created: (TOMAHAWK-218) select one state - like select one country

2006-03-27 Thread Lance Frohman (JIRA)
select one state - like select one country -- Key: TOMAHAWK-218 URL: http://issues.apache.org/jira/browse/TOMAHAWK-218 Project: MyFaces Tomahawk Type: New Feature Components: selectOneRadio / radio Versions:

Re: Messages when redirecting

2006-03-27 Thread Dennis Byrne
How can it be the same thread? I was under the impression that the servlet responded to the client w/ a 301/302/303 status code. The HTTP client would then make a second request to a resource whose value is found in Location response header. One non-session solution would be to manipulate