I think you may need to make the form name unique. I had something
similar on one of my own screens and it seems that adding an index and
appending that number to the form name work well.

Current:
<form name="DeleteCustomTimePeriod" method="post"
action="<@ofbizUrl>deleteCustomTimePeriod</@ofbizUrl>">
...
<a href="javascript:document.DeleteCustomTimePeriod.submit()"
>${uiLabelMap.CommonDelete}</a>
</form>

Suggested:
<form name="DeleteCustomTimePeriod_1" method="post"
action="<@ofbizUrl>deleteCustomTimePeriod</@ofbizUrl>">
...
<a href="javascript:document.DeleteCustomTimePeriod_1.submit()"
>${uiLabelMap.CommonDelete}</a>
</form>

CJ Horton (JIRA) wrote:
>      [ 
> https://issues.apache.org/jira/browse/OFBIZ-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
>  ]
>
> CJ Horton updated OFBIZ-2260:
> -----------------------------
>
>     Attachment: CJ-Screenshot-04082009.JPG
>                 forAshish.patch
>
> Ashish,
>
> It is seen on left bottom of browser, but it does nothing(literally) when 
> clicked.  I played with browser settings/etc and get the same result.  I 
> attached two files named forAshish.patch and CJ-Screenshot-04082009.JPG so 
> you may see the code and my browser when I am clicking the link(looks the 
> same before and after I click it).
>
> CJ
>
>   
>> Secure URLs in Freemarker templates files
>> -----------------------------------------
>>
>>                 Key: OFBIZ-2260
>>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2260
>>             Project: OFBiz
>>          Issue Type: Improvement
>>          Components: ALL COMPONENTS
>>    Affects Versions: Release Branch 4.0, Release Branch 9.3
>>            Reporter: Jacques Le Roux
>>            Assignee: Jacques Le Roux
>>             Fix For: Release Branch 4.0, Release Branch 9.3
>>
>>         Attachments: CJ-Screenshot-04082009.JPG, forAshish.patch, 
>> listPortalPortlets.patch, OFBIZ-2256.patch, OFBIZ-2260.patch, 
>> OFBIZ-2260.patch, orderitems.patch, UpdateLabelsFiles.patch
>>
>>
>> Follow OFBIZ-2256 but for FTL files only
>>     
>
>   

-- 
Stephen P Rufle
[email protected]
H1:480-626-8022
H2:480-802-7173
Yahoo IM: stephen_rufle
AOL IM: stephen1rufle

Reply via email to