Hi
I am trying to print a BP output,but i see the BP code in my browser rather than the expected rendering output.
If I copy and paste the BP code ouput ( which i see in browser) ,i get the expected rendering.
I am setting the AddType parameter to
AddType application/x-blueprint+xml .bp in my apache conf file.
I have a form which accepts some input and submits the page to a Java servlet which returns BP output.
Pasting the code for reference:
<page>
<models>
<model>
<instance>
<data xmlns="">
<name/>
</data>
</instance>
<submission method="urlencoded-post" resource="http://myservername/myApp/myCloud"/>
</model>
</models>
<content>
<module>
<header layout="simple">
<layout-items>
<block class="title">MyCloud</block>
</layout-items>
</header>
<input ref="name">
<label>Feed Url</label>
</input>
<submit>
<label>submit</label>
</submit>
</module>
</content>
</page>
I doubt there is some problem in my submission , should i use load tag..
Not sure , Would greatly appreciate your inputs
Thanks in Advance
Balaji
by
5 Replies