Jagan,

OXF does not make your Servlets automagically support XForms. Instead,
you have to write your pages within OXF to get XForms support. The
best way to understand this is to look at the examples that come with
OXF. You can find them online here:

http://www.orbeon.com/oxf/examples/

-Erik

Jagannayakam wrote:

> Hi all ,
>
> I looking for  server side xform processor. And came to know that oxf is one
> option .
>
> I have installed oxf  and also tomcat 4.1.24 .
>
> For configuring oxf with tomcat I followed below steps as mentioned in the
> oxf manual  -
>
> 1.  Assuming that TOMCAT HOME represents the location of your Tomcat
> installation: create a new
>            TOMCAT HOME/webapps/oxf directory.
>
> 2.         Unzip oxf.war in the oxf directory you just created.
>
> Then for testing one of my xform
>
> I wrote a servlet . And 2 htmls FirstPage.html and Hello.html .
> FirstPage.html is simple html that submits to the servlet .
> servlets forward the request to Hello.html
> This Hello.html has xform tags.
> But this is not getting processed by the oxf  xform processor. As when the
> Hello.html is displayed xform tags are not indetified and expected display
> doen not appear.
>
>
> Can any body help me in this?
>
> Regards,
> Jagan.

_______________________________________________
oxf-users mailing list
[EMAIL PROTECTED]
http://mail.orbeon.com/mailman/listinfo/oxf-users

Reply via email to