[jira] Commented: (OFBIZ-1638) Loss in (at least) ContentUiLabels.xml

2008-02-15 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12569206#action_12569206 ] Jacques Le Roux commented on OFBIZ-1638: Hans, Actually it's not so much work on

[jira] Updated: (OFBIZ-1645) Screens to manage Forecast in SFA webapp

2008-02-15 Thread Anil K Patel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anil K Patel updated OFBIZ-1645: Priority: Minor (was: Major) Screens to manage Forecast in SFA webapp

[jira] Created: (OFBIZ-1646) Screens to manage Opportunities in SFA webapp

2008-02-15 Thread Anil K Patel (JIRA)
Screens to manage Opportunities in SFA webapp - Key: OFBIZ-1646 URL: https://issues.apache.org/jira/browse/OFBIZ-1646 Project: OFBiz Issue Type: New Feature Reporter: Anil K Patel

[jira] Created: (OFBIZ-1645) Screens to manage Forecast in SFA webapp

2008-02-15 Thread Anil K Patel (JIRA)
Screens to manage Forecast in SFA webapp Key: OFBIZ-1645 URL: https://issues.apache.org/jira/browse/OFBIZ-1645 Project: OFBiz Issue Type: New Feature Reporter: Anil K Patel The screens

[jira] Closed: (OFBIZ-1638) Loss in (at least) ContentUiLabels.xml

2008-02-15 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-1638. -- Resolution: Fixed Fix Version/s: SVN trunk Assignee: Jacques Le Roux Committed

[jira] Created: (OFBIZ-1647) Logged in party is not able to update its own status (disable his profile)

2008-02-15 Thread Mridul Pathak (JIRA)
Logged in party is not able to update its own status (disable his profile) -- Key: OFBIZ-1647 URL: https://issues.apache.org/jira/browse/OFBIZ-1647 Project: OFBiz Issue

[jira] Updated: (OFBIZ-1647) Logged in party is not able to update its own status (disable his profile)

2008-02-15 Thread Mridul Pathak (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mridul Pathak updated OFBIZ-1647: - Attachment: partyStatusPermissionCheck_refactored_15-02-08.patch Here is the patch for the fix.

Need help from a Java guru

2008-02-15 Thread Adrian Crum
I'm working on modifying the screen widgets to support Dojo (or any other third party library). I set up the widgets to get their rendering classes from a factory method instead of using the new operator. The factory method uses the ObjectType.getInstance(...) methods to create the class

Re: Need help from a Java guru

2008-02-15 Thread David E Jones
You should be able to cast the ones you pass in, but I'm still not totally sure how you're doing this. Could you send a code snippet or just commit the code you're working on in an inactive state (ie not called by anything)? BTW, in general for the AJAX stuff my thought was to add new

Re: Need help from a Java guru

2008-02-15 Thread Adrian Crum
Thanks David! I'll try your suggestion. Regarding the Dojo support strategy I had in mind: it has been mentioned in the past that something like that could be implemented by extending the existing HTML rendering classes. I agree with that view, since these libraries simply add attributes and

[jira] Closed: (OFBIZ-1639) Geo data for Bulgaria

2008-02-15 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-1639. -- Resolution: Fixed Done in revision: 628129 Geo data for Bulgaria -

[jira] Commented: (OFBIZ-1639) Geo data for Bulgaria

2008-02-15 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12569321#action_12569321 ] Jacques Le Roux commented on OFBIZ-1639: I don't think so (else why are they

[jira] Created: (OFBIZ-1648) Sandbox: Improved Screen Widgets, adding 3rd party rendering library support

2008-02-15 Thread Adrian Crum (JIRA)
Sandbox: Improved Screen Widgets, adding 3rd party rendering library support Key: OFBIZ-1648 URL: https://issues.apache.org/jira/browse/OFBIZ-1648 Project: OFBiz

[jira] Reopened: (OFBIZ-1639) Geo data for Bulgaria

2008-02-15 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reopened OFBIZ-1639: Geo data for Bulgaria - Key: OFBIZ-1639

[jira] Commented: (OFBIZ-1590) Introduction of new reservation entities

2008-02-15 Thread Valentina Sirkova (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12569394#action_12569394 ] Valentina Sirkova commented on OFBIZ-1590: -- Here is my second comment. Hans and

[jira] Commented: (OFBIZ-1590) Introduction of new reservation entities

2008-02-15 Thread Valentina Sirkova (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12569385#action_12569385 ] Valentina Sirkova commented on OFBIZ-1590: -- Here is the first comment. 1. I do

Re: Need help from a Java guru

2008-02-15 Thread Adrian Crum
David, I solved the problem. The code I mentioned is in this Jira issue: https://issues.apache.org/jira/browse/OFBIZ-1648 -Adrian David E Jones wrote: You should be able to cast the ones you pass in, but I'm still not totally sure how you're doing this. Could you send a code snippet or

[jira] Commented: (OFBIZ-1590) Introduction of new reservation entities

2008-02-15 Thread Valentina Sirkova (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12569379#action_12569379 ] Valentina Sirkova commented on OFBIZ-1590: -- Hans, First of all, thanks for caring

[jira] Commented: (OFBIZ-1590) Introduction of new reservation entities

2008-02-15 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12569406#action_12569406 ] Jacopo Cappellato commented on OFBIZ-1590: -- Valentina, about your point #2: I

[jira] Updated: (OFBIZ-1648) Sandbox: Improved Screen Widgets, adding 3rd party rendering library support

2008-02-15 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-1648: --- Attachment: widget_improvements.patch The attached patch might look like a major refactoring, but

BlogUiLabels.properties

2008-02-15 Thread Jacques Le Roux
Hi All, This file seems not used, can we get rid of it ? Jacques

[jira] Commented: (OFBIZ-1590) Introduction of new reservation entities

2008-02-15 Thread Valentina Sirkova (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12569413#action_12569413 ] Valentina Sirkova commented on OFBIZ-1590: -- Thank you very much Jacopo for your

[jira] Issue Comment Edited: (OFBIZ-1590) Introduction of new reservation entities

2008-02-15 Thread Valentina Sirkova (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12569385#action_12569385 ] valentina edited comment on OFBIZ-1590 at 2/15/08 3:38 PM:

[jira] Commented: (OFBIZ-1590) Introduction of new reservation entities

2008-02-15 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12569511#action_12569511 ] Hans Bakker commented on OFBIZ-1590: Valentina, First of all thank you for the

Re: Need help from a Java guru

2008-02-15 Thread David E Jones
On Feb 15, 2008, at 10:24 AM, Adrian Crum wrote: Thanks David! I'll try your suggestion. Regarding the Dojo support strategy I had in mind: it has been mentioned in the past that something like that could be implemented by extending the existing HTML rendering classes. I agree with that

Re: Need help from a Java guru

2008-02-15 Thread Jacopo Cappellato
Maybe it is off topic, and I've already sent this link in another thread one or two months ago, but what do you think about this project: http://incubator.apache.org/xap/ ? Could it help to enhance the widgets with dynamic elements? Jacopo David E Jones wrote: On Feb 15, 2008, at 10:24