Re: Newbie: Where is the data coming from?

2008-06-19 Thread Bruno Busco
Johnny, in every ofbiz component there is a "data" folder that contains several XML files. See for example: \ofbiz\applications\accounting\data\AccountingSecurityData.xml These files defines the entity records that must be created. In order to be loaded in the database, a data file must be refere

Re: Seed Data Only

2008-06-19 Thread Bruno Busco
Has you can read in the build.xml file... -Bruno 2008/6/19 Wicus <[EMAIL PROTECTED]>: > > Running:- > > $./ant run-install-seed > > doesn't allow me to login regardless of username (admin) password (ofbiz) - > Error: > > The following error occurred during login: The account for user

How to use the OFBiz CMS?

2008-06-15 Thread Bruno Busco
Hi, now that I have the ecommerce app setup I need to add more pages to the website with photos, WhoWeAre, faq, news etc. I am trying to use the OFBiz Content application for this but I am in a sort of loop and do not understand how it works. I have read some documentation that explains what a Data

Re: How to Downloading Ofbiz ?

2008-06-10 Thread Bruno Busco
I would like a direct link in http://ofbiz.apache.org/ also just below "Download OFBiz". -Bruno 2008/6/10 Jacques Le Roux <[EMAIL PROTECTED]>: > Thanks Anil, > > I will add a Download section in > http://docs.ofbiz.org/display/OFBADMIN/Demo+and+Test+Setup+Guide for these > 2 links, except if some

Re: remove mini-poll

2008-06-09 Thread Bruno Busco
Simply comment out the relative include-screen tag in ecommerce CommonScreen.xml file. -Bruno 2008/6/9 Rees Watkins <[EMAIL PROTECTED]>: > Hi > > I do not want to display some of the standard items on the main eCommerce > window eg the mini-poll and factoids. > How do I remove items like this? >

How to make the applications interface more simple to certain users?

2008-05-30 Thread Bruno Busco
Hi, I am trying to configure OFBiz to be used by the final client. He is new to the application and, at the beginning, only needs few operations on catalogs, orders and facilities. I have created a user security group with permissions to only access to Catalog, Order and Facility applications so t

Re: How do I batch Load Products

2008-05-29 Thread Bruno Busco
If you think it could be a tip usefull for someone else...why not. -Bruno 2008/5/29 Jacques Le Roux <[EMAIL PROTECTED]>: > Hi Bruno, > > I read it, and it's interesting. I even wonder if I would not put in the > tips. Before it disappears in the depth of the ML... >

Re: How do I batch Load Products

2008-05-28 Thread Bruno Busco
Alex, may be you did not read my mailor may be I was not so clear -Bruno 2008/5/28 Alex Melnik <[EMAIL PROTECTED]>: > I think this section covers the import of the data. So let's say I can > import the list of products into OFBIZ. How can I associate it to a > catalogue, browsing catego

Re: access permission

2008-05-28 Thread Bruno Busco
This is something that I looked into but not yet perfectly understood. (I need to come back on this). I have seen that in OFBiz are defined some XXX_ROLE permissions that, if I well understand are supposed to give a user some permission only on the category (or other items) he plays a certain role

Re: How do I batch Load Products

2008-05-27 Thread Bruno Busco
Hi Alex, I have done something similar to what you want to do. I try to explain how I did the job. First of all I made OFBiz able to access the legacy database defining a couple of entities and a view-entity (so called ArticoloAndGiacenza) to have all information I needed collected from various le

Re: Catalog permissions troubles

2008-05-24 Thread Bruno Busco
YES ! It was Thank you! :-) So it is by design? Or should I create a JIRA issue ? -Bruno 2008/5/24 Scott Gray <[EMAIL PROTECTED]>: > You'll probably find that is caused by some sort of caching issue, try > clearing the cache in webtools. > > Scott > >

Re: Catalog permissions troubles

2008-05-24 Thread Bruno Busco
iz apps. The required base permissions can > be found in each app's ofbiz-component.xml. > > As always your best reference for setting up data is the demo data. If > something isn't working with your data you should always compare it to the > demo data first. > > R

Catalog permissions troubles

2008-05-24 Thread Bruno Busco
Hi, I am in the process of defining security groups of my system users. Trying to redefine a catalog limited administrator security group I have noted that if I remove the CATALOG_VIEW permission from the CATALOGADMIN_LTD security group a user of this group cannot login to the catalog application

Re: Best stable version for production ecommerce web site

2008-05-23 Thread Bruno Busco
I like this production/development patching system, I was also looking for an efficient way to follow ofbiz improvements while keeping my own modifications, great! BTW I find some difficulties working with binary files and patches (sorry if OT); for instance my development patch should add to my w

Re: About issue: Clean up labels between order and ecommerce application (OFBIZ-1780)

2008-05-19 Thread Bruno Busco
existing ones here). May be this solve our problem. -Bruno 2008/5/19 Adrian Crum <[EMAIL PROTECTED]>: > Jacques Le Roux wrote: > >> From: "Bruno Busco" <[EMAIL PROTECTED]> >> >>> I think that in order to keep things simple and maintaneable we should

Re: About issue: Clean up labels between order and ecommerce application (OFBIZ-1780)

2008-05-19 Thread Bruno Busco
I think that in order to keep things simple and maintaneable we should avoid that a label is overwritten in two different UiLabels files to have a different and more specific text. If we do like this it will be an easy job to automatically check for label duplication. Otherwise it will happen that

Re: What is the best approach?

2008-05-18 Thread Bruno Busco
a structures go, the ProductFeature and >> ProductFeatureAppl entities (and ProductFeatureAndAppl view-entity if I >> remember right) are the ones you want to look at, and you can find lots of >> stuff by searching for those around OFBiz. >> >> -David >> >> &

Re: What is the best approach?

2008-05-18 Thread Bruno Busco
Le Roux <[EMAIL PROTECTED]>: > Hi Bruno, > > Use selectable instead of "standard" > > Jacques > > From: "Bruno Busco" <[EMAIL PROTECTED]> > > Scott, >> reading documentation and exploring the catalog manager application I am >> act

Re: What is the best approach?

2008-05-18 Thread Bruno Busco
od fit, you've got a > brand > name (category?) model name (virtual product) and then the various sizes > (17x175x45) and codes for the variants. > > Regards > Scott > > 2008/5/18 Bruno Busco <[EMAIL PROTECTED]>: > > > Hi, > > I am considering to use ofbiz

What is the best approach?

2008-05-18 Thread Bruno Busco
Hi, I am considering to use ofbiz to implement an ecommerce site that sells exclusively tyres. Every tyre product has a specific code and some parameters as diameter, width, height, load code and speed code. In the site there should be the possibility to filter and list all product specifing one o

Re: How to input a Map parameter in Webtools ?

2008-05-17 Thread Bruno Busco
ot;} -Bruno 2008/5/17 Scott Gray <[EMAIL PROTECTED]>: > You could always hook a debugger in Eclipse up to OFBiz and step through > the > java services, there's info in docs.ofbiz.org somewhere. > > Regards > Scott > > 2008/5/17 Bruno Busco <[EMAIL PROTECTED]

Re: How to input a Map parameter in Webtools ?

2008-05-17 Thread Bruno Busco
Basically what I am trying to do is to understand why the service performFind seems not to retrieve the records my form is supposed to list. How can I debug this? Is there a way to see the parameters passed in the service call? Many thank for any help. -Bruno 2008/5/13 Bruno Busco <[EM

How to input a Map parameter in Webtools ?

2008-05-12 Thread Bruno Busco
Hi, I am trying to execute a service using the WebTools application. How can I input valid data in a field that requires a Map? In particular I want to set the inputFields field in https://localhost:8443/webtools/control/setSyncServiceParameters and I cannot find the correct syntax to indicate a Ma

Re: How to populate options of a drop-down field with entity data?

2008-05-12 Thread Bruno Busco
; From: "Scott Gray" <[EMAIL PROTECTED]> > > Try using a bsh script to do a distinct query and then use list-options > > in > > your form instead of entity-options > > > > Regards > > Scott > > > > 2008/5/11 Bruno Busco <[EMAIL PROTECTED]

Re: How to populate options of a drop-down field with entity data?

2008-05-11 Thread Bruno Busco
tity-options > > Regards > Scott > > 2008/5/11 Bruno Busco <[EMAIL PROTECTED]>: > > > Can someone, please help me with this? > > Looking through the ofbiz code I always find the entity-options in > > drop-down > > tag used with unique entity key fields. &g

Re: How to populate options of a drop-down field with entity data?

2008-05-11 Thread Bruno Busco
of drop-down/entity-options ? Has someone done this I am trying to do? Is there an alternative method? Many thanks, -Bruno 2008/5/5 Bruno Busco <[EMAIL PROTECTED]>: > Hi, > I would like to write a form widget where the user can select all products > that fulfill some constraints. &

How to populate options of a drop-down field with entity data?

2008-05-05 Thread Bruno Busco
Hi, I would like to write a form widget where the user can select all products that fulfill some constraints. The constraint should be input using some drop-down fields. With the following code I get that in the drop-down field the same option is displayed many times (because there are many records

Re: XML Exporting View-entities

2008-04-23 Thread Bruno Busco
tor.getModelEntity(curEntityName); >if (me instanceof ModelViewEntity) { >results.add("["+fileNumber +"] [vvv] " + > curEntityName + " skipping view entity"); >continue; > > > Bruno Busco sent t

Re: XML Exporting View-entities

2008-04-23 Thread Bruno Busco
output folder) -Bruno 2008/4/23 BJ Freeman <[EMAIL PROTECTED]>: > if you go to > https://localhost:8443/webtools/control/entitymaint > and do a find on AcctgTransEntryProdSums > do you see any data? > > Bruno Busco sent the following on 4/23/2008 5:12 AM: > > I have te

Re: XML Exporting View-entities

2008-04-23 Thread Bruno Busco
e export all > screen. You can explicitly select a view entity on the normal export screen. > > -David > > > > On Apr 22, 2008, at 1:49 PM, Bruno Busco wrote: > > > Hi, > > I am trying to export a view-entity as XML using the webtools. > > I can see a mes

Re: Two root category

2008-04-22 Thread Bruno Busco
the roles, > instead it should show only roles the selected party is member. Therefore, > be careful to choose only role which your party is associated in party > manager. > > Raj > > Bruno Busco wrote: > > > I am trying to do the same: > > I have some products, d

Re: Two root category

2008-04-22 Thread Bruno Busco
OK, -SOLVED- I have found that I need to specify that a party can play a role here https://localhost:8443/partymgr/control/viewroles?partyId=1 before linking to a product with that role. (Sorry...) -Bruno 2008/4/22 Bruno Busco <[EMAIL PROTECTED]>: > I am trying to do the same: >

XML Exporting View-entities

2008-04-22 Thread Bruno Busco
Hi, I am trying to export a view-entity as XML using the webtools. I can see a message like "[1] [vvv] ArticoloAndGiacenzaArca2000 skipping view entity" that make me think it is not possible to export view entities. Is it by design? Why? Thank you, -Bruno

Re: Two root category

2008-04-22 Thread Bruno Busco
I am trying to do the same: I have some products, defined some parties (actually Party groups) and now I am trying to associate the products to these parties with a Vendor role. In https://localhost:8443/catalog/control/addPartyToProduct if I select a role different from "Not Applicable" I get the

Re: How to change an ecommerce .ftl file reusing the whole

2008-04-20 Thread Bruno Busco
: > > 1- Copy over the controller.xml file from ecommerce and make your local > changes. > 2- Use a different request name for your modified screen than the > original. > > regards, > -- > Daniel Martínez > > Bruno Busco escribió: > > > Hi, > > as long a

How to change an ecommerce .ftl file reusing the whole

2008-04-20 Thread Bruno Busco
Hi, as long as I go deeper and deeper in ofbiz I can appreciate the very good design of this application. Now I need to make a my own eshop module and I want to be sure I am using all the re-use mechanism you have designed. - I have created an eshop application under the hot-deploy, here I have al

Re: ProdCatalog entity creation in data file

2008-04-19 Thread Bruno Busco
Yes, it was! -SOLVED- Thank you 2008/4/19, Raj Saini <[EMAIL PROTECTED]>: > > It may be the error is not caused by the said xml fragment. It may due to > catalog/store or catalog/category association. > > Raj > > > Bruno Busco wrote: > > > I am trying to

ProdCatalog entity creation in data file

2008-04-19 Thread Bruno Busco
I am trying to write an xml data file for my ecommerce application in order to have all store information, product category and catalogs in a data file. I started from the ecommerce DemoProducts.xml file. I use the webtools to import the ext data but I get the following error I do not understand:

Re: Best way to extend product

2008-04-19 Thread Bruno Busco
Now it is clear. Thank you again. -Bruno 2008/4/19, Raj Saini <[EMAIL PROTECTED]>: > > Yes, we created our own html, css, images etc. We referred the OOTB ftl to > convert our HTML into Freemarker templates (FTL) > > Raj > > Bruno Busco wrote: > > > Many than

Re: Best way to extend product

2008-04-19 Thread Bruno Busco
le of the of the box. We created some of the screens > like, feature products, best sellers, featured departments etc which are not > available OOTB. The strategy we applied was to develop the html mock up > first and then integrate the dynamic ftl parts by referring the OOTB > e

Re: Best way to extend product

2008-04-19 Thread Bruno Busco
Raj, I like your eshop very much ! It is the like I am trying to achieve too. Could you please tell what modifications was necessary to achieve the final result? -Bruno 2008/4/19, Raj Saini <[EMAIL PROTECTED]>: > > Best way is to associate the products with roles. > > 1. Create roles Author and

Re: Shipment Invoice

2008-04-18 Thread Bruno Busco
uot; <[EMAIL PROTECTED]> > > > > > Bruno that is a good write up > > > how about putting it the docs so we can reference for newbies > > > > > > > > > Bruno Busco sent the following on 4/17/2008 12:11 PM: > > > > > > > - g

Re: How to set the quantity of product available to the store?

2008-04-17 Thread Bruno Busco
e things that effect the quanity on hand. > > for instance ou may not have a supplier(vendor) that you designated for > the received inventory, specified for the product. > > you can also start with the inventory artifact and work you way thru it. > select entity then use inventory

Re: Shipment Invoice

2008-04-17 Thread Bruno Busco
- go to https://issues.apache.org/jira/browse/OFBIZ - create an account here https://issues.apache.org/jira/secure/Signup!default.jspa if you do not have one - login - search if an issue for what you are after already exists by using the "Find issues" - if an issue on the subject already exists you

Re: How to set the quantity of product available to the store?

2008-04-17 Thread Bruno Busco
code heavily, so > I > don't fully remember how it worked before, but I think this is standard > behavior OOTB. > > > Skip > > -Original Message- > From: Bruno Busco [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, April 16, 2008 3:37 PM > To: user@ofbiz.a

Re: How to set the quantity of product available to the store?

2008-04-16 Thread Bruno Busco
se order and > receive it. You could also manually modify InventoryItem record(s) but > thats a pain if you have lots to do and you loose the InventoryItemDetail. > > Skip > > > -Original Message- > From: Bruno Busco [mailto:[EMAIL PROTECTED] > Sent: Wednesday, Ap

Re: How to set the quantity of product available to the store?

2008-04-16 Thread Bruno Busco
Items list I see the created one with 0/1000 in the transfer column but still nothing in the "Quality On Hand Total" and so the product results still "out of stock". What I need to do now to have the 1000 items available? Thanks, Bruno 2008/4/16, Bruno Busco <[EMAIL PROTECTED]

Re: How to set the quantity of product available to the store?

2008-04-16 Thread Bruno Busco
lookedUpValue is not a GenericValue object; for the relation-name: Facility] Am I missing something? -Bruno 2008/4/16, Bruno Busco <[EMAIL PROTECTED]>: > > Hi, > a very basic question... > > What is the right way to change the available quantity of a product? > I hav

How to set the quantity of product available to the store?

2008-04-16 Thread Bruno Busco
Hi, a very basic question... What is the right way to change the available quantity of a product? I have set the store "require inventory" flag to Y so that now "out of stock" message is displayed in the product ecommerce page (and I like this). But how to let ofbiz know that I have pieces availab

Re: Loading Raw HTML

2008-04-13 Thread Bruno Busco
the user. > > > > Yes this is interesting too... > > Jacopo > > > > On Apr 10, 2008, at 7:11 AM, Bruno Busco wrote: > > > > > Of course the help system should consider the locale and handle > > > multiple > > > html files, one for eac

Re: Loading Raw HTML

2008-04-12 Thread Bruno Busco
e anyone else wants some simpleton thing like this. > > It's just a matter of modifying the main decorator and if a help topic is > set by a screen widget, I'll display a help button. Not real fine > grained, > but fine for something quick and dirty. > > > Skip &

Re: Loading Raw HTML

2008-04-11 Thread Bruno Busco
ould be done another way for free. > > Skip > > > -----Original Message- > From: Bruno Busco [mailto:[EMAIL PROTECTED] > Sent: Friday, April 11, 2008 6:38 AM > To: user@ofbiz.apache.org > Subject: Re: Loading Raw HTML > > > This could be a good reference to use

Re: Loading Raw HTML

2008-04-11 Thread Bruno Busco
ons to create online tips for the user. > > Jacopo > > On Apr 10, 2008, at 7:11 AM, Bruno Busco wrote: > > > Of course the help system should consider the locale and handle multiple > > html files, one for each language. > > - Bruno > > > > 2008/4/1

Re: Loading Raw HTML

2008-04-09 Thread Bruno Busco
Of course the help system should consider the locale and handle multiple html files, one for each language. - Bruno 2008/4/10, Bruno Busco <[EMAIL PROTECTED]>: > > I like very much the idea of having an user help integrated. > I was thinking about it as a completely independent of

Re: Loading Raw HTML

2008-04-09 Thread Bruno Busco
I like very much the idea of having an user help integrated. I was thinking about it as a completely independent ofbiz application that could scan (at build time) all ofbiz enabled applications for private help pages. The collected help pages could be sorted/indexed and presented as a whole in the

Re: How to automatically update inventory ?

2008-04-01 Thread Bruno Busco
I > doubt you will fire and ecas. > look up one of the services that is schedule in the seed data and copy > one for your service. > > > Bruno Busco sent the following on 4/1/2008 9:54 AM: > > > BJ, > > thank you for your suggestion... > > to be sincere i am n

Re: How to automatically update inventory ?

2008-04-01 Thread Bruno Busco
> you will have a large task on your hands. > you may want to write your own service directly effects the information > you are making a copy of in ofbiz. > > Bruno Busco sent the following on 3/31/2008 2:27 PM: > > > Hi All, > > for the moment i need to use OFBIZ a

How to automatically update inventory ?

2008-03-31 Thread Bruno Busco
Hi All, for the moment i need to use OFBIZ as an ecommerce webapp that interfaces to a legacy warehouse management application. (As a further step we aim to replace the whole ERP) I have configured a couple of entitities and built a view-entity to access the legacy database and I have now all the

Re: Controller Entry related to include other application controller.

2008-03-24 Thread Bruno Busco
Hi, about UiLabels redundancy please read this jira issue: https://issues.apache.org/jira/browse/OFBIZ-1698 Here i have attached a python script that could completely remove UiLabels redundancy. We are in the phase of having an agreement about the files hierarchy order. This will affect where a re

Re: Connecting to a legacy database (FoxPro)

2008-03-19 Thread Bruno Busco
OK, i can connect OFBiz to the FoxPro DB using the jdbc-odbc bridge + microsoft odbc driver. But: if i put check-on-start="true" in the database tag i get lots of the following errors: 2008-03-19 22:32:57,875 (main) [ DatabaseUtil.java:1288:ERROR] Error getting column info for column. Error

Re: Connecting to a legacy database (FoxPro)

2008-03-18 Thread Bruno Busco
ow. You just only > > change something in entityengine.xml to connect with Visual FoxPro > > odbc driver (you can try this in Squirrel also). You need to have dbf > > files before connecting them. > > > > If you have some problems with using Visual FoxPro odbc driver,

Re: Connecting to a legacy database (FoxPro)

2008-03-18 Thread Bruno Busco
quency, > > interval, count); > > } > > catch (GenericServiceException e) { > > e.printStackTrace(); > > } > > > > I got this from > > http://ofbiz.apache.org/docs/services.html#ServiceEngine. Hope this > help. > > > > I also would like to

Re: Connecting to a legacy database (FoxPro)

2008-03-17 Thread Bruno Busco
nsfer information between entities in OFBiz? - how to schedule to have this task run automatically. Many thanks in advance. -Bruno 2008/3/15, Bruno Busco <[EMAIL PROTECTED]>: > > oops, > i found the problem. I forgot to include the line: > > in entityengine.xml. Sorry.

Re: Connecting to a legacy database (FoxPro)

2008-03-15 Thread Bruno Busco
oops, i found the problem. I forgot to include the line: in entityengine.xml. Sorry. 2008/3/15, Bruno Busco <[EMAIL PROTECTED]>: > > I have created it now with this content: > http://www.w3.org/2001/XMLSchema-instance"; > xsi:noNamespaceSchemaLocation=" &g

Re: Connecting to a legacy database (FoxPro)

2008-03-15 Thread Bruno Busco
TECTED]>: > > Did you try to create a fieldtypevisualfoxpro.xml file and put > "visualfoxpro" in field-type-name ? > > Jacques > > From: "Bruno Busco" <[EMAIL PROTECTED]> > > >I am working on Win XP, i have the FoxPro database and have i

Re: Connecting to a legacy database (FoxPro)

2008-03-15 Thread Bruno Busco
se how can i get a Visual FoxPro fieldtype file?) Thank you - Bruno 2008/3/15, Bruno Busco <[EMAIL PROTECTED]>: > > Hi, > i need to make my ofbiz box retrieve products information from a legacy > FoxPro database. > The data should be done on a regular basis (lets say every n

Connecting to a legacy database (FoxPro)

2008-03-15 Thread Bruno Busco
Hi, i need to make my ofbiz box retrieve products information from a legacy FoxPro database. The data should be done on a regular basis (lets say every night of once a week) so it is not just a one time data import. Googling around i have found this http://lists.ofbiz.org/pipermail/users/2005-May/

Re: Could not create a Shopping list

2008-03-08 Thread Bruno Busco
Please give a look to: https://issues.apache.org/jira/browse/OFBIZ-1700 may be it could help. Bruno 2008/3/8, Tim Ruppert <[EMAIL PROTECTED]>: > > Just so you know Vikas, these sites are updated nightly in the middle > of the night US time. You could've gotten another update that caused > an is

Re: Could not create a Shopping list

2008-03-07 Thread Bruno Busco
Done! https://issues.apache.org/jira/browse/OFBIZ-1697 2008/3/7, Jacques Le Roux <[EMAIL PROTECTED]>: > > Could you please open a Jira issue for this ? > > TIA > > Jacques > > From: "Bruno Busco" <[EMAIL PROTECTED]> > > > You are rig

Re: Could not create a Shopping list

2008-03-07 Thread Bruno Busco
data was put in the form > from this part of the error. > > > > [in-validate] got false for condition: > > [shippingMethodString][is-not-empty][true][String] > >ServiceEcaRule.java:127:INFO ] For Service ECA [updateShoppingList] > on > > [in-validate] got false for co

Re: Could not create a Shopping list

2008-03-07 Thread Bruno Busco
Hi, i cannot save (create) a Shopping List as well. When i press the save button nothing happens. I agree with Vikas that having the revision label printed somewhere will be a of great help. I am running trunk rev. 634426 and what i get in debug.log is the following: --

Re: Multiple UiLabels definitions

2008-03-04 Thread Bruno Busco
e labels. Deleting duplicate labels makes sense at > first glance, but problems could come up if there was a specific reason > the duplication was needed. > > -Adrian > > > Bruno Busco wrote: > > 2008/3/3, Adrian Crum <[EMAIL PROTECTED]>: > >> Bruno Busco wrote

Re: Multiple UiLabels definitions

2008-03-03 Thread Bruno Busco
2008/3/3, Adrian Crum <[EMAIL PROTECTED]>: > > Bruno Busco wrote: > > Hi, > > while testing ecommerce application i have found that selecting the > ITalian > > language, some labels are displayed still in english. > > I was convinced that this was b

Multiple UiLabels definitions

2008-03-02 Thread Bruno Busco
Hi, while testing ecommerce application i have found that selecting the ITalian language, some labels are displayed still in english. I was convinced that this was because of a missing translation but the reason was a little different: Some labels are defined in more than one resource file. For ex

Re: Login Timout

2008-02-29 Thread Bruno Busco
Skip, I am not ofbiz expert but... ... if you look in the web.xml of every application you find somethink like: 60 hope this helps. Bruno 2008/3/1, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Can anyone point me to where the login timout is configured? What I mean > by this i

Re: Error loading CMS pages editor

2008-02-26 Thread Bruno Busco
y > > Not an obvious issue, sexe also > https://issues.apache.org/jira/browse/OFBIZ-1652 > > > Of course was see, no sexe there ;o) > > > Jacques > > > > > > Jacques > > > > From: "Bruno Busco" <[EMAIL PROTECTED]> > >> Hi

Error loading CMS pages editor

2008-02-25 Thread Bruno Busco
Hi all, I am trying the OFBiz CMS features but on this link: https://localhost:8443/content/control/WebSiteCms?webSiteId=CmsSite when I click on one of the pages in the tree on the left a message window pops up with the following message: "An error occurred loading editor! : [object Object]" I am

<    1   2   3