Re: x:panelTabbedPane & hidden tab

2005-08-15 Thread Philipp Ahlner
Hi Sylvain! The hidden tabs via a div is the solution for http://issues.apache.org/jira/browse/MYFACES-214 Regards, Philipp 2005/8/15, Sylvain Vieujot <[EMAIL PROTECTED]>: > Hello Manfred, > > I think you're the one that designed the pannelTabbedPane component. > I saw that this control

Re: [jira] Commented: (MYFACES-214) TabbedPane : wrong validation behavior

2005-05-25 Thread Philipp Ahlner
patch, but now nearly all my tab > >> functionality is broken. I'll have more time to dig into > >> this later (though I may just revert my update and keep > >> going for a little while.) getAsString in my converter > >> is called with "",

[jira] Commented: (MYFACES-214) TabbedPane : wrong validation behavior

2005-05-22 Thread Philipp Ahlner (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-214?page=comments#action_65954 ] Philipp Ahlner commented on MYFACES-214: Since many components (like HtmlSelectBooleanCheckbox) expects a boolean value as submitted value (only the decode-method

Re: [jira] Commented: (MYFACES-214) TabbedPane : wrong validation behavior

2005-05-21 Thread Philipp Ahlner
because each panel is > self-contained (i.e. any changes inside a tab are lost if > the tab is changed without clicking save) > > -- Jon > > > On May 20, 2005, at 4:06 AM, Philipp Ahlner wrote: > > > 2005/5/20, Martin Marinschek <[EMAIL PROTECTED]>: > > > >

Re: [jira] Commented: (MYFACES-214) TabbedPane : wrong validation behavior

2005-05-20 Thread Philipp Ahlner
s on the visible pane. The invisible components are not submitted. The behavior without my patch is crazy (see bug description) and a real blocker for my project. Regards, Philipp > regards, > > Martin > > On 5/20/05, Philipp Ahlner (JIRA) wrote: > > [ > >

[jira] Commented: (MYFACES-214) TabbedPane : wrong validation behavior

2005-05-20 Thread Philipp Ahlner (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-214?page=comments#action_65833 ] Philipp Ahlner commented on MYFACES-214: Since submittedValue should be a String some converting-jobs are to do. A improved patch is following, I hope someone is

[jira] Commented: (MYFACES-214) TabbedPane : wrong validation behavior

2005-05-17 Thread Philipp Ahlner (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-214?page=comments#action_65593 ] Philipp Ahlner commented on MYFACES-214: I've overwritten HtmlTabbedPaneRenderer and implemented a own decode (and not encodeChildren as mentioned in my pr

[jira] Commented: (MYFACES-214) TabbedPane : wrong validation behavior

2005-05-14 Thread Philipp Ahlner (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-214?page=comments#action_65387 ] Philipp Ahlner commented on MYFACES-214: Yes, you're right. The line if (submittedValue == null) return; is totally correct according to spec 1.1 (Section

[jira] Commented: (MYFACES-214) TabbedPane : wrong validation behavior

2005-05-12 Thread Philipp Ahlner (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-214?page=comments#action_65243 ] Philipp Ahlner commented on MYFACES-214: The rendered-property of HtmlPanelTab is true, if not the clip (and the link for changing the activ tab) would not be

[jira] Commented: (MYFACES-214) TabbedPane : wrong validation behavior

2005-05-12 Thread Philipp Ahlner (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-214?page=comments#action_65177 ] Philipp Ahlner commented on MYFACES-214: The rendered property of the components on the hidden tabs is not even false. Rendered is true regardless if the tab is

Re: [jira] Commented: (MYFACES-214) TabbedPane : wrong validation behavior

2005-05-12 Thread Philipp Ahlner
> the original code, so it's possible that your patch fixes both, but we need > to be sure :) > > Thanks, > Grant. > > Philipp Ahlner (JIRA) wrote: > [ > http://issues.apache.org/jira/browse/MYFACES-214?page=comments#action_65117 > ] > > Philipp

[jira] Commented: (MYFACES-214) TabbedPane : wrong validation behavior

2005-05-12 Thread Philipp Ahlner (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-214?page=comments#action_65117 ] Philipp Ahlner commented on MYFACES-214: After a nightly debugging session, I think I know where the problem is. I applied my patch and it's working for me.

[jira] Created: (MYFACES-214) TabbedPane : wrong validation behavior

2005-04-25 Thread Philipp Ahlner (JIRA)
Reporter: Philipp Ahlner Requirements for reproduction: - min. two tabs with min. one required Input-Fields - a submit button on each tab - an ""-tag to see all validation errors regardless which tab is selected Expected behavior: - if the submit button is pressed, !both! fields