[jira] Commented: (MYFACES-1515) HtmlForm needs autocomplete aswell like InputText

2007-01-13 Thread Christian Rueedi (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464526 ] Christian Rueedi commented on MYFACES-1515: --- Hi Paul, Sorry but I'm not able to help, because I

[jira] Updated: (MYFACES-1515) HtmlForm needs autocomplete aswell like InputText

2006-12-28 Thread Christian Rueedi (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1515?page=all ] Christian Rueedi updated MYFACES-1515: -- Status: Patch Available (was: Open) > HtmlForm needs autocomplete aswell like InputT

[jira] Created: (MYFACES-1515) HtmlForm needs autocomplete aswell like InputText

2006-12-28 Thread Christian Rueedi (JIRA)
: General Affects Versions: 1.1.5-SNAPSHOT Reporter: Christian Rueedi Please add attribute "autocomplete" to h:HtmlForm aswell, like on h:inputText. Patch is enclosed -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact

Christian Rüedi/GK/Konzern/Globus-Gruppe ist außer Haus.

2006-04-30 Thread christian . rueedi
Ich werde ab 01.05.2006 nicht im Büro sein. Ich kehre zurück am 31.12.2006. Ich arbeite nicht mehr in der Globus Informatik. Bitte alle Mails an [EMAIL PROTECTED] senden. Herzlichen Dank!

Christian Rüedi/GK/Konzern/Globus-Gruppe ist außer Haus.

2005-11-14 Thread christian . rueedi
Ich werde ab 14.11.2005 nicht im Büro sein. Ich kehre zurück am 05.12.2005. Ich werde Ihre Nachrichten am 06.12.05 empfangen.

Christian Rüedi/GK/Konzern/Globus-Gruppe ist außer Haus.

2005-09-20 Thread christian . rueedi
Ich werde ab 21.09.2005 nicht im Büro sein. Ich kehre zurück am 30.09.2005. Ich werde Ihre Nachrichten am 03.10.05 empfangen.

[jira] Created: (MYFACES-563) f:param with rendered attribute inside f:outputFormat

2005-09-14 Thread Christian Rueedi (JIRA)
Environment: tomcat 5.5 Reporter: Christian Rueedi This doesen't work. The rendered true/false has no effect which param is used or not. I wanted to decide here, what should be inserted in the part of my Text. Works as designed or error? -- This message is automatically generat

[jira] Created: (MYFACES-420) InputText isn't refreshed after valueChangeListener

2005-08-18 Thread Christian Rueedi (JIRA)
beta Reporter: Christian Rueedi I use the following valueChangeListener and submit on blur via javascript: In the valueChangeListener I set some sku details and fill up new input fields: but the "SkuDescription" inputText doesen't get updated. If I change "SkuDescription&q

Christian Rüedi/GK/Konzern/Globus-Gruppe ist außer Haus.

2005-07-24 Thread christian . rueedi
Ich werde ab 23.07.2005 nicht im Büro sein. Ich kehre zurück am 01.08.2005. Ich werde Ihre Nachrichten am 06.01.2002 empfangen.

Antwort: Re: Eclipse .project & .classpath files (is he talking about Maven again?!?!?!)

2005-06-28 Thread christian . rueedi
Hi there, I just want to give my response aswell. As a rarely jsf developer, I'm always in the situation, that I've got to setup my myfaces enviroment from new, because I'm not always on track with the changes. Even Eclipse and its different web/jsf plugins change so quickly... It would save me a

[jira] Created: (MYFACES-239) missing transient in h:inputHidden

2005-05-11 Thread Christian Rueedi (JIRA)
missing transient in h:inputHidden -- Key: MYFACES-239 URL: http://issues.apache.org/jira/browse/MYFACES-239 Project: MyFaces Type: Bug Reporter: Christian Rueedi I miss the transient on h:inputHidden I use this tag in my jsp

Antwort: [Maybe Spam] Re: updateActionListener Bug Or Feature

2005-01-13 Thread christian . rueedi
Unfortunatly I for myself run in this situation in every Webapplication I've done yet. I have forms with several information on one screen. The Problem in this case is, that I can't find out which lens he has clicked. The Action behind the scene is to get the item information from the db and inser

updateActionListener Bug Or Feature

2005-01-12 Thread christian . rueedi
Hi there, I play with the immediate="true" function.     The problem is the updateActionListener doesen't execute when immediate = true. but of course it does when immediate = false. Is this as designed?  It would be nice if the updateActionListener would execute, so I could pass by the v

Antwort: [Maybe Spam] RE: MYFACES-10 - java.util.ConcurrentModificationException in queueEvent

2004-12-07 Thread christian . rueedi
I have no direct access to the apache cvs, so I put myfaces in my own cvs to create a patch. So the cvs path and file path doesen't match with your apache cvs path i guess... first line of the patch: RCS file: /cvsbase/globus/external/myfaces-src/src/jsfapi/javax/faces/component/UIViewRoot.java,v

MYFACES-10 - java.util.ConcurrentModificationException in queueEvent

2004-12-06 Thread christian . rueedi
I've fixed this bug because I needed the queueEvent method. I have made a patch and attached it to the Bugreport in JIRA. I hope it helps! Chris With this fix, I'm now able to do an ValueChangeListener which gets invoked in the INVOKE_APPLICATION phase..

x:message tag

2004-11-18 Thread christian . rueedi
Hi there, I played around with the messages tag. I realised, that it is not possible to set a x:message tag before the input tag which it is referencing to. Like this:   Error: Can't find Component"rayon" It works if I set the x:message tag after the input tag:   But on the other h