[jira] Commented: (MYFACES-908) jscookmenu: images do not appear

2006-01-20 Thread Daniel Lefevre (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-908?page=comments#action_12363376 ] Daniel Lefevre commented on MYFACES-908: To allow the reverse proxy to change dynamically the path, it should be given in an element modified by the proxy, such as

[jira] Created: (MYFACES-1045) formatInt does not accept numerical values, which causes JS exception when selecting year from dropdown list.

2006-01-20 Thread Stephane Vandenbussche (JIRA)
formatInt does not accept numerical values, which causes JS exception when selecting year from dropdown list. - Key: MYFACES-1045 URL:

[jira] Updated: (MYFACES-1045) formatInt does not accept numerical values, which causes JS exception when selecting year from dropdown list.

2006-01-20 Thread Stephane Vandenbussche (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1045?page=all ] Stephane Vandenbussche updated MYFACES-1045: Attachment: popcalendar.js This file contains the fix that allows formatint to be more robust and solves the numerical value bug.

Re: [maven] Need help with the nightly builds

2006-01-20 Thread Bruno Aranda
I would also avoid the transitive dependencies in the bin assemblies, but not for the examples as I would expect them to be working just deploying them in my application server, Regards, Bruno 2006/1/20, Jesse Alexander (KBSA 21) [EMAIL PROTECTED]: Why do you think others are ignoring it? ;-)

findComponent, dataTable, messages

2006-01-20 Thread Martin Marinschek
Hi *, I am having the following problem: whenever I use dataTables - and use messages alongside, or AJAX, or other stuff using findComponent - I have the problem that I can't work with the components that are children of the dataTables if I call a findComponent. Of course - I won't find the

Re: findComponent, dataTable, messages

2006-01-20 Thread Simon Kitching
On Fri, 2006-01-20 at 11:57 +0100, Martin Marinschek wrote: Hi *, I am having the following problem: whenever I use dataTables - and use messages alongside, or AJAX, or other stuff using findComponent - I have the problem that I can't work with the components that are children of the

Re: findComponent, dataTable, messages

2006-01-20 Thread Martin Marinschek
Example 1: try to use an input-field in your data-table, and look at the output of the h:messages - the messages won't indicate the row of the component in the dataTable - they can't, due to this problem. Example 2: try to use the new AJAX-form components (which rely on the usage of

[jira] Commented: (MYFACES-1038) Schedule component in Sandbox fails to run on WebSphere Application Server 5.1.1.8

2006-01-20 Thread Jay Xu (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1038?page=comments#action_12363387 ] Jay Xu commented on MYFACES-1038: - I found out what the problem was: There were duplicate entries for id for the schedule component in myfaces_sandbox.tld. Tomcat 5.5 is

Re: [maven] Need help with the nightly builds

2006-01-20 Thread Manfred Geiler
2006/1/20, Bruno Aranda [EMAIL PROTECTED]: I would also avoid the transitive dependencies in the bin assemblies, but not for the examples as I would expect them to be working just deploying them in my application server, Agreed +1 Manfred

Re: findComponent, dataTable, messages

2006-01-20 Thread Volker Weber
Hi, Martin Marinschek wrote: Example 1: try to use an input-field in your data-table, and look at the output of the h:messages - the messages won't indicate the row of the component in the dataTable - they can't, due to this problem. how will you solve this with the executeOnComponent method?

Re: findComponent, dataTable, messages

2006-01-20 Thread Simon Kitching
Ok. I think I seehere's my understanding of the issue; please correct me if I've misinterpreted. The problem is when you've got an id of form form:table:3:component, eg received via an ajax call. Just adding a colon to the front forms an absolute path that findComponent can use to locate

Re: findComponent, dataTable, messages

2006-01-20 Thread Martin Marinschek
Simon, you understood me exactly. I could never have expressed it this way in English, though, thank you ;) About the fragility: thing is that a component is a black box in JSF - for every phase (decodes, updates, validations, etc...) but not for this findComponent issue. I believe it needs to

Re: findComponent, dataTable, messages

2006-01-20 Thread Martin Marinschek
No we can't - you'd have to reset that rowIndex thing after the component that called setRowIndex has finished processing the component. you don't know when that will be. regards, Martin On 1/20/06, Volker Weber [EMAIL PROTECTED] wrote: Hi, Martin Marinschek wrote: Example 1: try to use

Re: findComponent, dataTable, messages

2006-01-20 Thread Martin Marinschek
As for your final question - just like Simon indicated it should work ;) regards, Martin On 1/20/06, Martin Marinschek [EMAIL PROTECTED] wrote: No we can't - you'd have to reset that rowIndex thing after the component that called setRowIndex has finished processing the component. you don't

Re: findComponent, dataTable, messages

2006-01-20 Thread Mario Ivankovits
Hi! It does sound a little fragile, though. It means treating UIData components specially which I don't like. Any use of instanceof in an OO program is a warning sign. Or can the UIData override findComponent on itself to manage that transparently? If so, that would be nice. Possibly

Re: findComponent, dataTable, messages

2006-01-20 Thread Martin Marinschek
Well, we won't be able to do this on UIComponent. The problem is, that we can't extend the API - that's fixed. So there'll be the need for some extra-handling to be done outside of UIComponent, and also for some instanceOfs. Of course not instanceOf for UIData, but some generic marker

Re: findComponent, dataTable, messages

2006-01-20 Thread Mario Ivankovits
Hi Martin! we won't be able to do this on UIComponent. The problem is, that we can't extend the API - that's fixed. Even if you make it protected? You can use reflection then to call the entry point. Of course not instanceOf for UIData, but some generic marker interface. Marker interface? I

Re: findComponent, dataTable, messages

2006-01-20 Thread Martin Marinschek
ad 1) no - not even protected is allowed. The problem is that you don't want an application to rely on a certain implementation of the api - you change the api, and nothing works anymore ;) ad 2) yes, well, instanceof to UIData is bad. There I'm completely d'accord with Simon. But an instanceof

Re: findComponent, dataTable, messages

2006-01-20 Thread Mario Ivankovits
Hi ad 1) no - not even protected is allowed. The problem is that you don't want an application to rely on a certain implementation of the api - you change the api, and nothing works anymore ;) Ok, thats bad. ad 2) yes, well, instanceof to UIData is bad. There I'm completely d'accord with

RE: findComponent, dataTable, messages

2006-01-20 Thread Abrams, Howard A
AFAIK, findComponent on a Table items works in the RI. (I found a note to myself from last august to figure out why MyFaces does not :) ). Because the table is a naming container, I believe you can override its findComponent method to do the right thing. I imagine this is what the RI's

Re: Myfaces new site design

2006-01-20 Thread Travis Reeder
Just my 2 cents, I like proposal B because it's different than other projects. Proposal A looks the same as every other project.TravisOn 1/18/06, Greg Reddin [EMAIL PROTECTED] wrote: On Jan 18, 2006, at 11:05 AM, [EMAIL PROTECTED] [EMAIL PROTECTED]wrote: Eye tracking studies confirm that peoples

Re: [maven] Need help with the nightly builds

2006-01-20 Thread Bernd Bohmann
-1 If you have a dependency to a snapshot version you should/must include the transitive dependencies in the bin assembly. But we can create two assemblies one with all dependencies and one without. What is the problem about this. We should provide a simple solution for the normal user.

Re: [maven] Need help with the nightly builds

2006-01-20 Thread Sean Schofield
-1 If you have a dependency to a snapshot version you should/must include the transitive dependencies in the bin assembly. But we can create two assemblies one with all dependencies and one without. What is the problem about this. We should provide a simple solution for the normal user. If

Re: [maven] Need help with the nightly builds

2006-01-20 Thread Arvid Hülsebus
Hello! Which Apache projects do not ship required dependencies in their binaries? I just checked a few projects, which do: velocity-1.4.tar.gz turbine-2.3.2.tar.gz jakarta-cactus-12-1.7.1.zip struts-1.2.8-bin.zip jakarta-jmeter-2.1.1.zip axis-bin-1_3.zip fop-0.20.5-bin.zip xmlbeans-2.1.0.zip

Re: [maven] Need help with the nightly builds

2006-01-20 Thread Sean Schofield
Arvid, You are right. I guess many of the ASF projects do in fact ship with the dependencies. I didn't think Struts did but I guess I forgot. Of course these days I just build Struts from the source ... In the past MyFaces has *not* shipped with all of these dependencies. Most people have