Hippo CMS

2010-06-18 Thread Scott Gray
Anybody using or considered using Hippo CMS (onehippo.org) in conjunction with OFBiz? - Apache Licensed - Uses Jackrabbit as its repository - Supports Versioning, Internationalization, Publishing Workflows and more We could start out by using Hippo's UI to manage content and retrieve it for disp

Re: Date format issue

2010-06-18 Thread Scott Gray
Here's an example: Line 115: class="alert" /> Regards Scott On 19/06/2010, at 2:51 AM, El Ansari Abdesamad wrote: > Thanks for ur quick answer... but I've not found where it's hard coded in the > ftl. > I've found other ftl in the application with the same code but the dates are > well displa

Re: Java to FTL

2010-06-18 Thread Scott Gray
I assume you're talking about java request events? request.setAttribute() is the correct way to do it and no it doesn't just allow strings, you can store any object as a request attribute. Regards Scott HotWax Media http://www.hotwaxmedia.com On 18/06/2010, at 11:33 PM, Levenimeux wrote: >

[jira] Updated: (OFBIZ-3826) Product Categories page without category name

2010-06-18 Thread Eric DE MAULDE (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric DE MAULDE updated OFBIZ-3826: -- Attachment: ProductForms-UpdateProductCategoryMember-NameAndId.patch Into UpdateProductCategory

[jira] Updated: (OFBIZ-3826) Product Categories page without category name

2010-06-18 Thread Eric DE MAULDE (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric DE MAULDE updated OFBIZ-3826: -- Description: Into the form UpdateProductCategoryMemeber (Product Categories page) categoryId ap

[jira] Created: (OFBIZ-3826) Product Categories page without category name

2010-06-18 Thread Eric DE MAULDE (JIRA)
Product Categories page without category name - Key: OFBIZ-3826 URL: https://issues.apache.org/jira/browse/OFBIZ-3826 Project: OFBiz Issue Type: Improvement Components: product Affect

Re: Address Parser/Jgeocoder

2010-06-18 Thread BJ Freeman
it was part of a complete address revision that never got to ofbiz svn. the wiki pages, as far as I know never go moved over. it is only in my own version, currently. Darren Hartford sent the following on 6/18/2010 1:15 PM: = BJ Freeman http://bjfreeman.elance.com Strate

Address Parser/Jgeocoder

2010-06-18 Thread Darren Hartford
Hey all,I was searching around for address parser libraries, and I saw Jgeocoder (with it's google group full of spam but no recent activity), and came across this post from ofbiz: http://www.mail-archive.com/dev@ofbiz.apache.org/msg23432.html What direction have you guys gone for Address Parsing

Re: Nested form-widgets

2010-06-18 Thread Adam Heath
Levenimeux wrote: >--> How can we Iterate in a single field (in this case category) ? or can > we have a nested forms ? Nested forms are not possible. html itself doesn't allow it. This is just not allowed at all in html.

Re: Nested form-widgets

2010-06-18 Thread Jacques Le Roux
Please use rather user ML for such questions, see why here : http://cwiki.apache.org/confluence/display/OFBADMIN/Mailing+Lists#MailingLists-DesignanddevelopmentList:dev@ofbiz.apache.org Thanks Jacques From: "Levenimeux" Hi all, I'm trying (with my team) to build a new eCommerce webapp using

Re: beanshell and ftl

2010-06-18 Thread Jacques Le Roux
Please use rather user ML for such questions, see why here : http://cwiki.apache.org/confluence/display/OFBADMIN/Mailing+Lists#MailingLists-DesignanddevelopmentList:dev@ofbiz.apache.org Thanks Jacques From: "siimo" my problem is that i can't receive the result of the beanshell in my ftl page.

beanshell and ftl

2010-06-18 Thread siimo
my problem is that i can't receive the result of the beanshell in my ftl page.could you please help me -- View this message in context: http://ofbiz.135035.n4.nabble.com/beanshell-and-ftl-tp2260058p2260058.html Sent from the OFBiz - Dev mailing list archive at Nabble.com.

Nested form-widgets

2010-06-18 Thread Levenimeux
Hi all, I'm trying (with my team) to build a new eCommerce webapp using OFBiz, and we're stuck with form-widgets, so here's the problem : - Need : I have two related tables (many to many), Items and their categories, I need to display Items for each category a part using form-widgets. So defini

[jira] Commented: (OFBIZ-3825) Proposal for adding new functionality in Leave sub tab under HR module

2010-06-18 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880233#action_12880233 ] BJ Freeman commented on OFBIZ-3825: --- as far as setup having a couple of standard type tem

[jira] Commented: (OFBIZ-3825) Proposal for adding new functionality in Leave sub tab under HR module

2010-06-18 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880231#action_12880231 ] BJ Freeman commented on OFBIZ-3825: --- sounding better. I suggest that the setup of the agr

Re: Date format issue

2010-06-18 Thread El Ansari Abdesamad
Thanks for ur quick answer... but I've not found where it's hard coded in the ftl. I've found other ftl in the application with the same code but the dates are well displayed. Thanks for ur help ! - Mail Original - De: "Scott Gray" À: dev@ofbiz.apache.org Envoyé: Vendredi 18 Juin 2010 1

[jira] Commented: (OFBIZ-3825) Proposal for adding new functionality in Leave sub tab under HR module

2010-06-18 Thread Swapnil Sawant (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880169#action_12880169 ] Swapnil Sawant commented on OFBIZ-3825: --- Hi BJ, As per your comments, we have come u

Re: Date format issue

2010-06-18 Thread Scott Gray
It's hard coded that way in the freemarker template EditCustomTimePeriod.ftl, changing it in there should fix the issue. Ideally that whole screen should be converted to form widgets, I don't really see anything in there that requires freemarker. Regards Scott HotWax Media http://www.hotwaxme

Date format issue

2010-06-18 Thread El Ansari Abdesamad
Hi, If you go to https://demo-trunk.ofbiz.apache.org/accounting/control/EditCustomTimePeriod you'll see that dates are shown in a specific format. For example : Jan 1, 2009. Can someone tell me how to change this so that it's like in all the other screens ? And besides, if you try to update

[jira] Issue Comment Edited: (OFBIZ-3825) Proposal for adding new functionality in Leave sub tab under HR module

2010-06-18 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880128#action_12880128 ] BJ Freeman edited comment on OFBIZ-3825 at 6/18/10 5:34 AM: As

[jira] Commented: (OFBIZ-3825) Proposal for adding new functionality in Leave sub tab under HR module

2010-06-18 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880128#action_12880128 ] BJ Freeman commented on OFBIZ-3825: --- As i stated before all the leave data storage can be

[jira] Commented: (OFBIZ-3801) Set webside Id in context filter

2010-06-18 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880094#action_12880094 ] Jacques Le Roux commented on OFBIZ-3801: Hi Sascha, As it was not a big deal I for

Re: svn commit: r955631 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/ContextFilter.java

2010-06-18 Thread Jacques Le Roux
Hi Scott, I must say I'm not quite sure. I wondered also and wanted to revert it all. At 1st place Sascha tried to improve by using WebSiteWorker.getWebSiteId. But, as you certainly now it introduced an UTF-8 quirk. I was very busy and forgot to ask Sascha why he did so, it's done, waiting his

[jira] Commented: (OFBIZ-3825) Proposal for adding new functionality in Leave sub tab under HR module

2010-06-18 Thread Swapnil Sawant (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880089#action_12880089 ] Swapnil Sawant commented on OFBIZ-3825: --- Hi BJ, As per your comments, we have modif