Re: How can I call the servicedef/service.xml in the freemarker?

2014-03-31 Thread gavinju
Thank you for your help.

My case is, For example, in PartyMenus.xml: "

 
 
 
 

"
Now, because some reasean, I have rewrite the code using freemarker.
In my freemarker, my code is :
${uiLabelMap.CommonSecurity} <${contextPath}/control/FindSecurityGroup>  
but how can I invoke the service-name in my freemarker?



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/How-can-I-call-the-servicedef-service-xml-in-the-freemarker-tp4650039p4650044.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: How can I call the servicedef/service.xml in the freemarker?

2014-03-31 Thread gavinju
Thank you very much.
I have solved the problem follow your solution.

Best Regards
Gavin.Ju



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/How-can-I-call-the-servicedef-service-xml-in-the-freemarker-tp4650039p4650046.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Who can tell me the difference between ofbiz in svn and github ?

2014-04-03 Thread gavinju
I want to know the difference between the
"http://svn.apache.org/repos/asf/ofbiz/branches/release13.07"; and
"https://github.com/apache/ofbiz";.
Who can tell me?

Thank you!



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Who-can-tell-me-the-difference-between-ofbiz-in-svn-and-github-tp4650182.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


How can I upgrade the ofbiz version of the opentaps?

2014-04-07 Thread gavinju
Now, the new version of ofbiz is 13.07.
How can I upgrade the ofbiz version of the opentaps?
Please give me some ideas.

Thank you very much.



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/How-can-I-upgrade-the-ofbiz-version-of-the-opentaps-tp4650258.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Example Birt report not generated in 12.04.02

2014-08-02 Thread gavinju
Hi 
I was trying to run sample birt report in 12.04, I was not able to view the
result, looks like data fetched, but problem in viewing the report, please
let me know if any configuration i am missing here 

thanks 
GavinJu



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Example-Birt-report-not-generated-in-12-04-02-tp4653130.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Example Birt report not generated in 12.04.02

2014-08-03 Thread gavinju
Thank you for your help.



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Example-Birt-report-not-generated-in-12-04-02-tp4653130p4653145.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


FOP reports cann't refresh in the browser!

2014-08-05 Thread gavinju
I think this is a bug.
When i clink the "run" button, and a new tab page for a fop report. The
content is crrect,
but when i refresh the pdf web page, the content is changed.

Anyone can help me ?
I am not sure this is a bug.



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/FOP-reports-cann-t-refresh-in-the-browser-tp4653181.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: FOP reports cann't refresh in the browser!

2014-08-05 Thread gavinju
For example, when visit the page
:https://localhost:8443/ordermgr/control/OrderPurchaseReportOptions
input some query parameter, then click the run button in the "Sales by Store
Report" screen.
and the conten of pdf reports is correct, but when refresh the pdf web page,
the content is changed.



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/FOP-reports-cann-t-refresh-in-the-browser-tp4653181p4653182.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


BIRT Run error in the ofbiz 14.02

2014-08-05 Thread gavinju
When i was running the birt report, and the page is error . 
The log message as follow: 
[java] 2014-08-03 19:25:32,363 (http-0.0.0.0-8443-1)
[ControlEventListener.java:65 :INFO ] Creating session:
426D29A52C412749A03303959F192180.jvm1 
 [java] Aug 03, 2014 7:25:33 PM
org.apache.catalina.core.StandardWrapperValve invoke 
 [java] SEVERE: Servlet.service() for servlet EngineServlet threw
exception 
 [java] java.lang.NoSuchMethodError:
org.mozilla.javascript.ContextFactory.enterContext()Lorg/mozilla/javascript/Context;
 
 [java] at
org.eclipse.birt.report.model.simpleapi.ReportDesign.initFunctions(ReportDesign.java:370)
 
 [java] at
org.eclipse.birt.report.model.simpleapi.ReportDesign.(ReportDesign.java:81)
 
 [java] at
org.eclipse.birt.report.model.simpleapi.ElementUtil.getElement(ElementUtil.java:59)
 
 [java] at
org.eclipse.birt.report.model.api.impl.SimpleElementFactory.getElement(SimpleElementFactory.java:279)
 
 [java] at
org.eclipse.birt.report.engine.executor.ExecutionContext.registerDesign(ExecutionContext.java:1338)
 
 [java] at
org.eclipse.birt.report.engine.executor.ExecutionContext.initializeScriptContext(ExecutionContext.java:378)
 
 [java] at
org.eclipse.birt.report.engine.executor.ExecutionContext.getScriptContext(ExecutionContext.java:1093)
 
 [java] at
org.eclipse.birt.report.engine.executor.ExecutionContext.setLocale(ExecutionContext.java:823)
 
 [java] at
org.eclipse.birt.report.engine.api.impl.EngineTask.doSetLocale(EngineTask.java:276)
 
 [java] at
org.eclipse.birt.report.engine.api.impl.EngineTask.setLocale(EngineTask.java:270)
 
 [java] at
org.eclipse.birt.report.service.ReportEngineService.createGetParameterDefinitionTask(ReportEngineService.java:447)
 
 [java] at
org.eclipse.birt.report.service.BirtViewerReportService.getParameterDefinitionTask(BirtViewerReportService.java:851)
 
 [java] at
org.eclipse.birt.report.service.BirtViewerReportService.getParameterDefinitions(BirtViewerReportService.java:728)
 
 [java] at
org.eclipse.birt.report.context.ViewerAttributeBean.__initParameters(ViewerAttributeBean.java:250)
 
 [java] at
org.ofbiz.birt.report.context.BirtViewerAttributeBean.__init(BirtViewerAttributeBean.java:65)
 
 [java] at
org.eclipse.birt.report.context.BaseAttributeBean.init(BaseAttributeBean.java:233)
 
 [java] at
org.eclipse.birt.report.context.ViewerAttributeBean.(ViewerAttributeBean.java:118)
 
 [java] at
org.ofbiz.birt.report.context.BirtViewerAttributeBean.(BirtViewerAttributeBean.java:37)
 
 [java] at
org.ofbiz.birt.report.context.OFBizBirtContext.__init(OFBizBirtContext.java:43) 
 [java] at
org.eclipse.birt.report.context.BaseContext.(BaseContext.java:69) 
 [java] at
org.eclipse.birt.report.context.BirtContext.(BirtContext.java:30) 
 [java] at
org.ofbiz.birt.report.context.OFBizBirtContext.(OFBizBirtContext.java:34) 
 [java] at
org.ofbiz.birt.report.servlet.BirtEngineServlet.__getContext(BirtEngineServlet.java:57)
 
 [java] at
org.eclipse.birt.report.servlet.BaseReportEngineServlet.doGet(BaseReportEngineServlet.java:163)
 
 [java] at
org.eclipse.birt.report.servlet.BaseReportEngineServlet.doPost(BaseReportEngineServlet.java:224)
 
 [java] at javax.servlet.http.HttpServlet.service(HttpServlet.java:641) 
 [java] at
org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
 
 [java] at javax.servlet.http.HttpServlet.service(HttpServlet.java:722) 
 [java] at
org.eclipse.birt.report.servlet.BaseReportEngineServlet.service(BaseReportEngineServlet.java:116)
 
 [java] at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
 
 [java] at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 
 [java] at
org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerFilter.java:68) 
 [java] at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
 
 [java] at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 
 [java] at
org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:337) 
 [java] at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
 
 [java] at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 
 [java] at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
 
 [java] at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
 
 [java] at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) 
 [java] at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103) 
 [java] at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
 
 [java] at
org.apache.catalina.valves.AccessLogValve.in

Re: FOP reports cann't refresh in the browser!

2014-08-11 Thread gavinju
hi, Christian Carlow-OFBizzer
How can you solve it? put the method="GET" ? Please give some detailed
information about your solution.
Thank you very much.



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/FOP-reports-cann-t-refresh-in-the-browser-tp4653181p4653405.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


When click the "Go Back" button, the style of the page is mess

2014-08-13 Thread gavinju
For Example:
1.  The first, login the HR:
http://demo-old-ofbiz.apache.org/humanres/control/main?externalLoginKey=EL185424107487
2.  In the HR Main page, click the company link:
Then clink the "update" button in the "Contact Information" screen,
3. After click the update button, the url of page is
"http://demo-old-ofbiz.apache.org/humanres/control/editcontactmech?partyId=Company&contactMechId=9000";
4. The rending page is very mess, looks like css missing.

Somebody can help me, thank you very much.
The attachment is my screen copy.



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/When-click-the-Go-Back-button-the-style-of-the-page-is-mess-tp4653438.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: When click the "Go Back" button, the style of the page is mess

2014-08-13 Thread gavinju
01.GIF   
02.GIF   
03.GIF   
04.GIF   



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/When-click-the-Go-Back-button-the-style-of-the-page-is-mess-tp4653438p4653482.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: When click the "Go Back" button, the style of the page is mess

2014-08-13 Thread gavinju
Hello, Jacques Le Roux
I have submit the screen copy.

Thank you very much.



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/When-click-the-Go-Back-button-the-style-of-the-page-is-mess-tp4653438p4653483.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: When click the "Go Back" button, the style of the page is mess

2014-08-18 Thread gavinju
I had submited the issue for jira.
 
https://issues.apache.org/jira/browse/OFBIZ-5720?filter=-2



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/When-click-the-Go-Back-button-the-style-of-the-page-is-mess-tp4653438p4653995.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


There is a big bug in the Date Component.

2014-08-21 Thread gavinju
Yesterday, I had upgraded my ofbiz version 12.04.04.
But the Date Component can't do well, after I selected, and there was
nothing to appear.

Attachment is my screen copy.



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/There-is-a-big-bug-in-the-Date-Component-tp4654154.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: There is a big bug in the Date Component.

2014-08-21 Thread gavinju
Snap1.gif   
This is my screen copy.



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/There-is-a-big-bug-in-the-Date-Component-tp4654154p4654155.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: There is a big bug in the Date Component.

2014-08-21 Thread gavinju
Snap2.gif   
This is the screen copy in the 13.07, it is right.



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/There-is-a-big-bug-in-the-Date-Component-tp4654154p4654156.html
Sent from the OFBiz - User mailing list archive at Nabble.com.