cancel
Showing results for 
Search instead for 
Did you mean: 

Advanced Search customising:AdvancedSearchDialog.java

mahdi
Champ in-the-making
Champ in-the-making
Hi i want to customize the advanced search, so i 've created a new project on eclipse and i copied the two classes AdvancedSearchDialog.java and SearchProperties.java in order to introduce some modification in the code but i always get the same error and there is the error message :
Buildfile: D:\alfresco sdk der\AdvancedSearch\build.xml
compile:
    [javac] Compiling 2 source files to D:\alfresco sdk der\AdvancedSearch\build
    [javac] D:\alfresco sdk der\AdvancedSearch\src\org\alfresco\web\bean\search\AdvancedSearchCustomDialog.java:664: cannot access org.alfresco.web.ui.common.StringUtils
    [javac] class file for org.alfresco.web.ui.common.StringUtils not found
    [javac]           Utils.addErrorMessage(MessageFormat.format(Application.getMessage(
    [javac]                ^
    [javac] 1 error

BUILD FAILED
 

according to the message there is a class org.alfresco.web.ui.common.StringUtils needed to be import, but when imported there is a conflict between this class and org.alfresco.web.ui.common.Utils.
Can somebody help me ??
1 REPLY 1

mahdi
Champ in-the-making
Champ in-the-making
please i need some help !!!!