Fwd: Re: [jira] Resolved: (TRINIDAD-704) IE7 - AutoComplete Does Not Work When You Use Script to Submit a Form

2007-09-14 Thread Christian Swoboda
Hi again! Wow, you guys work fast ;-) Mario's code seems excactly doing what we thought should be done! cheers Chris P.S.: I posted another autocomplete problem solution under the IE7 thread! Zitat von Mario Ivankovits [EMAIL PROTECTED]: Hi! What about adding this to myfaces too? if

[jira] Resolved: (TRINIDAD-704) IE7 - AutoComplete Does Not Work When You Use Script to Submit a Form

2007-09-13 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf resolved TRINIDAD-704. - Resolution: Fixed Fix Version/s: 1.0.3-core added workaround, suggested

Re: [jira] Resolved: (TRINIDAD-704) IE7 - AutoComplete Does Not Work When You Use Script to Submit a Form

2007-09-13 Thread Mario Ivankovits
Hi! What about adding this to myfaces too? if (window.external.AutoCompleteSaveForm) { window.external.AutoCompleteSaveForm(form) } should do the trick there too. Ciao, Mario [