Oracle Weblogic Server (MOSC)

MOSC Banner

Weblogic Portal 10.3.2 - <cm:getProperty name="_content" node="<%=doc%>" /> not downloading the cont

edited Apr 8, 2011 5:24AM in Oracle Weblogic Server (MOSC) 2 commentsAnswered
 Below is the code in jsp file to get a specific xml file from documentum, not working in Weblogic 10.3.2, but working as expected in Weblogic 8.1

<cm:getProperty name= "_content" node="<%=doc%>" />  not downloading the file instead displays URL location,

http://localhost:7001/salesApp/DownloadBinaryServlet?nodeId=WebContents/CommonQuestions/GeneralInfo.qai&propertyId=DCTM/English-US/WebContents/CommonQuestions/GeneralInfo.qai--_content&fileName=CommonQuestions_GeneralInfo

_____________________________________________________________________________

           <utility:notNull item="<%=docs%>">
                <utility:forEachInArray counterId="docNum" id="doc" type="com.bea.content.Node" array="<%=docs%>">
                    <x:transform xslt="${xslFile}">
                        <x:param name="docNum"><%=docNum.toString()%></x:param>
                        <cm:getProperty name="_content" node="<%=doc%>" />
                    </x:transform>     
                </utility:forEachInArray>
            </utility:notNull>

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