Re: Form updation

2012-06-05 Thread Jacopo Cappellato
I am sorry but I can't get much of this example... no one replied and so I suspect I am not the only one. I would suggest that you send a simpler more concrete example; it may also help if you could reference an existing screen in OFbiz that does something similar to what you are trying to imple

Re: Adding calendar to a form widget

2012-06-05 Thread Martin Kaiser
Hi all, for me it's still not working. I just did a minimal setup with files containing only the xml responsible for the date picker. form file: http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd";> s

Re: Adding calendar to a form widget

2012-06-05 Thread Martin Kaiser
Ok, I think I solved the problem. My "template" for the controller.xml file was based on the book "Apache OFBiz Development - The beginners tutorial", which seems to be not state of the art. So I registered an older handler for screens: I replaced it now by which produces much more JavaScript

Re: Fedex Shipment Gateway Configuration is not available

2012-06-05 Thread Jacques Le Roux
Hi Mike, I was supposed to work on it for a client, but finally did not implement it. When I do such stuff mysfelf (even for a client) I try to do it contribution minded (if the client agree). I don't know if the client finally did it (I did the research and a bit of the pre-analysis) but they

Re: Form updation

2012-06-05 Thread Jacopo Cappellato
I would also suggest to summarize *what* you are trying to achieve before the description about *how* you attempted to implement it. Jacopo On Jun 5, 2012, at 9:33 AM, Jacopo Cappellato wrote: > I am sorry but I can't get much of this example... no one replied and so I > suspect I am not the

Re: Multi form table row display

2012-06-05 Thread Foo Shyn Chung
Ok, manage to solve it by using the seperate-columns flag. Thanx FooShyn On Tue, Jun 5, 2012 at 12:59 AM, Foo Shyn Chung wrote: > Hi Viqar, > > Thanx for the reply. I'd gone through the cookbook but can't find the > solution i'm looking for. The thing i'm looking at is the display of those > ed

Re: Form updation

2012-06-05 Thread vivek mishra
Hi Jacopo, Thanks for your response. I am trying to use the data of one form in another one and when i update the data in one form it should be reflected in the other one also. Entities for both forms are different. Regards *Vivek Mishra * * * On Tue, Jun 5, 2012 at 3:13 PM, Jacopo Cappellato <

Re: Using Freemarker code inside of JavaScript

2012-06-05 Thread Robert G.
I dont know, why that should work. Freemarker is a serverside, java script a client side language... so fremarker syntax is parsed on the server...not on the client...I dont think, that it works SkipDever wrote > > Does anyone know if it is possible to use Freemarker ${} syntax inside of > a >

add a screen in ecommerce to get extra information from the customer

2012-06-05 Thread Robert G.
Hey, I have products like service products, where I do cleaning or repairs... I want to make the process easier, so I want to get specific information from the customer depending of the product type... if he want to repair sth, I want f.ex. get the information about the model, manufacturer and

Re: Using Freemarker code inside of JavaScript

2012-06-05 Thread Deepak Dixit
We can write JS code inside the html code using

Re: Using Freemarker code inside of JavaScript

2012-06-05 Thread Robert G.
you are right, that way should work... Deepak Dixit-2 wrote > > We can write JS code inside the html code using