Hi César, I'm not sure if it's what you're looking for because I'm not very familiar with JSPUI, but I looked for it this way:
The URL to create a community is /admin/community?createNew In dspace-xmlui/dspace-xmlui-api/src/main/resources/aspects/Administrative/sitemap.xmap:222 the createNew parameter is mapped to the startCreateCollection() function in dspace-xmlui/dspace-xmlui-api/src/main/resources/aspects/Administrative/administrative.js:547 which in turn calls doCreateCollection() in the same file, which issues a request to /admin/collection/createCollection which is then mapped in sitemap.xmap:730 to CreateCollectionForm. Is this what you're looking for? Regards, ~~helix84 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

