cancel
Showing results for 
Search instead for 
Did you mean: 

Creating JSP

sunny86
Champ in-the-making
Champ in-the-making
Hello,
I am new to Alfresco and i want to know….

How to create a JSP in alfresco from where i can enter data and save that in repository…
For example…Suppose i have form fields in JSP like name , phone , email etc….
As soon as i access the page i will enter these details and it should get stored in repository.

Just like as we create a simple JSP page with Form field and save the entered data in database.
Please tell me how to proceed step by step.
I have tried reading so many documents but not got the solution.

Thanks
Sunny
1 REPLY 1

dynamolalit
Champ on-the-rise
Champ on-the-rise
Hi Sunny,

You can try custom alfresco dashlet on which you can use your custom fields using <form> tag & get these fields in your dashlet jsp & invoke a webscript or something similar to save these fields in repository.

Best of luck!