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

Sascha Rodekamp commented on OFBIZ-4428:
----------------------------------------

Hi mz4wheeler,

a simple explanation:
Before the last update 1130415 we have the following line in the screen 
definition

{code}
<set field="productStoreId" from-field="parameters.viewProductStoreId"/>
<set field="productStoreId" from-field="parameters.productStoreId" 
default-value="${productStoreId}"/>
{code}

Hans removed both lines. The result is, the FTL don't know ${productStoreId}. 
I'm not sure why Hans remove both lines, if he did this on purpose or 
accidentally. Maybe he could give a short answer.

So we have to alternatives, the one you suggested and reintegrate
{code}
<set field="productStoreId" from-field="parameters.productStoreId" 
default-value="${productStoreId}"/>
{code} 


                 



> trunk: Catalog -> Stores -> ANYSTORE -> Web Sites -> Create New Web Site = 
> ERROR
> --------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4428
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4428
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>         Environment: Ubuntu
>            Reporter: mz4wheeler
>            Assignee: Sascha Rodekamp
>
> Using trunk, you are unable to create a new web site.  The result is:
> Bad Request
> Your browser sent a request that this server could not understand.
> Apache/2.2.14 (Ubuntu) Server at demo-trunk.ofbiz.apache.org Port 443

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

        

Reply via email to