I have adapt this to tobago (not comimited yet), it worked there with
server side state saving (not with IE yet, but this must be another
problem).

Is there anyone out there who can tell me what is wrong on this page:

http://weber-oldenburg.dyndns.org/tobago-example-demo/faces/overview/basicControls.jsp

in mozilla it works, but IE don't loads the page.

the input field does suggestion via ajax.

I just found that opera also don't work. But in opera the page loads and
also makes ajax requests(i found server logs that suggestitems are
created). so another problem again.


Martin Marinschek wrote:
> Do you use client-side or server-side state saving?
> 
> Try switching to client-side state saving, it should work then.
> 
> InputSuggestAjax didn't work with server side state saving until a while ago.
> 
> regards,
> 
> Martin
> 
> On 10/21/05, Volker Weber <[EMAIL PROTECTED]> wrote:
> 
>>When did you get your last update? there was a problem:
>>
>>http://issues.apache.org/jira/browse/MYFACES-724
>>
>>which was fixed yesterday.
>>
>>SOSA, Pablo wrote:
>>
>>>I've got the sources from the trunk. URL:
>>>https://svn.apache.org/repos/asf/myfaces/[build|sandbox|impl|api|...]/tr
>>>unk
>>>
>>>Does anybody have this problem with RC3? Any suggestion on how to get it
>>>working again?
>>>
>>>Cheers
>>>
>>>-----Original Message-----
>>>From: Sean Schofield [mailto:[EMAIL PROTECTED]
>>>Sent: Friday, 21 October 2005 2:38 p.m.
>>>To: MyFaces Development
>>>Subject: Re: inputSuggestAjax
>>>
>>>RC3 is being built on a branch so its definitely possible that a bug has
>>>been fixed/introduced on the trunk/branch and not on the other.
>>>
>>>sean
>>>
>>>On 10/20/05, SOSA, Pablo <[EMAIL PROTECTED]> wrote:
>>>
>>>
>>>>Hi People,
>>>>
>>>>   I'm not sure if this is the right place for this, please correct
>>>>me if not :D
>>>>
>>>>   I'd tried the sandbox:inputSuggestAjax, successfuly by checking
>>>>the sources from the repository the 13/10/05 and following the example
>>>
>>>
>>>>I manage to get it working. It was very very easy. However those
>>>>sources had some problems and the InputCalendar was broken in IE (not
>>>>int firefox), therefore I tried 1.1.1RC3, which solve the problems
>>>>with the calendar but the inputSuggesetAjax fails to call the Bean,
>>>>further checking in IE and Firefox showed the following error is:
>>>>   document.getElementById("jsf_tree_64") has no properties.
>>>>
>>>>   My code:
>>>>
>>>><%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h" %> <%@ taglib
>>>
>>>
>>>>uri="http://java.sun.com/jsf/core"; prefix="f" %> <%@ taglib
>>>>uri="http://myfaces.apache.org/tomahawk";
>>>>prefix="x"%>
>>>><%@ taglib uri="http://myfaces.apache.org/sandbox";
>>>>prefix="sx"%>
>>>>:
>>>>:
>>>>      <sx:inputSuggestAjax
>>>>       id="inputAssetSearchAjax"
>>>>
>>>>suggestedItemsMethod="#{assetPlantCodeList.getMatchingList}"
>>>>       maxSuggestedItems="50"
>>>>       size="80"
>>>>       title="#{worc_messages['help_search_asset']}"
>>>>       immediate="true"
>>>>       />
>>>>:
>>>>:
>>>>
>>>>Cheers,
>>>>Pablo
>>>
>>>
>>>______________________________________________________________________
>>>This email has been scanned by the MessageLabs Email Security System.
>>>For more information please visit http://www.messagelabs.com/email
>>>______________________________________________________________________
>>>
>>>
>>
>>--
>>Don't answer to From: address!
>>Mail to this account are droped if not recieved via mailinglist.
>>To contact me direct create the mail address by
>>concatenating my forename to my senders domain.
>>
> 
> 
> 
> --
> 
> http://www.irian.at
> Your JSF powerhouse -
> JSF Trainings in English and German
> 

-- 
Don't answer to From: address!
Mail to this account are droped if not recieved via mailinglist.
To contact me direct create the mail address by
concatenating my forename to my senders domain.

Reply via email to