Hi all,
In the Alfresco's advanced search, under "Look in Location", there are 2 options given, namely "All Spaces" & "Specify Space". When i click the "Click here to select a Space" option under "Specify Space", i get the various spaces i have.
Currently, these spaces are listed as radio buttons, so im able to select only one particular space. My requirement is to make these as checkboxes, so that the user can select more than one space for performing the search.
To accomplish this, in the advanced-search.jsp, i modified "h:selectOneRadio" to "h:selectManyCheckbox". However, this is going to return a list of items instead of just one. So can someone please help me in making this change.
Thanx,
Vidi