Web projects use a different file structure to the document spaces, so this is unlikely to work.
However, v2.2. will have web project templates built-in, so I suggest you'd be better off watching for a release of that version early in the New Year.
But i was trying out other option Web Porjects–> Create –> Advanced Space Wizard –> Based on existing Space option.
My steps:: I created a web project 'PrimeWebProject'. I tried to create 'MyFirstSubProject', 'MyFirstSubProject' ect using Web Porjects–> Create –> Advanced Space Wizard –> Based on existing option and selected 'PrimeWebProject' as my web proj (which i did like to replicate) Suppose i decide i no longer need 'MyFirstSubProject' and delete it, then i click on 'PrimeWebProject', I get caused by: org.alfresco.service.cmr.avm.AVMNotFoundException: Store not found.
I see that the avm root for the subprojects is same as my prime project. Is there any work around? What i basically want is when i create new sub projects i want certains folder structure to be replicated automatically on creation of sub projects from my prime projects. Is there a way to do it in 2.1 version?
In the meantime i was trying out some temporary solution. I added an action under the action-group id avm_create_menu wherein my action will excute a script. This script will copy the folder structure i want from company home space to my web project user sanbox. This works and seems to be a temporary work around but the problem is it takes lot of time to execute copy function in my script.