[jira] Commented: (TOMAHAWK-205) inputCalendar Popup positioned incorrectly in scrollable div

2007-03-29 Thread Martin Grotzke (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485104 ] Martin Grotzke commented on TOMAHAWK-205: - Hi Werner, this solution does not work for us, the calendar

[jira] Created: (MYFACES-1580) SelectOne has problems accepting non-String values

2007-03-29 Thread Alexander Sparkowsky (JIRA)
SelectOne has problems accepting non-String values -- Key: MYFACES-1580 URL: https://issues.apache.org/jira/browse/MYFACES-1580 Project: MyFaces Core Issue Type: Bug Affects Versions:

[jira] Created: (TOMAHAWK-946) HtmlCheckboxRenderer - change method access modifier

2007-03-29 Thread Michael Heinen (JIRA)
HtmlCheckboxRenderer - change method access modifier Key: TOMAHAWK-946 URL: https://issues.apache.org/jira/browse/TOMAHAWK-946 Project: MyFaces Tomahawk Issue Type: Improvement

[jira] Created: (TOBAGO-341) show the translation animation or AjaxLoad images when there is an ajax request.

2007-03-29 Thread Madan Chowdary (JIRA)
show the translation animation or AjaxLoad images when there is an ajax request. Key: TOBAGO-341 URL: https://issues.apache.org/jira/browse/TOBAGO-341 Project: MyFaces

[jira] Commented: (TOMAHAWK-946) HtmlCheckboxRenderer - change method access modifier

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485183 ] Mike Kienenberger commented on TOMAHAWK-946: That seems reasonable (it's in tomahawk, yes?). Submit a

Trying to get sandbox examples working with Eclipse/JettyLauncher

2007-03-29 Thread Mike Kienenberger
Well, I decided to try to download the latest svn snapshot and start working. myfaces-example-simple works fine. However, I notice that there's now a sandbox examples dependency on spring that wasn't there before, and it's generating errors when I try to run the sandbox examples inside Eclipse

Re: Trying to get sandbox examples working with Eclipse/JettyLauncher

2007-03-29 Thread Mike Kienenberger
Suspecting that I didn't need to work with any examples involving spring, I commented out the two listener entries in the web.xml file. The rest of them now run, but this stuff should be working out of the box. On 3/29/07, Mike Kienenberger [EMAIL PROTECTED] wrote: Well, I decided to try to

[jira] Commented: (TOMAHAWK-945) Split the PPR Example into smaller easy to understand Examples with explanations

2007-03-29 Thread Jeff Bischoff (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485204 ] Jeff Bischoff commented on TOMAHAWK-945: Are you volunteering, Ernst? :) Split the PPR Example into

Re: [sandbox] autoUpdateDataTable

2007-03-29 Thread Gerald Müllan
Well, the same outcome can be performed by using ppr in combination with the automatically refreshing mechanism. This is the more generic way, so a special component which achieves the same should be dropped. The only thing is, that some user may use AutoUpdateDataTable, but these are

Re: [sandbox] autoUpdateDataTable

2007-03-29 Thread Matthias Wessendorf
I mean, it's sandbox and since there was a reason for setting it to deprecated, it seems reasonable to remove; sandbox I'd not consider as a stable API... At least we should remove the demo... -M On 3/29/07, Gerald Müllan [EMAIL PROTECTED] wrote: Well, the same outcome can be performed by

[jira] Updated: (TOMAHAWK-946) HtmlCheckboxRenderer - change method access modifier

2007-03-29 Thread Michael Heinen (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Heinen updated TOMAHAWK-946: Status: Patch Available (was: Open) HtmlCheckboxRenderer - change method access

Re: [sandbox] autoUpdateDataTable

2007-03-29 Thread Gerald Müllan
Ok, let`s remove the demo and leave the component as deprecated. On 3/29/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: I mean, it's sandbox and since there was a reason for setting it to deprecated, it seems reasonable to remove; sandbox I'd not consider as a stable API... At least we

Re: [sandbox] autoUpdateDataTable

2007-03-29 Thread Bruno Aranda
I am with Mathias that we should remove completely those components in the API that fail and are not maintained. I see no need to keep them in the API if they are not supported now already. Maybe we could define the set of conditions to remove a component from the sandbox (we already have the

Re: [sandbox] autoUpdateDataTable

2007-03-29 Thread Matthias Wessendorf
Yeah, deprecated is a nice condition ... It is more a pain to have an unmaintained component in a *sandbox* than simple remove it. On 3/29/07, Bruno Aranda [EMAIL PROTECTED] wrote: I am with Mathias that we should remove completely those components in the API that fail and are not

[jira] Updated: (TOMAHAWK-946) HtmlCheckboxRenderer - change method access modifier

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Kienenberger updated TOMAHAWK-946: --- Resolution: Fixed Fix Version/s: 1.1.6-SNAPSHOT Assignee: Mike

[jira] Updated: (TOMAHAWK-941) Make ExcelExport work for suffixes other than *.jsf, for example when using *.faces or *.xhtml

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Kienenberger updated TOMAHAWK-941: --- Resolution: Fixed Fix Version/s: 1.1.6-SNAPSHOT Assignee: Mike

Rewording There should always be a submitted value for an input if it is rendered, its form is submitted, and it is not disabled or read-only.

2007-03-29 Thread Mike Kienenberger
If the input for a component is set to disabled via javascript, the following warning occurs. There should always be a submitted value for an input if it is rendered, its form is submitted, and it is not disabled or read-only. This is not true if the component is set to read-only via

[jira] Commented: (MYFACES-1569) Error message when input text is disabled or readOnly

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485238 ] Mike Kienenberger commented on MYFACES-1569: Considering this rewrite: = There should always

Re: Trying to get sandbox examples working with Eclipse/JettyLauncher

2007-03-29 Thread Mike Kienenberger
I'm using jetty 5.1.10, not tomcat. It seems unlikely that it'd be pulling asm or cglib from elsewhere. I'm using java 1.4.2 -- would that cause an issue? On 3/29/07, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi Mike! Spring seems like overkill for the examples, but as long as it works, I

[jira] Resolved: (MYFACES-1569) Error message when input text is disabled or readOnly

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Kienenberger resolved MYFACES-1569. Resolution: Fixed Fix Version/s: 1.1.6-SNAPSHOT Assignee: Mike

[jira] Commented: (TOMAHAWK-466) WARNING: HTML nesting warning on closing tbody: element tr rendered by component

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485242 ] Mike Kienenberger commented on TOMAHAWK-466: Tim, It'd be easier to fix this if you supplied a patch

Re: [sandbox] autoUpdateDataTable

2007-03-29 Thread Matthias Wessendorf
If I don't hear comments against it, I'll do it in some days (to give feedback a chance ;-)) -M On 3/29/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Yeah, deprecated is a nice condition ... It is more a pain to have an unmaintained component in a *sandbox* than simple remove it. On

[jira] Resolved: (TOMAHAWK-918) Url for jscookmenu has changed on xdocs.

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Kienenberger resolved TOMAHAWK-918. Resolution: Fixed Fix Version/s: 1.1.6-SNAPSHOT Fixed in revision 514499.

Re: Rewording There should always be a submitted value for an input if it is rendered, its form is submitted, and it is not disabled or read-only.

2007-03-29 Thread Jeff Bischoff
Mike, It's great that you're working on this. I was definately a bit confused the first time I ever ran into that error message. I think your revisions are a big improvement. I see only one bit of ambiguity in the new message, the line: + You cannot submit a form after disabling an input

JSP viewhandler: automatic id warning when using masterDetail.jsf

2007-03-29 Thread Mike Kienenberger
I'm not going to try to track this one down since I don't do jsp. But here's a strange warning -- UIViewRoot got assigned an automatic id in masterDetail.jsf. INFO: WARNING: Component _id0 just got an automatic id, because there was no id assigned yet. If this component was created dynamically

Re: Rewording There should always be a submitted value for an input if it is rendered, its form is submitted, and it is not disabled or read-only.

2007-03-29 Thread Mike Kienenberger
I don't know the answer either. However, I suspect as soon as someone gets the error, they'll find out -- it'll either be a warning or a fatality :-) On 3/29/07, Jeff Bischoff [EMAIL PROTECTED] wrote: Mike, It's great that you're working on this. I was definately a bit confused the first

[jira] Commented: (TOMAHAWK-538) dataScoller displays wrong page after increasing row count on dataTable resulting in page count which is smaller than last displayed page.

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485266 ] Mike Kienenberger commented on TOMAHAWK-538: I went ahead and enhanced the datascroller.jsf example so

Re: Rewording There should always be a submitted value for an input if it is rendered, its form is submitted, and it is not disabled or read-only.

2007-03-29 Thread Martin Marinschek
+1 - even though there is some other options why this message would show up, but this is probably the most common one. form submission will still happen, by the way, it's just an undefined state for value processing. regards, Martin On 3/29/07, Mike Kienenberger [EMAIL PROTECTED] wrote: I

RE: [jira] Updated: (TOMAHAWK-946) HtmlCheckboxRenderer - change method access modifier

2007-03-29 Thread Michael Heinen
Thanks for quick fix. I was not aware of this option regarding the full path. I try to figure it out for the next patch :-) Cheers, Michael -Original Message- From: Mike Kienenberger (JIRA) [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 29. März 2007 17:31 To: Michael Heinen Subject:

[jira] Updated: (TOMAHAWK-914) t:dataTable style attributes don't work with Facelets

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Kienenberger updated TOMAHAWK-914: --- Resolution: Fixed Fix Version/s: 1.1.6-SNAPSHOT Status: Resolved

Re: [sandbox] autoUpdateDataTable

2007-03-29 Thread Martin Marinschek
and good to me.. regards, Martin On 3/29/07, Mike Kienenberger [EMAIL PROTECTED] wrote: Sounds good to me. On 3/29/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: If I don't hear comments against it, I'll do it in some days (to give feedback a chance ;-)) -M On 3/29/07, Matthias

Re: [sandbox] autoUpdateDataTable

2007-03-29 Thread Mike Kienenberger
Actually, I'm not so sure now. It looks like we have at least one person submitting patches for this component. Should it really be deprecated? Is there an equivalent replacement? If not, and someone is providing patches, I think we should consider keeping it.

Re: [sandbox] autoUpdateDataTable

2007-03-29 Thread Matthias Wessendorf
Ok, but the demo says use pprPeriodicalUpdate http://example.irian.at/example-sandbox-20070329/pprPanelGroupPeriodicalUpdate.jsf So, when that is maintained by a committer and the other not, we shoudl get rid of it -M On 3/29/07, Mike Kienenberger [EMAIL PROTECTED] wrote: Actually, I'm

[jira] Updated: (TOMAHAWK-728) newspaperColumns attribute ignores EL expression

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Kienenberger updated TOMAHAWK-728: --- Status: Open (was: Patch Available) newspaperColumns attribute ignores EL

[jira] Commented: (TOMAHAWK-728) newspaperColumns attribute ignores EL expression

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485290 ] Mike Kienenberger commented on TOMAHAWK-728: Michael, This sounds like a good patch. However, you

[jira] Commented: (TOMAHAWK-728) newspaperColumns attribute ignores EL expression

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485293 ] Mike Kienenberger commented on TOMAHAWK-728: Oops. Apparently I already said this earlier -- I had

[jira] Updated: (TOMAHAWK-523) rowStyleClass does not resolve to an EL of var

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Kienenberger updated TOMAHAWK-523: --- Resolution: Fixed Fix Version/s: 1.1.6-SNAPSHOT Status: Resolved

Re: [sandbox] autoUpdateDataTable

2007-03-29 Thread Mike Kienenberger
That's what I was asking -- is there an equivalent replacement? Maybe pprPeriodicalUpdate? I haven't used either, so I wouldn't know. On 3/29/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Ok, but the demo says use pprPeriodicalUpdate http://example.irian.at/example-sandbox-20070329

[jira] Updated: (TOMAHAWK-945) Split the PPR Example into smaller easy to understand Examples with explanations

2007-03-29 Thread Ernst Fastl (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ernst Fastl updated TOMAHAWK-945: - Status: Patch Available (was: Open) Split the PPR Example into smaller easy to understand

renderMessages in common.js produces root - object has no properties JS error

2007-03-29 Thread Ernst Fastl
Hi! I just split the PPR example into few simpler, easier to understand examples. see TOMAHAWK-945 patch While doing so I noticed, that the commandLinks in the examples won't submit in firefox (haven't tried other browsers so far). In the file common.js the renderMessages function gets called

[jira] Commented: (TOMAHAWK-476) Support for HtmlInputDate in HtmlFocus

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485303 ] Mike Kienenberger commented on TOMAHAWK-476: Changing patch to this: - +

[jira] Updated: (TOMAHAWK-520) TabbedPane Component creates two tags with the same id

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Kienenberger updated TOMAHAWK-520: --- Resolution: Fixed Fix Version/s: 1.1.6-SNAPSHOT Assignee: Mike

Re: Ochestra Site

2007-03-29 Thread Manfred Geiler
group addition requested. please stay tuned... On 3/29/07, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi Manfred! Try a id -Gn on the command line. Does it print the group myfaces? No, it doesn't. Ciao, Mario -- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and

Re: Ochestra Site

2007-03-29 Thread Mario Ivankovits
Hi Manfred! group addition requested. please stay tuned... Ok - thanks. If you don't mind I'll tune to Slay Radio in the meanwhile only interesting if you owned a C64 ;-) Ciao, Mario

[jira] Updated: (TOMAHAWK-145) Firefox fails to render autoUpdateDataTable styles specified by the rowClasses attribute

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Kienenberger updated TOMAHAWK-145: --- Status: Open (was: Patch Available) Firefox fails to render autoUpdateDataTable

[jira] Commented: (TOMAHAWK-145) Firefox fails to render autoUpdateDataTable styles specified by the rowClasses attribute

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485316 ] Mike Kienenberger commented on TOMAHAWK-145: Am I missing something? I see no patch available for

Re: continuum down?

2007-03-29 Thread Manfred Geiler
On 3/29/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 3/28/07, Manfred Geiler [EMAIL PROTECTED] wrote: Hi Wendy! Hi all! What happened to continuum? Is it down? Just tried to login as mrmaven. No success. Has the password changed? (Can someone please send me the password) What steps are

[jira] Updated: (TOMAHAWK-476) Support for HtmlInputDate in HtmlFocus

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Kienenberger updated TOMAHAWK-476: --- Resolution: Fixed Status: Resolved (was: Patch Available) Rog, I've

Re: continuum down?

2007-03-29 Thread Mike Kienenberger
So are these build errors really my fault? Or is continuum just messed up? Everything builds without errors when I do a mvn clean install on my system. On 3/29/07, Manfred Geiler [EMAIL PROTECTED] wrote: On 3/29/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 3/28/07, Manfred Geiler [EMAIL

[jira] Updated: (TOMAHAWK-127) Some components do not render valid html

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Kienenberger updated TOMAHAWK-127: --- Status: Open (was: Patch Available) Some components do not render valid html

[jira] Commented: (TOMAHAWK-127) Some components do not render valid html

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485327 ] Mike Kienenberger commented on TOMAHAWK-127: Cancelling patch since it hasn't been valid for 6 months.

[jira] Updated: (TOMAHAWK-33) Tomahawk's use of HttpServletRequest breaks JSF Portlets

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Kienenberger updated TOMAHAWK-33: -- Status: Open (was: Patch Available) Tomahawk's use of HttpServletRequest breaks JSF

[jira] Commented: (TOMAHAWK-33) Tomahawk's use of HttpServletRequest breaks JSF Portlets

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485334 ] Mike Kienenberger commented on TOMAHAWK-33: --- Blazej Kepa, Your patch looks great. Unfortunately, it's

Re: continuum down?

2007-03-29 Thread Mike Kienenberger
Apparently not my fault: [INFO] [site:site] [WARNING] Error loading report org.apache.maven.changelog.ChangeLogReport - AbstractMethodError: canGenerateReport() [WARNING] Error loading report org.apache.maven.changelog.DeveloperActivityReport - AbstractMethodError: canGenerateReport() [WARNING]

Re: Ochestra Site

2007-03-29 Thread Mario Ivankovits
Hi! group addition requested. please stay tuned... Thanks! It works now Ciao, Mario

[jira] Commented: (MYFACES-1527) Problem with the jsp files in myface-examples simple.war

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485335 ] Mike Kienenberger commented on MYFACES-1527: This sounds like something that needs to be fixed.

[jira] Updated: (MYFACES-1527) Problem with the jsp files in myface-examples simple.war

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Kienenberger updated MYFACES-1527: --- Status: Open (was: Patch Available) Problem with the jsp files in

Re: continuum down?

2007-03-29 Thread Wendy Smoak
On 3/29/07, Mike Kienenberger [EMAIL PROTECTED] wrote: Apparently not my fault: [ERROR] BUILD ERROR [INFO] [INFO] Error during page generation Embedded error: Error rendering Maven report: Unable to find configuration file

Re: continuum down?

2007-03-29 Thread Wendy Smoak
On 3/29/07, Manfred Geiler [EMAIL PROTECTED] wrote: Doesn't work for ssh What does that mean? mrmaven is a unix user. why can't I login with that user? I attempted both login as mrmaven and su to mrmaven. No success. My intention was to run the start_continuum-1.1.sh script as mrmaven. I

Re: [sandbox] autoUpdateDataTable

2007-03-29 Thread Glauco Pimentel Gomes
, but the demo says use pprPeriodicalUpdate http://example.irian.at/example-sandbox-20070329/pprPanelGroupPeriodicalUpdate.jsf So, when that is maintained by a committer and the other not, we shoudl get rid of it -M On 3/29/07, Mike Kienenberger [EMAIL PROTECTED] wrote: Actually, I'm not so sure now

[jira] Commented: (TOMAHAWK-912) HtmlDataTable's column groupBy should work with HtmlCommandLinks ...

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485351 ] Mike Kienenberger commented on TOMAHAWK-912: You'll need to provide this in the form of a patch,

[jira] Updated: (TOMAHAWK-912) HtmlDataTable's column groupBy should work with HtmlCommandLinks ...

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Kienenberger updated TOMAHAWK-912: --- Status: Open (was: Patch Available) HtmlDataTable's column groupBy should work

[jira] Updated: (TOMAHAWK-913) Layout of DataTable with groups + alternating rowStyles looks really bad

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Kienenberger updated TOMAHAWK-913: --- Status: Open (was: Patch Available) Layout of DataTable with groups +

[jira] Commented: (TOMAHAWK-913) Layout of DataTable with groups + alternating rowStyles looks really bad

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485352 ] Mike Kienenberger commented on TOMAHAWK-913: You need to provide patches in unified diff format. I

Re: [sandbox] autoUpdateDataTable

2007-03-29 Thread Gerald Müllan
either, so I wouldn't know. On 3/29/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Ok, but the demo says use pprPeriodicalUpdate http://example.irian.at/example-sandbox-20070329/pprPanelGroupPeriodicalUpdate.jsf So, when that is maintained by a committer and the other not, we shoudl

[jira] Updated: (MYFACES-1295) wrong Converter on Arraytypes

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Kienenberger updated MYFACES-1295: --- Status: Open (was: Patch Available) wrong Converter on Arraytypes

[jira] Commented: (MYFACES-1295) wrong Converter on Arraytypes

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485354 ] Mike Kienenberger commented on MYFACES-1295: Removing patch available status -- no patch available in

[jira] Commented: (TOMAHAWK-945) Split the PPR Example into smaller easy to understand Examples with explanations

2007-03-29 Thread JIRA
[ https://issues.apache.org/jira/browse/TOMAHAWK-945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485356 ] Gerald Müllan commented on TOMAHAWK-945: I will commit the patch so far, but leave this issue open because

Re: [sandbox] autoUpdateDataTable

2007-03-29 Thread Mike Kienenberger
, but the demo says use pprPeriodicalUpdate http://example.irian.at/example-sandbox-20070329/pprPanelGroupPeriodicalUpdate.jsf So, when that is maintained by a committer and the other not, we shoudl get rid of it -M On 3/29/07, Mike Kienenberger [EMAIL PROTECTED] wrote

Re: [sandbox] autoUpdateDataTable

2007-03-29 Thread Glauco Pimentel Gomes
-20070329/pprPanelGroupPeriodicalUpdate.jsf So, when that is maintained by a committer and the other not, we shoudl get rid of it -M On 3/29/07, Mike Kienenberger [EMAIL PROTECTED] wrote: Actually, I'm not so sure now. It looks like we have at least one person submitting patches

[jira] Resolved: (TOMAHAWK-942) Renderer set in extended html component jsp tag handler rather than in component class

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Kienenberger resolved TOMAHAWK-942. Resolution: Fixed Fix Version/s: 1.1.6-SNAPSHOT Assignee: Mike

[jira] Created: (TOMAHAWK-947) Content of the popup is not displayed properly with RI 1.2

2007-03-29 Thread Andrzej Jakubowski (JIRA)
Content of the popup is not displayed properly with RI 1.2 -- Key: TOMAHAWK-947 URL: https://issues.apache.org/jira/browse/TOMAHAWK-947 Project: MyFaces Tomahawk Issue Type: Bug

[jira] Created: (TOMAHAWK-948) Deprecate AutoUpdateDataTable; Replace with pprPeriodicalUpdate

2007-03-29 Thread Mike Kienenberger (JIRA)
Deprecate AutoUpdateDataTable; Replace with pprPeriodicalUpdate --- Key: TOMAHAWK-948 URL: https://issues.apache.org/jira/browse/TOMAHAWK-948 Project: MyFaces Tomahawk Issue Type:

[jira] Commented: (TOMAHAWK-947) Content of the popup is not displayed properly with RI 1.2

2007-03-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485376 ] Mike Kienenberger commented on TOMAHAWK-947: Please submit this in the form of a unified diff patch.

java.lang.String.contains (java.lang.String) should be removed [Was: svn commit: r523853]

2007-03-29 Thread Mike Kienenberger
Looks like you failed to try compiling it under Java 1.4.2. A 1.5-ism is committed to the code. E:\workspaces\myfaces\myfaces-2007-03-29-1000\tomahawk\sandbox\examples\src\main \java\org\apache\myfaces\examples\ppr\PPRExampleBean.java:[74,29] cannot resolve symbol symbol : method contains

Re: java.lang.String.contains (java.lang.String) should be removed [Was: svn commit: r523853]

2007-03-29 Thread Mike Kienenberger
Never mind. I figured out a quick fix, but you might want to double-check my work. On 3/29/07, Mike Kienenberger [EMAIL PROTECTED] wrote: Looks like you failed to try compiling it under Java 1.4.2. A 1.5-ism is committed to the code.

Re: In response to : Request to remove some of the attachments in a specific new component, Jira TOMAHAWK-829

2007-03-29 Thread Mike Kienenberger
Well, you should be asking about this on the myfaces dev mailing list, so I'm cc'ing my response there. My personal opinion is that any table functionality should be merged into the existing t:dataTable. We want to have one component that can do everything rather than a bunch of different

Re: In response to : Request to remove some of the attachments in a specific new component, Jira TOMAHAWK-829

2007-03-29 Thread Jihoon Kim
I too thought originally to try and develop using the existing dataTable, since that would minimize possible bugs and issues and also minimize the learning curve of learning the new components. However, as what I tried to do is create a one to one mapping between a DynamicTable component to

[jira] Created: (TOMAHAWK-949) inputDate / inputCalendar don't have a date range to limit user selection on the calendar popped up

2007-03-29 Thread Sunny Wu (JIRA)
inputDate / inputCalendar don't have a date range to limit user selection on the calendar popped up Key: TOMAHAWK-949 URL:

Re: [sandbox] autoUpdateDataTable

2007-03-29 Thread Martin Marinschek
replacement? Maybe pprPeriodicalUpdate? I haven't used either, so I wouldn't know. On 3/29/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Ok, but the demo says use pprPeriodicalUpdate http://example.irian.at/example-sandbox-20070329/pprPanelGroupPeriodicalUpdate.jsf So, when

Re: [sandbox] autoUpdateDataTable

2007-03-29 Thread Matthias Wessendorf
wouldn't know. On 3/29/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Ok, but the demo says use pprPeriodicalUpdate http://example.irian.at/example-sandbox-20070329/pprPanelGroupPeriodicalUpdate.jsf So, when that is maintained by a committer and the other not, we