Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to solve jrebel-maven-plugin:1.1.8:generate

Hello, im following Jeff Potts tutorial called About the Alfresco Developer Tutorial Serie, I'm on the second step of this guide Working with Custom Content Types, but I'm facing the problem of importing jrebel, when I'm importing the project to Ecli...

image image image

Java simulate click on button in tasks.

Dear friends,I try to work with workflows and tasks.To catch the task I use execution listener. In execution listener I set variables,  then I check if assignee is from given group. If this condition is satisfied, I want to approve, reject or back th...

Resolved! Want to display user's permission on folder under a site

Hello Everyone,I am using Alfresco 6 (dockerized). I have deployed Alfresco in a production enviornment and my clients wants me to create a reporting page (separate surf page for a specific report) , now in that reporting page I want to call a webscr...

http://localhost:8080/alfresco returns 404

I was setting up the Alfresco community edition 6.2 on my Linux server with docker.Everything looks all good after the install, but later on, I wanted to build my own proxy server, so I removed the ngnix proxy part from the docker-compose.yml file:pr...

ChloeYu by Champ in-the-making
  • 6504 Views
  • 1 replies
  • 0 kudos

Error with .svg files stored in alfresco share

Some of the .svg files stored in alfresco share seem to get corrupted. We are having issue with retrieving those files. We retrieve those as an encoded string using base 64 encoding(Java). When trying to convert the encoded string error is thrown.So ...

Custom action from javascript is not executed

Hello everybody,i'd like to ask why is not executed my custom action (new button in DocLib and document detail). It is defined in share-config-custom.xml. I found out that the id of action element is a problem. My id was like my-custom-action. When i...

jrautner by Champ on-the-rise
  • 4483 Views
  • 3 replies
  • 2 kudos

Using a custom form control (ftl) within another one

Hi,I need to use a custom form control (autocomplete) within another one (table), neither of which were programmed by me.My question is, can you simply use form controls within each other? Is it as easy as importing? Is it even possible?If needed, I ...