Re: [Engine-devel] Guid & NGuid

2013-02-04 Thread Michael Kublin
- Original Message - > From: "Laszlo Hornyak" > To: "Michael Kublin" > Cc: engine-devel@ovirt.org > Sent: Monday, February 4, 2013 9:56:28 AM > Subject: Re: [Engine-devel] Guid & NGuid > > > > - Original Message - > > From: "Michael Kublin" > > To: engine-devel@ovirt.org > >

Re: [Engine-devel] How to show our VM template from web protal?

2013-02-04 Thread Itamar Heim
On 01/02/2013 11:31, Chen, Wei D wrote: Hi, We are trying to create a VM template which is similar with "blank template" and hope to display this template on web portal, our consideration is simple, that is, just execute "InsertVmTemplate" procedure manually and expect our template would be sh

Re: [Engine-devel] Guid & NGuid

2013-02-04 Thread Mike Kolesnik
- Original Message - > > > - Original Message - > > From: "Laszlo Hornyak" > > To: "Michael Kublin" > > Cc: engine-devel@ovirt.org > > Sent: Monday, February 4, 2013 9:56:28 AM > > Subject: Re: [Engine-devel] Guid & NGuid > > > > > > > > - Original Message - > > > Fro

Re: [Engine-devel] How to show our VM template from web protal?

2013-02-04 Thread Chen, Wei D
Thanks Itamar. Of course, we can create a VM template by clicking 'make template' button. What we want to do is create a VM template contains some customized parameters which are not currently supported by web portal, so, we expect to create the template by executing some DB procedure, like " I

Re: [Engine-devel] How to show our VM template from web protal?

2013-02-04 Thread Omer Frenkel
- Original Message - > From: "Wei D Chen" > To: "Itamar Heim" > Cc: "engine-devel" > Sent: Monday, February 4, 2013 11:49:33 AM > Subject: Re: [Engine-devel] How to show our VM template from web protal? > > Thanks Itamar. Of course, we can create a VM template by clicking > 'make temp

Re: [Engine-devel] Instance Types Feature

2013-02-04 Thread Tomas Jelinek
So, I had a discussion with Laszlo. Long story short, the question is: @Andrew: Is the more basic use case to select the Template or to select the Instance Type + Image? Why? We need to decide it because the more basic UC should be in basic view and the less one in advanced (after clicking "show

Re: [Engine-devel] Guid & NGuid

2013-02-04 Thread Michael Kublin
- Original Message - > From: "Mike Kolesnik" > To: "Michael Kublin" > Cc: engine-devel@ovirt.org > Sent: Monday, February 4, 2013 11:48:45 AM > Subject: Re: [Engine-devel] Guid & NGuid > > - Original Message - > > > > > > - Original Message - > > > From: "Laszlo Horny

Re: [Engine-devel] Time for Spring?

2013-02-04 Thread Laszlo Hornyak
I have seen a CDI patch from Roy that may be related to the topic. I do not know what the general direction is. CDI is "more standard", while it's implementations for me look heavy weight and difficult to port to small containers like tomcat or jetty. In general, now we only inject the Backend

Re: [Engine-devel] Guid & NGuid

2013-02-04 Thread Alon Bar-Lev
- Original Message - > From: "Michael Kublin" > To: engine-devel@ovirt.org > Sent: Monday, February 4, 2013 2:15:40 PM > Subject: Re: [Engine-devel] Guid & NGuid > > > > - Original Message - > > From: "Mike Kolesnik" > > To: "Michael Kublin" > > Cc: engine-devel@ovirt.org >

[Engine-devel] webadmin: How to make a text box readonly.

2013-02-04 Thread snmishra
Hi, I am trying to populate a text box (EntityModelTextBoxOnlyEditor) with a default value that is read only (can't be changed by user). Can someone help me with how I can do that? Thanks Sharad Mishra ___ Engine-devel mailing list Engine-deve

Re: [Engine-devel] How to show our VM template from web protal?

2013-02-04 Thread Chen, Wei D
Cannot see it either admin or use portal. I agree with you, let's try to resolve the permission issue at first. Thanks so much. Best Regards, Dave Chen > -Original Message- > From: Omer Frenkel [mailto:ofren...@redhat.com] > Sent: Monday, February 04, 2013 5:57 PM > To: Chen, Wei D > Cc

Re: [Engine-devel] webadmin: How to make a text box readonly.

2013-02-04 Thread Kanagaraj
Hi, If you have a corresponding EnityModel for that Editor, you could use entityModel.setIsChangable(false). Now the textbox will be grayed out and the user will not be able to edit the value. For setting a default value, you can use entityModel.setEntity("XYZ"). Thanks, Kanagaraj On 02/05

Re: [Engine-devel] webadmin: How to make a text box readonly.

2013-02-04 Thread Daniel Erez
- Original Message - > From: "Kanagaraj" > To: snmis...@linux.vnet.ibm.com > Cc: ov...@redhat.com, engine-devel@ovirt.org > Sent: Tuesday, February 5, 2013 6:36:28 AM > Subject: Re: [Engine-devel] webadmin: How to make a text box readonly. > > Hi, > > If you have a corresponding Enit

Re: [Engine-devel] Guid & NGuid

2013-02-04 Thread Michael Kublin
- Original Message - > From: "Alon Bar-Lev" > To: "Michael Kublin" > Cc: engine-devel@ovirt.org > Sent: Monday, February 4, 2013 4:17:39 PM > Subject: Re: [Engine-devel] Guid & NGuid > > > > - Original Message - > > From: "Michael Kublin" > > To: engine-devel@ovirt.org > > S

Re: [Engine-devel] Guid & NGuid

2013-02-04 Thread Alon Bar-Lev
- Original Message - > From: "Michael Kublin" > To: "Alon Bar-Lev" > Cc: engine-devel@ovirt.org > Sent: Tuesday, February 5, 2013 9:28:26 AM > Subject: Re: [Engine-devel] Guid & NGuid > > > > - Original Message - > > From: "Alon Bar-Lev" > > To: "Michael Kublin" > > Cc: eng