Re: howto escape from iterate list in simple-method

2011-06-24 Thread Scott Gray
The implementation would not be trivial, the simple method structure wouldn't easily support this type of control flow. Plus it would be difficult to get the xsd right, allowing the operation to appear only within the iterable operations but possibly deeply nested. Regards Scott On

Re: How to implement Having function in view-entity defination?

2011-06-24 Thread Rishi Solanki
While defining the view entity, you may use group-by on the field aka alias of the view entity. Then you can add condition in the bottom using entity-condition in the bottom of view entity definition. See the view-entity ExampleStatusItem in the /framework/example/entitydef/entitymodel_view.xml

auto complete

2011-06-24 Thread BJ Freeman
when typing I get one or two characters typed and they there is about 5-15 sec delay. Also when it comes back it resets the cursor to the begging of what I type. it seems that after typing the same thing over and over, that finally it is quick. using FF I find this with Google as well so not a

Re: Unable to view content of party by admin account

2011-06-24 Thread Jacques Le Roux
Which Release. revision are you using? I can't reproduce on trunk demo Jacques From: russp remprof...@gmail.com Jacques Le Roux wrote: How were you able to add a content to the party without errors (please give us an use case) ? Because there is already a Jira issue opens for this

Re: Unable to view content of party by admin account

2011-06-24 Thread russp
I am using the stable official release 10.04 which I downloaded in February. How can I tell which release it is? There are 2 problems: 1) Admin uploads a data content to a party but cannot view it; the error is about permissions. However once the document is viewed though the content

Re: Unable to view content of party by admin account

2011-06-24 Thread Jacques Le Roux
russp wrote: I am using the stable official release 10.04 which I downloaded in February. How can I tell which release it is? If you run ant svninfo you should see this info in backend footer There are 2 problems: 1) Admin uploads a data content to a party but cannot view it; the error is

Re: auto complete

2011-06-24 Thread Jacques Le Roux
BJ Freeman wrote: when typing I get one or two characters typed and they there is about 5-15 sec delay. Also when it comes back it resets the cursor to the begging of what I type. Can you reproduce on trunk demo? Else you might have a slow answer from the DB for some reason. it seems that

Re: Any SOAP success stories?

2011-06-24 Thread MikeBranch
Thanks, everybody for your replies. They were all very helpful. It sounds like my idea of using XML-RPC would be the less painful approach. I have gotten XML-RPC to work on .NET, but haven't tried it with OFBiz yet. Re: The QB Web Connector: That was where I started, but the problem is that you

Re: Any SOAP success stories?

2011-06-24 Thread David E Jones
There's nothing we can do about bad specs like SOAP. However, consider that OFBiz is just one little open source project, and hasn't seen even close to one percent of the investment in development that .NET or even SalesForce.com have. On the other hand, there are good tools for building SOAP