cancel
Showing results for 
Search instead for 
Did you mean: 

r:ajaxFolderSelector doesn't appear??

esource
Champ on-the-rise
Champ on-the-rise
I'm trying to modify the export page - org.alfresco.web.bean.admin.ExportDialog

r:ajaxFolderSelector won't appear in my page.  Has anyone worked with this component or know why it might not appear?
4 REPLIES 4

nihil
Champ in-the-making
Champ in-the-making
Hi,
I had the same problem when I tried to customize the advanced search page. Have you get the solution finally? Can anyone help me please?

savic_prvoslav
Champ on-the-rise
Champ on-the-rise
I had a problem with this when I have imported jquery inside dialog with space selector did not work at all.
but if you can not see yours check:
rendered if it is true.
clear cache.
check if this jsp is used att all ( so check configuration).
this must be your bug for sure.

esource
Champ on-the-rise
Champ on-the-rise
Thanks for your post. 

but if you can not see yours check:
rendered if it is true.
I added the rendered attribute and set it to true, but still it doesn't display. 

clear cache.
Yes, tried it.  No effect.

check if this jsp is used att all ( so check configuration).
The jsp is clearly being used.  I've changed simple things like the text that displays in the jsp.  The changes are displayed, but not r:ajaxFolderSelector.

With different browsers I get different results.  In IE8 it doesn't show up at all.  In Firefox, I get a very small dotted line box, but the text message : 'Click here to select the destination' is not appearing.  And clicking on the box does nothing.  In Opera, I get the same narrow dotted line box without the 'Click here . . .' text message, but clicking on the box, r:ajaxFolderSelector opens and folder destination can be selected.  So it looks like it works on Opera, but not on Firefox or IE.

esource
Champ on-the-rise
Champ on-the-rise
okay, I fixed the problem.  The problem was that my label attribute was not set correctly.  Not setting this correctly will kill the functionality in IE and Firefox, but not on Opera.  It's important that all the attributes are set correctly.  Entering wrong information in an attribute can kill the functionality.