RE: [jira] Closed: (MYFACES-1158) Use of context classloader as key in _registeredFactoryNames

2006-03-01 Thread Toh Kim Huat NCS
Hi Dennis, Thank you for your fast reply. I downloaded the JSF specification and referred to section 10.2.6.1. The only thing mentioned about the webapp classloader there is that once the class name of the factory implementation class is found, the webapp classloader is used to load the factory

[jira] Created: (TOMAHAWK-166) Current implementation of inputFileUpload not support PortletContext

2006-03-01 Thread Serg Maslyukov (http://webmill.askmore.info) (JIRA)
Current implementation of inputFileUpload not support PortletContext Key: TOMAHAWK-166 URL: http://issues.apache.org/jira/browse/TOMAHAWK-166 Project: MyFaces Tomahawk Type: Improvement

Re: future vision for MyFaces commons

2006-03-01 Thread Manfred Geiler
On 3/1/06, John Fallows [EMAIL PROTECTED] wrote: On 2/24/06, Manfred Geiler [EMAIL PROTECTED] wrote: On 2/23/06, Mike Kienenberger [EMAIL PROTECTED] wrote: On 2/22/06, Sean Schofield [EMAIL PROTECTED] wrote: In response to #1 I would say we do not need to be in the business of

Re: [commons/shared refactoring status] shared is ready, myfaces-impl is done

2006-03-01 Thread Manfred Geiler
Problem should be fixed now. Though I do not understand why it worked for me. Sean, did you use the current shared or did you use a modified version (ie. without AddResource.properties)? Manfred On 3/1/06, Sean Schofield [EMAIL PROTECTED] wrote: Manfred, I am unable to build the core. I get

ExtensionFilter: get rid of its buffering

2006-03-01 Thread Mario Ivankovits
Hi! Currently I try to get rid of the buffering of the extension filter. (No code yet, just many many thoughts about it) First of all: Who says we have to render the script src= stuff in html-head? I tried a short XHTML and checked it on http://validator.w3.org/check - it didnt complain about

Re: ExtensionFilter: get rid of its buffering

2006-03-01 Thread Volker Weber
Hi, i'm not sure and have not tested, but AFAIK the link rel=stylesheet .. tags don't work outside html-head. Regards, Volker Mario Ivankovits wrote: Hi! Currently I try to get rid of the buffering of the extension filter. (No code yet, just many many thoughts about it) First of all:

Tomahawk Tree2 / Expanding nodes programmatically via events

2006-03-01 Thread Hendrik Beck \(camunda\)
Hi all! In our current project we are using the Tomahawkt tree2 component. Due to some special requirements I have to control the state of expanded nodes programmatically. Therefore I have implemented a map which contains the nodeIds (0, 1:2:0 and so on) of the tree nodes and my own Ids. So I can

Re: ExtensionFilter: get rid of its buffering

2006-03-01 Thread Martin Marinschek
We have a better way of putting onload stuff in with dojo anyways. So that bodyTagEvent will go. regards, Martin On 3/1/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! Currently I try to get rid of the buffering of the extension filter. (No code yet, just many many thoughts about it)

Re: ExtensionFilter: get rid of its buffering

2006-03-01 Thread Mario Ivankovits
Hi! i'm not sure and have not tested, but AFAIK the link rel=stylesheet .. tags don't work outside html-head. This is where the second idea comes in: We no longer buffer the jsp page, instead we buffer the css. What does this mean? We render a css link in html-head which looks something

Re: [website] Mailing list links

2006-03-01 Thread Manfred Geiler
Added according otherArchives elements to POMs but archives do not show up. Perhaps some Maven guru could have a closer look? Thanks, Manfred On 2/15/06, Jesse Alexander (KBSA 21) [EMAIL PROTECTED] wrote: The new website has links to the mailing list-archives that are not searchable. At

Re: ExtensionFilter: get rid of its buffering

2006-03-01 Thread Martin Marinschek
I really like that idea, Mario! superb stuff. Nobody of us has thought about this before... regards, Martin On 3/1/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! i'm not sure and have not tested, but AFAIK the link rel=stylesheet .. tags don't work outside html-head. This is where

[jira] Updated: (TOMAHAWK-86) HtmlDataScrollerRenderer getLink methods creating duplicate HtmlCommandLinks

2006-03-01 Thread MR (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-86?page=all ] MR updated TOMAHAWK-86: --- HtmlDataScrollerRenderer getLink methods creating duplicate HtmlCommandLinks Key:

[IMPORTANT] Major Changes To Source Code

2006-03-01 Thread Sean Schofield
Manfred's ambitious source code reorg is now complete! Here is all of the information you need to know. 1.) New subproject shared (formerly commons.) All source code from commons has been refactored to have an org.apache.myfaces.shared package name. 2.) Commons is gone. Its been removed from

Re: [IMPORTANT] Major Changes To Source Code

2006-03-01 Thread James Holmes
Hey Sean, I just blew away my complete SVN copy of MyFaces and went to fetch it all again using: svn checkout https://svn.apache.org/repos/asf/myfaces/current I got the following error on checkout: Fetching external item into 'current\commons' svn: URL

Mixing JSTL and JSF(MyFaces)

2006-03-01 Thread Alexander Panzhin
Hi all, As I was developing(actually reimplementing) an application I stumbled on to a need to mix JSTL's c:forEach tag and some logic(c:if) with ways to make a button to transparently delete an element(Hibernate mapped object). I tried adding f:param tag (with id of my object as value)

Re: Mixing JSTL and JSF(MyFaces)

2006-03-01 Thread Alexander Panzhin
Oh yeah. Here is the JSP code that puts it all together. h:commandLink action=#{ticketAccess.deleteTicket} onclick=if(!confirm('?')){ return;} jmrp:preParam binding=#{ticketAccess.ticketIdParameter} name=ticketId value=#{item.id}/ h:outputText value=X/ /h:commandLink -- Su

Re: [IMPORTANT] Major Changes To Source Code

2006-03-01 Thread chemeia
Do you need any help in prepping patches in Jira for application to the new tree? I'd be willing to help get patches whipped into shape if committers would identify which patches are likely to be committed. Steve On 3/1/06, James Holmes [EMAIL PROTECTED] wrote: Hey Sean, I just blew away my

Re: Question regarding UIData state saving

2006-03-01 Thread Michael Youngstrom
I think this is an issue with UIData using a very poor algorithm for when it thinks it can drop state, something like there weren't any errors. The ADF UIXTable code has a better algorithm hat doesn't suffer from this problem. So is UIData's poor algorithm a spec issue or an implementation issue?

Re: [IMPORTANT] Major Changes To Source Code

2006-03-01 Thread Mario Ivankovits
Hi! I got the following error on checkout: Fetching external item into 'current\commons' svn: URL 'https://svn.apache.org/repos/asf/myfaces/commons/trunk' doesn't exist I removed the external link now. --- Mario

[jira] Resolved: (TOMAHAWK-156) DataList doesn't validate or update model in 1.1.2 nightlies

2006-03-01 Thread Mike Youngstrom (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-156?page=all ] Mike Youngstrom resolved TOMAHAWK-156: -- Fix Version: 1.1.2-SNAPSHOT Resolution: Fixed DataList doesn't validate or update model in 1.1.2 nightlies

Re: latest svn head - build failed

2006-03-01 Thread Gerald Müllan
Hi, it also seems that there is a problem with starting up the exmples. WebXml throws an IllegalStateException. Any thoughts? regards, Gerald On 3/1/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Ok, I fixed it by slightly modify

Re: Question regarding UIData state saving

2006-03-01 Thread Adam Winer
The row state saving is quite necessary (I remember the discussion). The algorithm in UIXTable is actually fairly simple: an atom of state is either meaningful (contains non-default values) or not. If we've got meaningful state left, don't drop it. -- Adam On 3/1/06, Manfred Geiler [EMAIL

maven-idea-plugin SNAPSHOT?

2006-03-01 Thread Manfred Geiler
Any Maven guru listening? To be able to build a fully functionable idea project after our massive refactoring we need the new features of the idea plugin beta 2. Q1: What is the quickest way to bring idea-plugin-2.0-beta-2-SNAPSHOT into the http://cvs.apache.org/maven-snapshot-repository ? Q2:

Re: Mixing JSTL and JSF(MyFaces)

2006-03-01 Thread Mike Kienenberger
h:commandLink action=#{ticketAccess.deleteTicket} rendered=#{yourBean.adminUser} . h:outputText value=you are not admin rendered=#{not yourBean.adminUser} . On 3/1/06, Alexander Panzhin [EMAIL PROTECTED] wrote: Mike Kienenberger wrote: To do it in pure JSF: h:commandLink

Re: Myfaces Wiki Update of Building With Maven by MikeKienenberger

2006-03-01 Thread Sean Schofield
Maybe we can have an optional ant script to build the jars locally for users who need them for IDE purposes? Sean On 3/1/06, Manfred Geiler [EMAIL PROTECTED] wrote: Mario, Mike, Is there no easy way to add a jar as Source in eclipse? If yes, it would be better to add

Re: Move issue MyFaces-801 fails with connection refused

2006-03-01 Thread Mike Kienenberger
Just for grins, I manually removed the /secure/ part from the url, and that seemed to have worked. Very odd. On 3/1/06, Mike Kienenberger [EMAIL PROTECTED] wrote: I'm trying to move MYFACES-801 to tomahawk. The link given is

Re: StartupServletContextListener in tomhawk-sandbox-examples web.xml but not in examples-simple web.xml

2006-03-01 Thread Mike Kienenberger
On 2/25/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: But I added the listener to your archetype, because of I added the Jetty6 plugin for mvn. So calling jetty:run will start the container and deploy the sample app, without getting that error message ;-) How hard would it be for you to

[jira] Updated: (TOMAHAWK-169) add message attribute to all validators

2006-03-01 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-169?page=all ] Mike Kienenberger updated TOMAHAWK-169: --- add message attribute to all validators --- Key: TOMAHAWK-169 URL:

[jira] Commented: (TOMAHAWK-169) add message attribute to all validators

2006-03-01 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-169?page=comments#action_12368421 ] Mike Kienenberger commented on TOMAHAWK-169: Patch applied for RegExp validator. Still needed for others. add message attribute to all validators

[jira] Commented: (TOMAHAWK-163) convert more Tomahawk docs from xdoc to APT format

2006-03-01 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-163?page=comments#action_12368426 ] Mike Kienenberger commented on TOMAHAWK-163: Ugh. I just noticed that the xdocs for ExtensionsFilter are wrong. They're not the latest version. I'm

Re: Status of ADF Faces Incubation Request

2006-03-01 Thread Craig McClanahan
Ping?Is this thing on?CraigOn 2/28/06, Craig McClanahan [EMAIL PROTECTED] wrote: On February 19, 2006, Manfred Geiler (MyFaces PMC Chair) sent a candidate podling proposal to [EMAIL PROTECTED], cc'd to the MyFaces developer list[1]. Could you please let us know the current acceptance status of

JIRA configuration

2006-03-01 Thread Dennis Byrne
Have we given users the ability to reopen issues or was this a mishap? http://issues.apache.org/jira/browse/MYFACES-1158?page=all I predict this will cause problems. I cannot say that I am still pro-patch available in the JIRA. People keep changing this w/out providing patches.

Re: Myfaces Wiki Update of Building With Maven by MikeKienenberger

2006-03-01 Thread Mario Ivankovits
Hi Manfred! Is there no easy way to add a jar as Source in eclipse? It looks like this is not possible, at least I dont see how to do it. What will be possible is to add myfaces-shared-impl-2.0.0-SNAPSHOT.jar (the classes) to the classpath and attach