Oracle WebCenter Content (MOSC)

MOSC Banner

dynamicdata insite a checked in idoc files

edited Aug 30, 2011 5:17PM in Oracle WebCenter Content (MOSC) 1 commentAnswered
Hi,
I have an .idoc file checked into the content server with dynamichtml includes.
example:

test.idoc --> dDocName=theTestFile
<@dynamichtml test_include@>
....
<@end@&gt;

including this in a resource file like this:
<$docLoadResourceIncludes("dDocName=theTestFile&RevisionSelectionMethod=Latest")\
$>
<$exec inc("test_include")$>

This is working like it should.

... but how is it possible to use dynamicdata includes in the checked in idoc file?

I want to use it like this:
<@dynamicdata dynamicdataTabelName@>
...
<@end@&gt;
<$exec ddLoadResultSet("dynamicdataTabelName", "resultSetTable")$>
<$exec rsFirst("resultSetTable")$>
but i got the error:
!csDynHTMLReportErrorTrace,\!csDynHTMLEvalGrammarError\,csDynHTMLReportMsgFunction\,rsFirst\!csResultSetNotFound\,resultSetTable

It is working with this code insite a normal resource file, but not if it is in a checked in idoc file.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center