allowedPaths init param in web.xml might be helpful to you putting it for your reference <init-param> <param-name>allowedPaths</param-name> <param-value>/control:/select:/index.html:/index.jsp:/default.html:/default.jsp:/images:/includes/maincss.css</param-value> </init-param>
________________________________ From: Amit Shinde [mailto:[EMAIL PROTECTED] Sent: Mon 11/27/2006 10:50 AM To: [email protected] Subject: RE: Access html file directly without controller Hi David, I am basically creating prototypes for evaluating various AJAX frameworks for a client. I have created a couple prototypes - one based on JSON and other on GWT. JSON prototype is completed and GWT is almost completed. There are still a few things like session management, security and integration in screen widgets etc. that I need to look at in GWT. Have you worked on GWT before? These prototypes might be commited in OFBiz so that the community can refer and leverage the prototypes. I would like your help in GWT in pretty much anything you want. Thanks, Amit Shinde ----Original Message----- From: David Goodenough [mailto:[EMAIL PROTECTED] Sent: Monday, November 27, 2006 4:08 PM To: [email protected] Subject: Re: Access html file directly without controller On Monday 27 November 2006 05:17, Amit Shinde wrote: > Hello Everyone, > > Do you know if we can access html directly in OFBiz without going through > the controller? I am trying to integrate Google Web Toolkit with OFBiz and > when we compile the source code everytime, new html files are created by > the GWT compiler with different names and they are accessed from the > client. So I have to go to the controller and rename the request-map and > view-map to the newly created file. Let me know if there is a way so that I > dont have to edit the controller after every compile. > > > Thanks in advance, > > Amit Shinde Nothing to do with your question, but can I ask what you are using GWT for with Ofbiz? I am keen on GWT and OfBiz and if you are doing anything generic I would be interested to help. David
