[jira] Created: (TOMAHAWK-240) aliasbean + datalist|datatable + commandlink + actionlistener = rendered but actionlistener is not performed

2006-04-10 Thread Michael Jenik (JIRA)
/TOMAHAWK-240 Project: MyFaces Tomahawk Type: Bug Components: Alias Bean Versions: 1.1.2-SNAPSHOT Environment: I have the last snapshots downloaded from the myfaces.org. I use debian unstabel. Reporter: Michael Jenik laBean is an alias for the bean ubicacion

[jira] Closed: (MYFACES-1275) commandLink's actionListener dont work

2006-04-10 Thread Michael Jenik (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1275?page=all ] Michael Jenik closed MYFACES-1275: -- Fix Version: (was: 1.1.3-SNAPSHOT) Resolution: Invalid I created TOMAHAWK-240 for this problem... It seams to be more an aliasbean problem

[jira] Created: (TOMAHAWK-239) aliasbean + aliasing a member + binding = fails

2006-04-09 Thread Michael Jenik (JIRA)
Environment: linux 2.6 k7 , tomcat5 debian unsatable. Reporter: Michael Jenik My test was more complex but I think this resumes the failure context.. x:aliasBean id=alias1 alias=#{laBean} value=#{Bean4.dede} f:subview id=sub1 h: whatever binding={laBean.that

[jira] Commented: (TOMAHAWK-239) aliasbean + aliasing a member + binding = fails

2006-04-09 Thread Michael Jenik (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-239?page=comments#action_12373761 ] Michael Jenik commented on TOMAHAWK-239: oh, I forget to say something The problem seams tobe related with Ids. In the example ... h: whatever binding

[jira] Created: (MYFACES-1275) commandLink's actionListener dont work

2006-04-09 Thread Michael Jenik (JIRA)
experienced the bug with 1.1.1 too. I have te most resent snapshots of tomahack and myfaces. Reporter: Michael Jenik Fix For: 1.1.3-SNAPSHOT This commandLinks dont work. (laBean is an alias for ubicacion) h:dataTable id=didyoumean value=#{laBean.didyoumeanList} var=unlink h:column

[jira] Commented: (MYFACES-487) Sometimes Submit button has problems ...

2005-11-16 Thread Michael Jenik (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-487?page=comments#action_12357831 ] Michael Jenik commented on MYFACES-487: --- Sorry , I would like to close this issue but I can not find the way to do that from this site. Sometimes Submit button has

Messages and Message discapacity

2005-09-14 Thread Michael Jenik
hello, 1) I have the need to show a lists of messages (like Messages tag does) but in diferent points of my page. So I would need to put different Messages tags and I would have to be abel to discern between them wen I do Context.addMessage(); in my beans. There's discapacity right now.

Re: duplicated messages useing addMessage and aliasBean

2005-09-13 Thread Michael Jenik
] wrote: Yes, use the first parameter to associate messages with a specific UI element. See this link for details: http://wiki.apache.org/myfaces/Create_and_Display_Messages Bottom half includes an example. -Mike On 9/12/05, Michael Jenik [EMAIL PROTECTED] wrote

Fwd: duplicated messages useing addMessage and aliasBean

2005-09-12 Thread Michael Jenik
--- Michael Jenik [EMAIL PROTECTED] wrote: Date: Mon, 12 Sep 2005 12:39:58 -0700 (PDT) From: Michael Jenik [EMAIL PROTECTED] Subject: duplicated messages useing addMessage and aliasBean To: users@myfaces.apache.org hello, I have a problem. I have a bean SmallBean which performs

[jira] Created: (MYFACES-487) Sometimes Submit button has problems ...

2005-09-04 Thread Michael Jenik (JIRA)
. Tomcat5.0 Reporter: Michael Jenik I have two forms . Each one with a submit button. Each one inside a tagfile. The tag is called by my jsp twice. Each one insida a IDed subview inside an aliasbean declaration. Each aliasbean makes alias to bean declared inside a bean like memebers: Thsi

[jira] Created: (MYFACES-488) Weird re-rendered in tagfiles tags inside subviews inside aliasbean inside panelgrid.

2005-09-04 Thread Michael Jenik (JIRA)
: Bug Components: Implementation Versions: 1.0.10m10 Environment: Tomcat5.0 debian kernel 2.6.11 Reporter: Michael Jenik I have a panelgrid inside form, inside tagfile. the tag is called by my jsp insida a IDed subview inside an aliasbean declaration. Everything works almost

[jira] Created: (MYFACES-485) same tags into a subview require id

2005-09-03 Thread Michael Jenik (JIRA)
2.6.11- Tomcat5.0 Reporter: Michael Jenik Same tags into a subview require id. If the second tag has no ID then I get this error. I tested this in a page that redirect's itself to itself after submit a form. the tags are inside the form , inside the subview. I get the error after submit. setting