문제

I have found several articles mentioning that using "UCM Web Forms" you can easily provide and interface for contributor to enter data in a specific format(split into specific fields).

In my case the data for some of the fields(e.g. drop-downs) have to be taken out from a database. And when the form is submitted it will be nice if the data is stored in the DB too, so is this possible with these web forms.

Also it will be great if someone can provide a link to a demo/tutorial/working example of using UCM Web Forms.

도움이 되었습니까?

해결책 2

Oracle UCM provides a mechanism to check in documents but no to manipulate directly database entries. You have to write your own code to manipulate the form/data or use a Java framework for this.

다른 팁

http://blogs.oracle.com/kyle/entry/adding_ucm_web_forms_to_site_s

Gives an explanation and example.

Hopefully this helps whoever stumbles on this question.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top