[jira] [Updated] (OFBIZ-6139) Lookup fields break when used with a form having skip-start=true

2015-05-29 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-6139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-6139:
---
Description: 
We neglected this aspect so far. Adding a form-name attribute to the field 
element of the lookup fixes it. The value of form-name attribute must be the 
name of the parent form, ie the 1st form (the one with skip-end=true) which 
precedes the current form (with skip-start=true).

If you use a related description field (using the description-field-name 
attribute of the lookup element) you will need to put the form-name attribute 
in this field element too.

  was:
We neglected this aspect so far. Adding a form-name attribute to the field 
element of the lookup fixes it. The value of form-name attribute must be the 
name of 1st form (the one with skip-end=true) which precede the current form 
(with skip-start=true).

If you use a related description field (using the description-field-name 
attribute of the lookup element) you will need to put the form-name attribute 
in this field element too.


 Lookup fields break when used with a form having skip-start=true
 --

 Key: OFBIZ-6139
 URL: https://issues.apache.org/jira/browse/OFBIZ-6139
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Affects Versions: Trunk
Reporter: Jacques Le Roux
Assignee: Jacques Le Roux
Priority: Minor
  Labels: lookup
 Fix For: 14.12.01, 12.04.06, 13.07.02, Upcoming Branch


 We neglected this aspect so far. Adding a form-name attribute to the field 
 element of the lookup fixes it. The value of form-name attribute must be 
 the name of the parent form, ie the 1st form (the one with skip-end=true) 
 which precedes the current form (with skip-start=true).
 If you use a related description field (using the description-field-name 
 attribute of the lookup element) you will need to put the form-name 
 attribute in this field element too.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-6139) Lookup fields break when used with a form having skip-start=true

2015-05-29 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-6139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-6139:
---
Description: 
We neglected this aspect so far. Adding a form-name attribute to the field 
element of the lookup fixes it. 

The value of form-name attribute must be the name of the parent form, ie 
the 1st form (the one with skip-end=true) which precedes the current form 
(which has skip-start=true).

If you use a related description field (using the description-field-name 
attribute of the lookup element) you need to put the form-name attribute in 
this field element too.

  was:
We neglected this aspect so far. Adding a form-name attribute to the field 
element of the lookup fixes it. The value of form-name attribute must be the 
name of the parent form, ie the 1st form (the one with skip-end=true) which 
precedes the current form (with skip-start=true).

If you use a related description field (using the description-field-name 
attribute of the lookup element) you will need to put the form-name attribute 
in this field element too.


 Lookup fields break when used with a form having skip-start=true
 --

 Key: OFBIZ-6139
 URL: https://issues.apache.org/jira/browse/OFBIZ-6139
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Affects Versions: Trunk
Reporter: Jacques Le Roux
Assignee: Jacques Le Roux
Priority: Minor
  Labels: lookup
 Fix For: 14.12.01, 12.04.06, 13.07.02, Upcoming Branch


 We neglected this aspect so far. Adding a form-name attribute to the field 
 element of the lookup fixes it. 
 The value of form-name attribute must be the name of the parent form, ie 
 the 1st form (the one with skip-end=true) which precedes the current form 
 (which has skip-start=true).
 If you use a related description field (using the description-field-name 
 attribute of the lookup element) you need to put the form-name attribute in 
 this field element too.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-6139) Lookup fields break when used with a form having skip-start=true

2015-05-29 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-6139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-6139:
---
Description: 
We neglected this aspect so far. Adding a form-name attribute to the field 
element of the lookup fixes it. The value of form-name attribute must be the 
name of 1st form (the one with skip-end=true) which precede the current form 
(with 
If you use a related description field (using the description-field-name 
attribute of the lookup element) you will need to put the form-name attribute 
in this field element too.

  was:We neglected this aspect so far, adding a form-name attribute to the 
lookup element fixes it. You then need also to set the correct id-name value on 
field element.


 Lookup fields break when used with a form having skip-start=true
 --

 Key: OFBIZ-6139
 URL: https://issues.apache.org/jira/browse/OFBIZ-6139
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Affects Versions: Trunk
Reporter: Jacques Le Roux
Assignee: Jacques Le Roux
Priority: Minor
  Labels: lookup
 Fix For: 14.12.01, 12.04.06, 13.07.02, Upcoming Branch


 We neglected this aspect so far. Adding a form-name attribute to the field 
 element of the lookup fixes it. The value of form-name attribute must be 
 the name of 1st form (the one with skip-end=true) which precede the current 
 form (with 
 If you use a related description field (using the description-field-name 
 attribute of the lookup element) you will need to put the form-name 
 attribute in this field element too.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-6139) Lookup fields break when used with a form having skip-start=true

2015-05-29 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-6139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-6139:
---
Description: 
We neglected this aspect so far. Adding a form-name attribute to the field 
element of the lookup fixes it. The value of form-name attribute must be the 
name of 1st form (the one with skip-end=true) which precede the current form 
(with skip-start=true).

If you use a related description field (using the description-field-name 
attribute of the lookup element) you will need to put the form-name attribute 
in this field element too.

  was:
We neglected this aspect so far. Adding a form-name attribute to the field 
element of the lookup fixes it. The value of form-name attribute must be the 
name of 1st form (the one with skip-end=true) which precede the current form 
(with 
If you use a related description field (using the description-field-name 
attribute of the lookup element) you will need to put the form-name attribute 
in this field element too.


 Lookup fields break when used with a form having skip-start=true
 --

 Key: OFBIZ-6139
 URL: https://issues.apache.org/jira/browse/OFBIZ-6139
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Affects Versions: Trunk
Reporter: Jacques Le Roux
Assignee: Jacques Le Roux
Priority: Minor
  Labels: lookup
 Fix For: 14.12.01, 12.04.06, 13.07.02, Upcoming Branch


 We neglected this aspect so far. Adding a form-name attribute to the field 
 element of the lookup fixes it. The value of form-name attribute must be 
 the name of 1st form (the one with skip-end=true) which precede the current 
 form (with skip-start=true).
 If you use a related description field (using the description-field-name 
 attribute of the lookup element) you will need to put the form-name 
 attribute in this field element too.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-6139) Lookup fields break when used with a form having skip-start=true

2015-05-01 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-6139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-6139:
---
Issue Type: Sub-task  (was: Bug)
Parent: OFBIZ-6321

 Lookup fields break when used with a form having skip-start=true
 --

 Key: OFBIZ-6139
 URL: https://issues.apache.org/jira/browse/OFBIZ-6139
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Affects Versions: Trunk
Reporter: Jacques Le Roux
Assignee: Jacques Le Roux
Priority: Minor
  Labels: lookup
 Fix For: 14.12.01, 12.04.06, 13.07.02, Upcoming Branch


 We neglected this aspect so far, adding a form-name attribute to the lookup 
 element fixes it. You then need also to set the correct id-name value on 
 field element.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)