Hi,

I have defined a simple page plow for my Application as shown below

<p:config>
    <p:processor name="oxf:page-flow">
        <p:input name="controller">
                <config>
                        <page path-info="*" xforms="AppModel.xml" view="AppView.xsl" id="ApplicationBuilder">
                                <action when="/AppBuilderInstance/Data/Action=''">
                                        <result page="ApplicationBuilder">
                                                <xu:update select="/AppBuilderInstance/Data/SelectedApp">
                                                        <xu:value-of select="document('oxf:instance')/AppBuilderInstance/Data/SelectedApp"/>
                                                </xu:update>
                                        </result>
                                </action>
                        </page>
                        <epilogue url="">
                </config>
        </p:input>
    </p:processor>
</p:config>

Action is set when user clicks in 'Select' link on page. I want to redraw the same page with updated information. The problem here is that after clicking on the link it displays 'The page can not be Displayed'  Error. It seems like there is some problem with finding path to page, but it is able to find the page if I take out 'xforms:model' from page declaration. Any help provided would be very much appreciated.


Abhishek Shrivastava
work: 1-803-333-4283
home: 1-803-736-9573
email: [EMAIL PROTECTED]


----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: Regardless of content, this e-mail shall not operate to bind CSC to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose.
----------------------------------------------------------------------------------------

Reply via email to