You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Atul Vani (JIRA)" <ji...@apache.org> on 2010/05/08 12:06:47 UTC

[jira] Commented: (OFBIZ-3465) "send email" button not working.

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

Atul Vani commented on OFBIZ-3465:
----------------------------------

Hi Koon,

when i dug into the cause of error i found that it was due to the changes made in r809886 by Hans,
the hidden parameter 'my' is being passed but a decorator (used in the requested screen) with such name doesn't exist.

Below are the code snaps to explain what i mean:-
1. ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/Contact.ftl
<input name="my" value="My" type="hidden"/>

2. ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml#EditCommunicationEvent
<set field="my" from-field="parameters.my" default-value=""/>
...
<decorator-screen name="Common${my}CommunicationEventDecorator" location="${parameters.mainDecoratorLocation}">


> "send email" button not working.
> --------------------------------
>
>                 Key: OFBIZ-3465
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3465
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: SVN trunk
>         Environment: demo site, IE 8
>            Reporter: Koon Sang
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> There is a "send email" button in party details view.  When I clicked on the button, I got a javascript error:
> Message: 'sang_khongiginecom' is undefined
> Line: 1
> Char: 1
> Code: 0
> URI: https://ofbiz-vm.apache.org/partymgr/control/viewprofile?partyId=10004

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