Page Processing Error - Problems Processing Event

2008-11-24 Thread madppiper
ource) -- View this message in context: http://www.nabble.com/Page-Processing-Error---Problems-Processing-Event-tp20666157p20666157.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Page Processing Error - Problems Processing Event

2008-11-25 Thread madppiper
xtFilter.java:253:WARN ] [Filtered request]: /cmspublic.html (/control/main) 2008-11-25 15:10:36,421 (http-0.0.0.0-8080-52) [ControlEventListener.java:63 :INFO ] Creating session: 4178EA3EF57E6B7D0692779A4DA7C6C3.jvm1 -- View this message in context: http://www.nabble.com/Page-Processing-Error---P

Re: Page Processing Error - Problems Processing Event

2008-11-25 Thread BJ Freeman
logs have many levels of reporting. none of the logs you show have errors, they are informational. if URL url=new URL("http://localhost:8080/cmspublic"+getUrl); is related to ofbiz you are not going through the controller. 2008-11-25 15:10:36,421 (http-0.0.0.0-8080-52) [ ContextFilter.java:193:INFO

Re: Page Processing Error - Problems Processing Event

2008-11-25 Thread madppiper
Absolutely... So how would i get through the controller exactly? I do not want to include the ftl files of the cms directly, because then I wouldn't be using the cms-renderer... -- View this message in context: http://www.nabble.com/Page-Processing-Error---Problems-Processing-

Re: Page Processing Error - Problems Processing Event

2008-11-25 Thread BJ Freeman
There are many examples in ofbiz. madppiper sent the following on 11/25/2008 10:03 AM: > Absolutely... > > > So how would i get through the controller exactly? I do not want to include > the ftl files of the cms directly, because then I wouldn't be using the > cms-renderer... >

Re: Page Processing Error - Problems Processing Event

2008-11-25 Thread BJ Freeman
to clarify: there are no examples how to pass an htm files into ofbiz. there are examples how to marshal information into Context or httpRequests and pass them thru the controller to services, events, and or views. BJ Freeman sent the following on 11/25/2008 10:09 AM: > There are many examples in

Re: Page Processing Error - Problems Processing Event

2008-11-26 Thread madppiper
the >>> cms-renderer... >>> >> >> > > -- View this message in context: http://www.nabble.com/Page-Processing-Error---Problems-Processing-Event-tp20666157p20697744.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Page Processing Error - Problems Processing Event

2008-11-26 Thread madppiper
e are many examples in ofbiz. >>>> >>>> madppiper sent the following on 11/25/2008 10:03 AM: >>>>> Absolutely... >>>>> >>>>> >>>>> So how would i get through the controller exactly? I do not want to >>>>

Re: Page Processing Error - Problems Processing Event

2008-11-26 Thread BJ Freeman
it is real important that you understand how ofbiz works. Taking the time to go through the documentation will get you further ahead. look at the content module since CMS is what you are trying todo. I would say the best is to pass you data into a event that you then parse your data using java. So

Re: Page Processing Error - Problems Processing Event

2008-11-26 Thread madppiper
e webtools directory on the ofbiz interface... -- View this message in context: http://www.nabble.com/Page-Processing-Error---Problems-Processing-Event-tp20666157p20702463.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Page Processing Error - Problems Processing Event

2008-11-26 Thread BJ Freeman
the google implementation uses xml, the paypal IPN uses a an html response but does not go through the controller. It is a is being return to the code that send the original request, which then parses the parms returned. So I doubt either will help you. madppiper sent the following on 11/26/2008

Re: Page Processing Error - Problems Processing Event

2008-11-26 Thread madppiper
Never mind, the code posted above works just swell... anybody interested in this: go ahead and use it ;) -- View this message in context: http://www.nabble.com/Page-Processing-Error---Problems-Processing-Event-tp20666157p20704788.html Sent from the OFBiz - User mailing list archive at

Re: Page Processing Error - Problems Processing Event

2008-11-26 Thread BJ Freeman
you can put this on the wiki for reference. just add a page http://docs.ofbiz.org/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo madppiper sent the following on 11/26/2008 8:51 AM: > Never mind, the code posted above works just swell... anybody interested in > this: go ahead and use it ;)

Re: Page Processing Error - Problems Processing Event

2008-12-04 Thread madppiper
8:51 AM: >> Never mind, the code posted above works just swell... anybody interested >> in >> this: go ahead and use it ;) > > Done: http://docs.ofbiz.org/display/OFBIZ/Magnolia+CMS+Integration+Guide And linked on the above page... -- View this message in context: h

Re: Page Processing Error - Problems Processing Event

2008-12-04 Thread Jacques Le Roux
ing on 11/26/2008 8:51 AM: Never mind, the code posted above works just swell... anybody interested in this: go ahead and use it ;) Done: http://docs.ofbiz.org/display/OFBIZ/Magnolia+CMS+Integration+Guide And linked on the above page... -- View this message in context: http://www.nabble.

Re: Page Processing Error - Problems Processing Event

2008-12-04 Thread madppiper
t;> >> >> >> Done: >> http://docs.ofbiz.org/display/OFBIZ/Magnolia+CMS+Integration+Guide >> >> >> And linked on the above page... >> >> -- >> View this message in context: >> http://www.nabble.com/Page-Processing-Error---Problems-P

Re: Page Processing Error - Problems Processing Event

2008-12-04 Thread Jacques Le Roux
ted in this: go ahead and use it ;) Done: http://docs.ofbiz.org/display/OFBIZ/Magnolia+CMS+Integration+Guide And linked on the above page... -- View this message in context: http://www.nabble.com/Page-Processing-Error---Problems-Processing-Event-tp20666157p20832634.html Sent from the O