Hi, I'm using autocompler with ajax theme as in this example:
<html> <head> ... <s:head theme="ajax"/> .. </head> <body> <s:form ...> <s:url id="getTeams" value="/getTeams.action"/> <s:autocompleter name="team" key="label.team" href="%{getTeams}" theme="ajax" autoComplete="true" loadOnTextChange="true" loadMinimumCount="3" showDownArrow="false" /> </s:form> </body> </html> If I put theme="ajax" as attribute of autocompleter tag as the example the label is not visible in HTML rendered. I I dont use the attribute theme in the tag autocomplet it doesnt work very well especially for the attribute loadOnTextChange="true" loadMinimumCount="3" showDownArrow="false" that aren't rendered in HTML result. I think it's a BUG? Or it's a my mystake? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]