« Return to Thread: Issue using struts2 autocompleter.

RE: Issue using struts2 autocompleter.

by Jishnu Viswanath :: Rate this Message:

Reply to Author | View in Thread



1. You need to have theme=ajax otherwise autocompleter won't work.
2. Did you try to remove simple theme from s:autocompleter ? or put ajax
there instead of simple.

Regards,

Jishnu Viswanath

Software Engineer

*(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll

Tavant Technologies Inc.,

www.tavant.com

PEOPLE :: PASSION :: EXCELLENCE

-----Original Message-----
From: Rag [mailto:sheevaj@...]
Sent: Tuesday, September 23, 2008 2:19 PM
To: user@...
Subject: Issue using struts2 autocompleter.


Hi,

I am facing an issue in struts2 autocompleter.

Issue:

In jsp page where I have used autocompleter, IE is showing an alert
message
with "stack overflow at line: 8259" and in the same jsp page, I have an
error as "djConfig.baseScriptUri.length' is null or not an object"
and autocompleter is behaving like a combo box.

Jsp code for autocompleter is:

<s:head theme="ajax"/> inside head tag
<s:autocompleter list="mailNameList" name="mailName" theme="simple" />
inside body tag
In Action class: private  List<String> mailNameList;

when I remove <s:head theme="ajax"/> tag, both errors are not coming,
but
instead of autocompleter, combo box is displaying in the jsp page.

Kindly help me..

Thanks in advance
--
View this message in context:
http://www.nabble.com/Issue-using-struts2-autocompleter.-tp19623666p1962
3666.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@...
For additional commands, e-mail: user-help@...

Any comments or statements made in this email are not necessarily those of Tavant Technologies.
The information transmitted is intended only for the person or entity to which it is addressed and may
contain confidential and/or privileged material. If you have received this in error, please contact the
sender and delete the material from any computer. All e-mails sent from or to Tavant Technologies
may be subject to our monitoring procedures.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@...
For additional commands, e-mail: user-help@...

 « Return to Thread: Issue using struts2 autocompleter.