AutoCompleter working but default text is not displayed when other event is processed?
问题 I have an autocompleter tag in Struts 2. I have certain operations to be done when the tag is placed on the autocompleter.... On focus, when I click the autocompleter textbox, the text Select or Type tag ends with ; will be removed. If I process some other event, the text should reappear. How to achieve this functionality ? <sj:autocompleter cssStyle="width:200px;" href="%{#autoCompleteTagUrl}" onSelectTopics="tagsAllSelectTopics" onCompleteTopics="tagsAllCompleteTopics" id="tags_all" name=