Hi All,
In my project i am using tree menu to show tabs. Initially we declared first tab as root application. That works fine.
Now I want to make a redirect processor as root. If i make redirect processor as root it gives error.
earlier:
<page id="changeform" path-info="/changeform" model="change-form-action.xpl">
</page>
<page id="participanthome" path-info="/" model="Participants/list-records-action.xpl" view="Participants/list-records-view.xhtml">
</page>
Now:
<page id="changeform" path-info="/" model="change-form-action.xpl">
</page>
<page id="participanthome" path-info="/test" model="Participants/list-records-action.xpl" view="Participants/list-records-view.xhtml">
</page>
redirect code is:
<p:processor name="oxf:redirect">
<p:input name="data">
<redirect-url>
<path-info>some path</path-info>
</redirect-url>
</p:input>
</p:processor>
plz help me.How to do it.It is possible in xforms in tab navigation(redirect) as root .
--
You receive this message as a subscriber of the
[hidden email] mailing list.
To unsubscribe: mailto:
[hidden email]
For general help: mailto:
[hidden email]?subject=help
OW2 mailing lists service home page:
http://www.ow2.org/wws