Re: JSF 1.2 [was: Cancelled: JavaOne MyFaces Committers/Contributors meeting]

2006-05-18 Thread Thomas Spiegl
I'm having a look at tomahawk 416 +1 for creating a 1.2 branch On 5/18/06, Stan Silvert <[EMAIL PROTECTED]> wrote: I have implemented most of the new core API's and fixed most of the deprecated ones to be backwards compatible with 1.1 (if you look at the 1.2 javadocs you'll see what I mean). I

Re: dojo

2006-05-18 Thread Gerald Müllan
It`s ok to me! Dojo api doesn`t seem to change much since 0.2.2. Since the new release has coming out, dojo also has a new website, and - what is more important - the examples are now well integrated into it! Url has not changed: http://www.dojotoolkit.org/ cheers, Gerald On 5/18/06, Werner

Re: dojo

2006-05-18 Thread Werner Punz
Gerald Müllan schrieb: > It`s ok to me! > > Dojo api doesn`t seem to change much since 0.2.2. > > Since the new release has coming out, dojo also has a new website, and > - what is more important - the examples are now well integrated into > it! > > Url has not changed: > > http://www.dojotoolk

[jira] Commented: (TOMAHAWK-98) Tabs in panelTabbedPane are shown as buttons on IExplorer

2006-05-18 Thread JIRA
[ http://issues.apache.org/jira/browse/TOMAHAWK-98?page=comments#action_12412320 ] Gerald Müllan commented on TOMAHAWK-98: --- Thx for your confirmation. I had put the hack to svn head; but leaving this issue opened. The button problem should be solved

[jira] Commented: (TOBAGO-69) t:image does not support a png image with a transparent background - displays background as mid-grey

2006-05-18 Thread Philippe Hennes (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-69?page=comments#action_12412344 ] Philippe Hennes commented on TOBAGO-69: --- There is a bug regarding png images in IE. IE ist not capable of displaying 8bit png's with alpha transparency without an proprie

[jira] Created: (TOBAGO-71) org.apache.myfaces.tobago.component.UIGridLayout.Row not serializable exception

2006-05-18 Thread Richard van Nieuwenhoven (JIRA)
org.apache.myfaces.tobago.component.UIGridLayout.Row not serializable exception --- Key: TOBAGO-71 URL: http://issues.apache.org/jira/browse/TOBAGO-71 Project: MyFaces Tobago Type: Bug V

[jira] Updated: (TOBAGO-71) org.apache.myfaces.tobago.component.UIGridLayout.Row not serializable exception

2006-05-18 Thread Richard van Nieuwenhoven (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-71?page=all ] Richard van Nieuwenhoven updated TOBAGO-71: --- Status: Patch Available (was: Open) > org.apache.myfaces.tobago.component.UIGridLayout.Row not serializable > exception > ---

[jira] Reopened: (TOBAGO-68) Layoutrenderer couses nullpointer exception when layouting pannels

2006-05-18 Thread Richard van Nieuwenhoven (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-68?page=all ] Richard van Nieuwenhoven reopened TOBAGO-68: sorry, but the hotfix is not applied in 1.0.8-SNAPSHOT (rechecked it just now) > Layoutrenderer couses nullpointer exception when layou

[jira] Commented: (TOBAGO-68) Layoutrenderer couses nullpointer exception when layouting pannels

2006-05-18 Thread Udo Schnurpfeil (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-68?page=comments#action_12412377 ] Udo Schnurpfeil commented on TOBAGO-68: --- Oh, I'm very sorry!!! Seems I've committed the wrong file. Now I've commited the right one, hopefully ;-) > Layoutrenderer couse

[jira] Created: (TOMAHAWK-439) Tree2 facets and duplicate IDs

2006-05-18 Thread Chris Hane (JIRA)
Tree2 facets and duplicate IDs -- Key: TOMAHAWK-439 URL: http://issues.apache.org/jira/browse/TOMAHAWK-439 Project: MyFaces Tomahawk Type: Bug Components: Tree2 Versions: 1.1.3-SNAPSHOT Environment: java 1.5 myfaces 1.1.3 tom

Re: Make DummyForm RI compatible

2006-05-18 Thread Martin Marinschek
Well, that was the old dummyForm stuff we're trying to get rid of here. Mario, there is no problem with that - if you can ensure that on postback, when the JSP is processed one more time, all components are found and not recreated from scratch. I'm worried about findComponent not working anymore

Re: JSF 1.2 [was: Cancelled: JavaOne MyFaces Committers/Contributors meeting]

2006-05-18 Thread Martin Marinschek
Manfred, can you go ahead with that 1.2 branch? regards, Martin On 5/18/06, Thomas Spiegl <[EMAIL PROTECTED]> wrote: I'm having a look at tomahawk 416 +1 for creating a 1.2 branch On 5/18/06, Stan Silvert <[EMAIL PROTECTED]> wrote: > I have implemented most of the new core API's and fixed mo

Re: JSF 1.2 [was: Cancelled: JavaOne MyFaces Committers/Contributors meeting]

2006-05-18 Thread Sean Schofield
You want a 1.2 branch for core only using the latest trunk right? I can create it for you if you want ... Sean On 5/18/06, Martin Marinschek <[EMAIL PROTECTED]> wrote: Manfred, can you go ahead with that 1.2 branch? regards, Martin On 5/18/06, Thomas Spiegl <[EMAIL PROTECTED]> wrote: > I'm

Re: Make DummyForm RI compatible

2006-05-18 Thread Mario Ivankovits
Hi! Sorry. I wont put any additional effort into the dummyForm stuff as I think this useless stuff. Sorry if this sounds too harsh, dont know a better english wording yet ;-) Once we have the chance to have the view in hand before rendering e.g like facelets, or the upcoming SoC project it is muc

[jira] Created: (MYFACES-1308) org.apache.myfaces.shared.util._ComponentUtils.findNestingForm() needs to support af:form

2006-05-18 Thread Mike Kienenberger (JIRA)
org.apache.myfaces.shared.util._ComponentUtils.findNestingForm() needs to support af:form - Key: MYFACES-1308 URL: http://issues.apache.org/jira/browse/MYFACES-1308 Project: MyFaces Core

Re: Make DummyForm RI compatible

2006-05-18 Thread Mike Kienenberger
On 5/18/06, Martin Marinschek <[EMAIL PROTECTED]> wrote: Ah, one more thing: when searching for a parent form, we should utilize the component-family, and not instanceof'ing UIForm, cause that won't work with ADF Faces then... Hey, that's good! There's another bug where this is an issue. http

[jira] Resolved: (MYFACES-1308) org.apache.myfaces.shared.util._ComponentUtils.findNestingForm() needs to support af:form

2006-05-18 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1308?page=all ] Mario Ivankovits resolved MYFACES-1308: --- Fix Version: 1.1.4-SNAPSHOT Resolution: Fixed Ok, I think I got it. Unhappily I have no ADF around, could you please check. Thanks!

[jira] Commented: (MYFACES-1308) org.apache.myfaces.shared.util._ComponentUtils.findNestingForm() needs to support af:form

2006-05-18 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1308?page=comments#action_12412399 ] Mike Kienenberger commented on MYFACES-1308: I don't use ADF either. Adam Winer was originally going to look into this issue, but since Martin came up with a g

[jira] Created: (TOMAHAWK-440) Add orientation parameter to NewspaperTable

2006-05-18 Thread Lance Frohman (JIRA)
Add orientation parameter to NewspaperTable --- Key: TOMAHAWK-440 URL: http://issues.apache.org/jira/browse/TOMAHAWK-440 Project: MyFaces Tomahawk Type: Improvement Components: Extended Datatable Versions: 1.1.3-SNAPSH

[jira] Commented: (TOMAHAWK-440) Add orientation parameter to NewspaperTable

2006-05-18 Thread Lance Frohman (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-440?page=comments#action_12412421 ] Lance Frohman commented on TOMAHAWK-440: note - this replaces jira tomahawk-123 > Add orientation parameter to NewspaperTable >

[jira] Updated: (TOMAHAWK-440) Add orientation parameter to NewspaperTable

2006-05-18 Thread Lance Frohman (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-440?page=all ] Lance Frohman updated TOMAHAWK-440: --- Status: Patch Available (was: Open) > Add orientation parameter to NewspaperTable > --- > > Key: TOMAH

[jira] Commented: (MYFACES-1303) No submitted values in components

2006-05-18 Thread Maximiliano Carrizo (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1303?page=comments#action_12412424 ] Maximiliano Carrizo commented on MYFACES-1303: -- More info: Before the page is displayed, I have the following message: May 18, 2006 6:11:33 PM org.apa

[jira] Updated: (TOMAHAWK-123) Add orientation parameter to NewspaperTable

2006-05-18 Thread Lance Frohman (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-123?page=all ] Lance Frohman updated TOMAHAWK-123: --- Status: Open (was: Patch Available) > Add orientation parameter to NewspaperTable > --- > > Key: TOMAH

[jira] Commented: (TOMAHAWK-123) Add orientation parameter to NewspaperTable

2006-05-18 Thread Lance Frohman (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-123?page=comments#action_12412425 ] Lance Frohman commented on TOMAHAWK-123: This jira is replaced by jira TOMAHAWK-440. > Add orientation parameter to NewspaperTable > --

[jira] Resolved: (TOMAHAWK-123) Add orientation parameter to NewspaperTable

2006-05-18 Thread Lance Frohman (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-123?page=all ] Lance Frohman resolved TOMAHAWK-123: Resolution: Fixed this jira is replaced byt jira TOMAHAWK-440 > Add orientation parameter to NewspaperTable > -

[jira] Commented: (TOMAHAWK-440) Add orientation parameter to NewspaperTable

2006-05-18 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-440?page=comments#action_12412427 ] Mike Kienenberger commented on TOMAHAWK-440: Does this only affect newspaperColumn tables? If so, we should rename it to be newspaperHorizontalOrientation. It

[jira] Reopened: (TOMAHAWK-123) Add orientation parameter to NewspaperTable

2006-05-18 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-123?page=all ] Mike Kienenberger reopened TOMAHAWK-123: > Add orientation parameter to NewspaperTable > --- > > Key: TOMAHAWK-123 > URL: ht

[jira] Commented: (TOBAGO-71) org.apache.myfaces.tobago.component.UIGridLayout.Row not serializable exception

2006-05-18 Thread Bernd Bohmann (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-71?page=comments#action_12412431 ] Bernd Bohmann commented on TOBAGO-71: - Can you send me the page, please. > org.apache.myfaces.tobago.component.UIGridLayout.Row not serializable > exception >

Re: [jira] Commented: (TOMAHAWK-440) Add orientation parameter to NewspaperTable

2006-05-18 Thread Mike Kienenberger
On 5/18/06, L Frohman <[EMAIL PROTECTED]> wrote: quick question, I have the following line in HtmlTableRendererBase.java. boolean newspaperVerticalOrientation = !"horizontal".equals(getNewspaperOrientation(component)); "horizontal" should be a constant somewhere (private static final String), b

Re: JSF 1.2 [was: Cancelled: JavaOne MyFaces Committers/Contributors meeting]

2006-05-18 Thread Manfred Geiler
Sean, Can you please make a copy of the current trunk to /myfaces/core/branches/jsf_1_2 ? After that, Stan can simply (?) merge his stuff inside that. Is that ok, Stan? Manfred On 5/18/06, Sean Schofield <[EMAIL PROTECTED]> wrote: You want a 1.2 branch for core only using the latest trunk righ

RE: [jira] Commented: (TOMAHAWK-440) Add orientation parameter to NewspaperTable

2006-05-18 Thread L Frohman
I originally had the attribute be "orientation" with values "horizontal" and "vertical", but I figured since there were only two values, it was better to make it boolean. But I can change it back. Yes, it only affects newspaperColumn tables. I was going to ask you to look it over, but you beat me t

RE: [jira] Commented: (TOMAHAWK-440) Add orientation parameter to NewspaperTable

2006-05-18 Thread L Frohman
quick question, I have the following line in HtmlTableRendererBase.java. boolean newspaperVerticalOrientation = !"horizontal".equals(getNewspaperOrientation(component)); "horizontal" should be a constant somewhere (private static final String), but it belongs in the newspaperTable code (tomahawk)

Re: [jira] Commented: (TOMAHAWK-440) Add orientation parameter to NewspaperTable

2006-05-18 Thread Mike Kienenberger
On 5/18/06, L Frohman <[EMAIL PROTECTED]> wrote: I originally had the attribute be "orientation" with values "horizontal" and "vertical", but I figured since there were only two values, it was better to make it boolean. But I can change it back. Yes, it only affects newspaperColumn tables. I was

Re: DummyForm stuff

2006-05-18 Thread Martin Marinschek
Yeah.. sounds like this is the best option for now! regards, Martin On 5/18/06, Michael Youngstrom <[EMAIL PROTECTED]> wrote: Sounds good to me. On 5/17/06, Mario Ivankovits <[EMAIL PROTECTED]> wrote: > *damn* > > I fell like a complete idiot ... it is also not possible to intercept > the V

[jira] Created: (TOMAHAWK-441) Add orientation parameter to NewspaperTable

2006-05-18 Thread Lance Frohman (JIRA)
Add orientation parameter to NewspaperTable --- Key: TOMAHAWK-441 URL: http://issues.apache.org/jira/browse/TOMAHAWK-441 Project: MyFaces Tomahawk Type: Improvement Components: Newspaper Table Versions: 1.1.3-SNAPSHOT

[jira] Updated: (TOMAHAWK-441) Add orientation parameter to NewspaperTable

2006-05-18 Thread Lance Frohman (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-441?page=all ] Lance Frohman updated TOMAHAWK-441: --- Status: Patch Available (was: Open) > Add orientation parameter to NewspaperTable > --- > > Key: TOMAH

[jira] Resolved: (TOMAHAWK-440) Add orientation parameter to NewspaperTable

2006-05-18 Thread Lance Frohman (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-440?page=all ] Lance Frohman resolved TOMAHAWK-440: Resolution: Fixed replaced by tomahawk-441 > Add orientation parameter to NewspaperTable > --- > >

[jira] Updated: (TOMAHAWK-440) Add orientation parameter to NewspaperTable

2006-05-18 Thread Lance Frohman (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-440?page=all ] Lance Frohman updated TOMAHAWK-440: --- Status: Open (was: Patch Available) > Add orientation parameter to NewspaperTable > --- > > Key: TOMAH

[jira] Commented: (TOMAHAWK-441) Add orientation parameter to NewspaperTable

2006-05-18 Thread Lance Frohman (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-441?page=comments#action_12412462 ] Lance Frohman commented on TOMAHAWK-441: the attribute is actually newspaperOrientation, a string parameter. values are "horizontal" and "vertical", the default is v