RE: Access html page from controller.xml

2009-08-05 Thread Hemanth Kumar Kanamarlapudi
Hi Pradeep, Try 1: Include include location=component://common/webcommon/WEB-INF/common-controller.xml/ In your controller.xml There you have jsp handler handler name=jsp type=view class=org.ofbiz.webapp.view.JspViewHandler/ So you can write simple html inside jsp itself and use it for

RE: Access html page from controller.xml

2009-08-05 Thread Pardeep . Ruhil
...@lntinfotech.com pardeep.ru...@lntinfotech.com Subject RE: Access html page from controller.xml Hi Pradeep, Try 1: Include include location=component://common/webcommon/WEB-INF/common-controller.xml/ In your controller.xml There you have jsp handler handler name=jsp type=view class

Re: Access html page from controller.xml

2009-08-05 Thread BJ Freeman
html is not supported directly use ftl's or widgets pardeep.ru...@lntinfotech.com sent the following on 8/4/2009 11:52 PM: Hi, I want to call a html page from controller.xml. Is there handler for rendering html pages in OFBiz. Please help me how to do this. Thanks Regards Pardeep Ruhil

RE: Access html page from controller.xml

2009-08-05 Thread Hemanth Kumar Kanamarlapudi
Try to change the extension as .ftl or .jsp and see -Original Message- From: pardeep.ru...@lntinfotech.com [mailto:pardeep.ru...@lntinfotech.com] Sent: Wednesday, August 05, 2009 2:08 PM To: user@ofbiz.apache.org Subject: RE: Access html page from controller.xml Hi Thanks for your reply