[jira] Created: (MYFACES-1421) MyFaces not working with Struts Faces Form

2006-09-24 Thread JIRA
MyFaces not working with Struts Faces Form --- Key: MYFACES-1421 URL: http://issues.apache.org/jira/browse/MYFACES-1421 Project: MyFaces Core Issue Type: Bug Reporter: Matthias Weßendorf

[jira] Resolved: (MYFACES-1421) MyFaces not working with Struts Faces Form

2006-09-24 Thread JIRA
[ http://issues.apache.org/jira/browse/MYFACES-1421?page=all ] Matthias Weßendorf resolved MYFACES-1421. - Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed fixed in 115 snap MyFaces not working with Struts Faces Form

[jira] Commented: (MYFACES-1421) MyFaces not working with Struts Faces Form

2006-09-24 Thread Wendy Smoak (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1421?page=comments#action_12437232 ] Wendy Smoak commented on MYFACES-1421: -- Mailing list thread: http://www.nabble.com/MyFaces-1.1.4-with-Struts-Faces-1.3.5-t2322772.html MyFaces not

[jira] Commented: (MYFACES-1421) MyFaces not working with Struts Faces Form

2006-09-24 Thread Wendy Smoak (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1421?page=comments#action_12437240 ] Wendy Smoak commented on MYFACES-1421: -- Added a link to this issue on the Struts Faces page: http://struts.apache.org/1.x/struts-faces/ Please share

findNestingForm() : FormInfo (was Re: MyFaces 1.1.4 with Struts-Faces 1.3.5)

2006-09-24 Thread Matthias Wessendorf
Hi devs, since we ran into issues with some FormComponents which *extend* UIForm, but override the Family maybe we should add an instanceof to the findNestingForm() method ? Currently we test if the Form is a member of the following families: javax.faces.Form org.apache.struts.faces.Form

[jira] Commented: (TOBAGO-119) Allow custom markup - styles in tc:out

2006-09-24 Thread Bernd Bohmann (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-119?page=comments#action_12437260 ] Bernd Bohmann commented on TOBAGO-119: -- I would like to add the supported markup configuration as annotation. But this doesn't work for JDK 1.4 :-( Added a

Re: findNestingForm() : FormInfo (was Re: MyFaces 1.1.4 with Struts-Faces 1.3.5)

2006-09-24 Thread Martin Marinschek
True, definitely. Let's do that. regards, Martin On 9/24/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi devs, since we ran into issues with some FormComponents which *extend* UIForm, but override the Family maybe we should add an instanceof to the findNestingForm() method ? Currently

[jira] Resolved: (TOMAHAWK-606) t:commandLink does not work - gives javascript error

2006-09-24 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-606?page=all ] Martin Marinschek resolved TOMAHAWK-606. Resolution: Fixed Thanks to Mahbub Rahman for helping me track this down. regards, Martin t:commandLink does not work - gives javascript

[jira] Resolved: (MYFACES-1328) UISelectOne and UISelectMany fail with custom converter that returns java.lang.String from getAsObject() method.

2006-09-24 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1328?page=all ] Martin Marinschek resolved MYFACES-1328. Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed Assignee: Martin Marinschek You're absolutely right, Nikolay. Thanks for

[jira] Commented: (TOMAHAWK-688) timer to quick to hide months/year

2006-09-24 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-688?page=comments#action_12437450 ] Martin Marinschek commented on TOMAHAWK-688: I don't seem to be able to apply your patch, it also looks different than the patch-file format I know

[jira] Updated: (MYFACES-968) LifecycleImpl's restoreView throws NPE when viewId is null in a portlet context

2006-09-24 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-968?page=all ] Martin Marinschek updated MYFACES-968: -- Status: Resolved (was: Patch Available) Fix Version/s: 1.2.0-SNAPSHOT Resolution: Fixed Assignee: Martin Marinschek

[jira] Created: (MYFACES-1422) findNestingForm() tests only against component family and against instanceof UIForm

2006-09-24 Thread JIRA
findNestingForm() tests only against component family and against instanceof UIForm --- Key: MYFACES-1422 URL: http://issues.apache.org/jira/browse/MYFACES-1422 Project:

Re: findNestingForm() : FormInfo (was Re: MyFaces 1.1.4 with Struts-Faces 1.3.5)

2006-09-24 Thread Matthias Wessendorf
MYFACES-1422 On 9/25/06, Martin Marinschek [EMAIL PROTECTED] wrote: True, definitely. Let's do that. regards, Martin On 9/24/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi devs, since we ran into issues with some FormComponents which *extend* UIForm, but override the Family

[jira] Resolved: (MYFACES-1422) findNestingForm() tests only against component family and against instanceof UIForm

2006-09-24 Thread JIRA
[ http://issues.apache.org/jira/browse/MYFACES-1422?page=all ] Matthias Weßendorf resolved MYFACES-1422. - Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed fixed in svn findNestingForm() tests only against component family and against