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

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 > > Pardee

RE: Access html page from controller.xml

2009-08-05 Thread Pardeep . Ruhil
e not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system. Hemanth Kumar Kanamarlapudi 08/05/2009 12:38 PM Please respond to user@ofbiz.apache.org To "user@ofbiz.apache.org" cc "pardeep.ru...@lntinfot

RE: Access html page from controller.xml

2009-08-05 Thread Hemanth Kumar Kanamarlapudi
Hi Pradeep, Try 1: Include In your controller.xml There you have jsp handler So you can write simple html inside jsp itself and use it for html with out having dynamic content. Try 2 : In controller.xml In YourScreens.xml