I have a jsp where i include this:
<script src="js/scriptaculous/prototype.js" type="text/javascript"></
script>
<script src="js/scriptaculous/effects.js" type="text/javascript"></
script>
<script src="js/scriptaculous/controls.js" type="text/javascript"></
script>
then i use it like this:
<input name="apellido" autocomplete='off' id="apellidoId" size="40"
type="text" value="" />
<div class="autoComplete" id="apellidoIdAutoComplete"></div>
<script type="text/javascript">
new Ajax.Autocompleter('apellidoId',
'apellidoIdAutoComplete', "autoComplete.do?tipoComplete=apellido",
{paramName: "valor", minChars: 3})
</script>
then i have a class which loads de collectiion (colAutoComplete ... it
loads the collection correctly) an then goes to a jsp that looks like
this:
<ul>
<logic:iterate id="elemento" name="colAutoComplete"
indexId="indice">
<li><bean:write name="elemento" /></li>
</logic:iterate>
</ul>
any idea? thanks!
On Mar 4, 9:51 am, green <[email protected]> wrote:
> I have used that control before, never found it not work in firefox. what's
> ur code exactly?
>
>
>
> On Thu, Mar 4, 2010 at 3:54 AM, Virginia <[email protected]> wrote:
> > hi all,
> > I'm having a problem with autocomplete on firefox,
> > I'm using Ajax.Autocompleter and it works fine on IE but it doesn't
> > show anything on firefox (3.6)
> > Does anyone know which could be the problem? I'm using last
> > scriptaculous version.
>
> > Thanks a lot!
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Prototype & script.aculo.us" group.
> > To post to this group, send email to
> > [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<prototype-scriptaculous%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/prototype-scriptaculous?hl=en.- Hide quoted
> >text -
>
> - Show quoted text -
--
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.