Creating JSP

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2010 02:45 AM
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2010 08:17 AM
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!
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!
