[ 
https://issues.apache.org/jira/browse/OFBIZ-4225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13011091#comment-13011091
 ] 

Deepak Dixit edited comment on OFBIZ-4225 at 3/25/11 4:16 AM:
--------------------------------------------------------------

Thanks Jacques for looking into this,

But IMO its not working without this fix, because it can't it can't passed the 
correct value form the lookup/ lookup constructor. I'll cross ones again.

And I did not change the view name, I only change the if condition;
For 10.04
Earlier it checks for args.lenght > 7 for adding target-parameter to 
parameters. If we check for args.lenght then its 6 and if we add 
target-parameter then its length is 7 so 7 th is the first target value for 
lookup.

For Trunk:
The indexing is wrong for paam, as i test it for 
https://localhost:8443/ordermgr/control/request , In EditRequest then it get 
the partyId form parameters.parm1 so I corrected the indexing.

IMO it is a bug so we have to fix it and the patch will fix the problem.
Please let me know it the fix is wrong and there is some improvement needed in 
patch.

      was (Author: deepakdixit):
    Thanks Jacques for looking into this,

But IMP its not working without this fix, because it can't it can't passed the 
correct value form the lookup/ lookup constructor. I'll cross ones again.

And I did not change the view name, I only change the if condition;
For 10.04
Earlier it checks for args.lenght > 7 for adding target-parameter to 
parameters. If we check for args.lenght then its 6 and if we add 
target-parameter then its length is 7 so 7 th is the first target value for 
lookup.

For Trunk:
The indexing is wrong for paam, as i test it for 
https://localhost:8443/ordermgr/control/request , In EditRequest then it get 
the partyId form parameters.parm1 so I corrected the indexing.

IMO it is a bug so we have to fix it and the patch will fix the problem.
Please let me know it the fix is wrong and there is some improvement needed in 
patch.
  
> Lookup target-parameter in form widget is not working.
> ------------------------------------------------------
>
>                 Key: OFBIZ-4225
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4225
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 10.04, SVN trunk
>            Reporter: Deepak Dixit
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Release Branch 10.04, SVN trunk
>
>         Attachments: OFBIZ-4225_FOR_BRANCH10.04.patch, 
> OFBIZ-4225_FOR_TRUNK.patch
>
>
> There is a target-parameter for lookup, Currently its not working.
> We can test it over at https://localhost:8443/ordermgr/control/request page. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to