Subversion Repositories eFlore/Archives.cel-v1

Rev

Rev 13 | Rev 27 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13 Rev 26
Line 32... Line 32...
32
 
32
 
33
	mediator=med;
33
	mediator=med;
Line 34... Line -...
34
	mediator.registerNameAssistant(this);		
-
 
35
	
34
	mediator.registerNameAssistant(this);		
Line 36... Line 35...
36
	
35
	
Line 37... Line 36...
37
//	autoCompletebox.setFocus(true);
36
	
38
	autoCompletebox.setSearchUrl(mediator.getServiceBaseUrl()+"/NameSearch/");
37
	autoCompletebox.setSearchUrl(mediator.getServiceBaseUrl()+"/NameSearch/");
39
	
38
	
Line 40... Line 39...
40
	panel.add(autoCompletebox);
39
	panel.add(autoCompletebox);
Line 41... Line 40...
41
 
40