Ratnesh Upadhyay created OFBIZ-10208:
----------------------------------------
Summary: Error on Add Item to Shopping List Screen
Key: OFBIZ-10208
URL:
https://issues.apache.org/jira/browse/OFBIZ-10208 Project: OFBiz
Issue Type: Bug
Components: party
Affects Versions: 16.11.04
Reporter: Ratnesh Upadhyay
While working on 16.11 branch, I noticed error when I try to add an item into shopping cart. Here are the steps to replicate the issue:
# Go to Party Manager.
# Select customer to navigate over profile page.
# Click upon Shopping Lists tab.
# Create new shopping list, if no one is persist.
# Add an item to existing/new shopping list.
As soon as you click to add on item you will see following error in list item and quick add to shopping list sections.
{code:java}
The following has evaluated to null or missing: ==> renderNextPrev [in
template "component://common/template/includes/HtmlTemplate.ftl" at line
66, column 5] ---- Tip: If the failing expression is known to be
legally refer to something that's sometimes null or missing, either
specify a default value like myOptionalVar!myDefault, or use <#if
myOptionalVar??>when-present<#else>when-missing. (These only
cover the last step of the expression; to cover the whole expression,
use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
---- ---- FTL stack trace ("~" means nesting-related): - Failed at:
@renderNextPrev paginateStyle, pagina... [in template
"component://common/template/includes/HtmlTemplate.ftl" in macro
"nextPrev" at line 66, column 3] - Reached through: @nextPrev
commonUrl=commonUrl ajaxEna... [in template
"component://party/template/party/EditShoppingList.ftl" at line 187,
column 9] ----
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)