Re: OFBiz Demo site being down

2014-04-03 Thread Jacques Le Roux
After 3 weeks I called them again. To at least have a future date. For now even not a promise :/ It would be good if we could sync to release R13.07 then... Jacques Le 01/04/2014 11:08, Jacques Le Roux a écrit : I don't want to spend time (read have free time) changing from stable=R11.04 to

Separation of concerns in the ControlServlet

2014-04-03 Thread Ean Schuessler
In our internal development we have been working to keep our app logic inside services and not let it leak out into the web action code. In general, we're basically working to eliminate the use of code in the actions and move it all the way out to client side javascript. By the time the client talk

Re: Separation of concerns in the ControlServlet

2014-04-03 Thread adrian . crum
Personally, I try to avoid putting things in the session because it causes quirky behavior. If you want to move to RESTful services, then the application state should remain in the representation (Fielding). More on OFBiz and REST: https://issues.apache.org/jira/browse/OFBIZ-4274 -Adrian

Application submenu creation

2014-04-03 Thread Julien NICOLAS
Hi all, I try to create new theme and I would like to know where is defined the dropdown submenu html structure. My goal is to change div and ul sequence to match with bootstrap framework. I find something in framework/widget/src/org/ofbiz/widget/html but nothing that I try to modified work...

[jira] [Commented] (OFBIZ-4274) Implement a REST Servlet

2014-04-03 Thread Ean Schuessler (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959293#comment-13959293 ] Ean Schuessler commented on OFBIZ-4274: --- Great stuff. What would you think about su

ApacheCon

2014-04-03 Thread Ean Schuessler
I have some business in Los Angeles and may consider coming through Denver to meet with people. I'm not particularly interested in paying $700 for ApacheCon because I feel that the price is too high. Sorry if that seems unsupportive. How many people will be in town for ApacheCon and would there be

Re: ApacheCon

2014-04-03 Thread Anil Patel
Ean, Please talk to Mike, He may have a pass that he can give you. Thanks and Regards Anil Patel COO Hotwax Media Inc http://www.hotwaxmedia.com/ ApacheCon US 2014 Silver Sponsor http://na.apachecon.com/sponsor/our-sponsors On Apr 3, 2014, at 4:32 PM, Ean Schuessler wrote: > I have some busin

Re: ApacheCon

2014-04-03 Thread Ean Schuessler
Well, I hate to ask for special treatment but thanks! (I still think ApacheCon is overpriced. Could we get FOSDEM US? Hello, Portland? Someone?) - "Anil Patel" wrote: > Please talk to Mike, He may have a pass that he can give you. -- Ean Schuessler, CTO e...@brainfood.com 214-720-0700 x

Re: Application submenu creation

2014-04-03 Thread Rong NGUYEN KHAC
Hi Julien, Try "HtmlMenuRenderer.java" in "framework/widget/src/org/ofbiz/widget/html", put some changes in "renderLink" method, rebuild and view your desired changes. Your path is a good point to start! *Rong Nguyen, Olbius JSC* *195 Kham Thien - Viet Nam* On Fri, Apr 4, 2014 at 4:39 AM, Julien

[jira] [Commented] (OFBIZ-5594) Focus input(dropdown list) when click on label in widget form

2014-04-03 Thread Wei Zhang (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959559#comment-13959559 ] Wei Zhang commented on OFBIZ-5594: -- Hi Jacques, This caused another error in csv downloa

[jira] [Commented] (OFBIZ-5594) Focus input(dropdown list) when click on label in widget form

2014-04-03 Thread Rong Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959565#comment-13959565 ] Rong Nguyen commented on OFBIZ-5594: hi Wei Zhang, I don't know what case you use to t

[jira] [Commented] (OFBIZ-5594) Focus input(dropdown list) when click on label in widget form

2014-04-03 Thread Wei Zhang (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959574#comment-13959574 ] Wei Zhang commented on OFBIZ-5594: -- Hi Rong, The error occurred when I downloaded a CSV

[jira] [Commented] (OFBIZ-5594) Focus input(dropdown list) when click on label in widget form

2014-04-03 Thread Wei Zhang (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959576#comment-13959576 ] Wei Zhang commented on OFBIZ-5594: -- I think only htmlFormMacroLibrary.ftl need "for" attr

[jira] [Commented] (OFBIZ-5594) Focus input(dropdown list) when click on label in widget form

2014-04-03 Thread Rong Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959587#comment-13959587 ] Rong Nguyen commented on OFBIZ-5594: hi Wei Zhang, Is there any way to know the kind o