I've tried installing all three flavours of the Forms Development Kit (FDK) - AMP, jar and from source. The source build was installed with ant deploy-share-fdk-exploded.
After adding fdk:everything to /opt/alfresco/tomcat/shared/classes/alfresco/extension/web-client-config-custom.xml, I can specialise the type of content nodes in Alfresco, but not in Share.
I have the form console working partially in Share. It needs an item ID (workspace://SpacesStore/…), and will display a form of some kind for editing, viewing or creating. But the form is not the exciting and pretty form that is promised by the wiki. And changing the form ID has no effect - even to something nonsensical.
There are no errors in the log, and turning on debugging of forms doesn't give any useful information. I'm using a fresh install of the 3.3 community edition.
Has anyone else had this problem and solved it? I would like to get this working, so that I can figure out how to develop my own complex forms. Thanks.
Maybe this is not so hard. I have installed amp and jar files. Then you have to create new document in Share. Change it's type to Company, Gadget or Everything. Now, look for nodeRef parameter in URL. Copy value of this parameter to form-console and type something like fdk:custom in Form Details. Now, you should see your form. Janez
I have tried amp and share zip, did what http://code.google.com/p/alfresco-forms-service-examples/ suggest. when I run specific example using itemId=forms32:userprofile it will show me the form, but it is not showing me tabView at all. what could be the issue. I need to use tabView in form as fdk shows, but this is not working at all. I also kept its template path with double check, but dont know why it is not showing me tabView. ??
Anybody successfully executed it "? as shown in the wiki ??