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

Ashish Nagar commented on OFBIZ-2422:
-------------------------------------

Hello Chandan,

Is there any need to put name as 
*createCustRequestFromShoppingList_${shoppingList.shoppingListId}* than a 
simple name as *createCustRequestFromShoppingList* ? 

The link {quote}<a 
href="<@ofbizUrl>createCustRequestFromShoppingList?shoppingListId=${shoppingList.shoppingListId}</@ofbizUrl>"
 
class="submenutext">${uiLabelMap.OrderCreateCustRequestFromShoppingList}</a>{quote}
 is not under any list, so no need to name form like that.

+            <div>
+                <form name= 
"createCustRequestFromShoppingList_${shoppingList.shoppingListId}" method= 
"post" action= "<@ofbizUrl>createCustRequestFromShoppingList</@ofbizUrl>">
+                <input type= "hidden" name= "shoppingListId" value= 
"${shoppingList.shoppingListId}"/>
+                <a 
href='javascript:document.createCustRequestFromShoppingList_${shoppingList.shoppingListId}.submit()'
 
class='submenutext'>&nbsp;${uiLabelMap.OrderCreateCustRequestFromShoppingList}&nbsp;</a>
+                </form> 
+            </div>

Also, I don't think any need to put enclosing div's here. Please, let me know 
if you have any doubts.

Thanks,
--
Ashish Nagar


> Delete contact from View Profile screen in eCommerce
> ----------------------------------------------------
>
>                 Key: OFBIZ-2422
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2422
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Vikas Mayur
>            Assignee: Vikas Mayur
>             Fix For: Release Branch 9.04, SVN trunk
>
>         Attachments: viewprofile.patch
>
>
> Steps:
> 1) Login in eCommerce app using DemoCustomer/ofbiz
> 2) Click on expire link against an address under Contact Information 
> screenlet and you see the error.
> Reported by Pranay Pandey.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to