You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "BJ Freeman (JIRA)" <ji...@apache.org> on 2006/06/20 01:25:29 UTC

[jira] Created: (OFBIZ-30) Find Communcations list -- Next button

Find Communcations list -- Next button
--------------------------------------

         Key: OFBIZ-30
         URL: http://issues.apache.org/jira/browse/OFBIZ-30
     Project: The Open For Business Project
        Type: Bug

  Components: party  
    Versions: SVN trunk    
    Reporter: BJ Freeman


clicking on the next button for communcition list gives a error message.
looks like it is a typo in the control.xml


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (OFBIZ-30) Find Communcations list -- Next button

Posted by "BJ Freeman (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OFBIZ-30?page=comments#action_12416821 ] 

BJ Freeman commented on OFBIZ-30:
---------------------------------

URL (modified by me)
http://localhost:8080/partymgr/control/listLookupCommunications?datetimeStarted_fld0_op=sameDay&subject_op=equals&communicationEventId_op=equals&datetimeEnded_fld0_op=sameDay&noConditionFind=Y&communicationEventTypeId=AUTO_EMAIL_COMM&VIEW_SIZE=100&VIEW_INDEX=1#

I chagned the 8080 to 8443
I get a dialog box to save the file.

errror message:

org.ofbiz.webapp.control.RequestHandlerException: Unknown request [listLookupCommunications]; this request does not exist or cannot be called directly.

> Find Communcations list -- Next button
> --------------------------------------
>
>          Key: OFBIZ-30
>          URL: http://issues.apache.org/jira/browse/OFBIZ-30
>      Project: The Open For Business Project
>         Type: Bug

>   Components: party
>     Versions: SVN trunk
>     Reporter: BJ Freeman

>
> clicking on the next button for communcition list gives a error message.
> looks like it is a typo in the control.xml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (OFBIZ-30) Find Communcations list -- Next button

Posted by "BJ Freeman (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OFBIZ-30?page=comments#action_12416832 ] 

BJ Freeman commented on OFBIZ-30:
---------------------------------

in the CommForms.xml

    <form name="ListLookupCommEvents" default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext" 
        extends="ListCommEvents" list-name="listIt" paginate-target="listLookupCommunications" target="updateCommunicationEvent" title="" type="list">
        <actions>
            <service result-map-list-name="listIt" result-map-name="result" service-name="performFind">
                <field-map env-name="parameters" field-name="inputFields"/>
                <field-map env-name="entityName" field-name="entityName"/>
            </service>
        </actions>
        <field name="removeLink" title="" widget-style="buttontext">
            <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="deleteCommunicationEvent?communicationEventId=${communicationEventId}"/>
        </field>
    </form>

 paginate-target="listLookupCommunications" is the one not found.


> Find Communcations list -- Next button
> --------------------------------------
>
>          Key: OFBIZ-30
>          URL: http://issues.apache.org/jira/browse/OFBIZ-30
>      Project: The Open For Business Project
>         Type: Bug

>   Components: party
>     Versions: SVN trunk
>     Reporter: BJ Freeman

>
> clicking on the next button for communcition list gives a error message.
> looks like it is a typo in the control.xml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (OFBIZ-30) Find Communcations list -- Next button

Posted by "BJ Freeman (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OFBIZ-30?page=comments#action_12417027 ] 

BJ Freeman commented on OFBIZ-30:
---------------------------------

found that LookupDataResource in /content/widget/content/DataResourceForms.xml has a working 
next button

 Previous  31 - 60 of 272 Next  
will use that code to fix the find communication list


> Find Communcations list -- Next button
> --------------------------------------
>
>          Key: OFBIZ-30
>          URL: http://issues.apache.org/jira/browse/OFBIZ-30
>      Project: The Open For Business Project
>         Type: Bug

>   Components: party
>     Versions: SVN trunk
>     Reporter: BJ Freeman
>     Assignee: Si Chen

>
> clicking on the next button for communcition list gives a error message.
> looks like it is a typo in the control.xml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (OFBIZ-30) Find Communcations list -- Next button

Posted by "Si Chen (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OFBIZ-30?page=all ]

Si Chen reassigned OFBIZ-30:
----------------------------

    Assign To: Si Chen

> Find Communcations list -- Next button
> --------------------------------------
>
>          Key: OFBIZ-30
>          URL: http://issues.apache.org/jira/browse/OFBIZ-30
>      Project: The Open For Business Project
>         Type: Bug

>   Components: party
>     Versions: SVN trunk
>     Reporter: BJ Freeman
>     Assignee: Si Chen

>
> clicking on the next button for communcition list gives a error message.
> looks like it is a typo in the control.xml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (OFBIZ-30) Find Communcations list -- Next button

Posted by "Si Chen (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OFBIZ-30?page=all ]
     
Si Chen closed OFBIZ-30:
------------------------

    Resolution: Cannot Reproduce

> Find Communcations list -- Next button
> --------------------------------------
>
>          Key: OFBIZ-30
>          URL: http://issues.apache.org/jira/browse/OFBIZ-30
>      Project: The Open For Business Project
>         Type: Bug

>   Components: party
>     Versions: SVN trunk
>     Reporter: BJ Freeman
>     Assignee: Si Chen

>
> clicking on the next button for communcition list gives a error message.
> looks like it is a typo in the control.xml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (OFBIZ-30) Find Communcations list -- Next button

Posted by "BJ Freeman (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OFBIZ-30?page=comments#action_12416950 ] 

BJ Freeman commented on OFBIZ-30:
---------------------------------

The is code from the SVN.
All my changes are in a seperate application.
I don't make changes to the application base or framework, except for those to cofigure ofbiz.

start
https://localhost:8443/partymgr/control/FindCommunicationEvents
get a list of 200, with 100 showing.
at the bottom is the next button.
click on next 
get the error.
I have tracked it down to 
paginate-target="listLookupCommunications"
listLookupCommunications is not in the code anywhere.

> Find Communcations list -- Next button
> --------------------------------------
>
>          Key: OFBIZ-30
>          URL: http://issues.apache.org/jira/browse/OFBIZ-30
>      Project: The Open For Business Project
>         Type: Bug

>   Components: party
>     Versions: SVN trunk
>     Reporter: BJ Freeman
>     Assignee: Si Chen

>
> clicking on the next button for communcition list gives a error message.
> looks like it is a typo in the control.xml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (OFBIZ-30) Find Communcations list -- Next button

Posted by "BJ Freeman (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OFBIZ-30?page=comments#action_12416961 ] 

BJ Freeman commented on OFBIZ-30:
---------------------------------

found the fix.
it is in the hotelbackend
listLookupCommunications should be ListLookupCommEvents

it fix the orginal error.

the next error is that it will not paginate.
when you click on next it stays with the  orginal 100 items.





> Find Communcations list -- Next button
> --------------------------------------
>
>          Key: OFBIZ-30
>          URL: http://issues.apache.org/jira/browse/OFBIZ-30
>      Project: The Open For Business Project
>         Type: Bug

>   Components: party
>     Versions: SVN trunk
>     Reporter: BJ Freeman
>     Assignee: Si Chen

>
> clicking on the next button for communcition list gives a error message.
> looks like it is a typo in the control.xml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (OFBIZ-30) Find Communcations list -- Next button

Posted by "Si Chen (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OFBIZ-30?page=comments#action_12416929 ] 

Si Chen commented on OFBIZ-30:
------------------------------

Please be more specific: what page in party manager and how is the bug reproduced.  Also, we're talking about OFBIZ here right, not some custom modificatinos you've made?



> Find Communcations list -- Next button
> --------------------------------------
>
>          Key: OFBIZ-30
>          URL: http://issues.apache.org/jira/browse/OFBIZ-30
>      Project: The Open For Business Project
>         Type: Bug

>   Components: party
>     Versions: SVN trunk
>     Reporter: BJ Freeman
>     Assignee: Si Chen

>
> clicking on the next button for communcition list gives a error message.
> looks like it is a typo in the control.xml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (OFBIZ-30) Find Communcations list -- Next button

Posted by "BJ Freeman (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OFBIZ-30?page=comments#action_12417858 ] 

BJ Freeman commented on OFBIZ-30:
---------------------------------

I have thr33 different computers that I pull code from the SVN
I do not change code in this projects.
I move the code to new projects to work on.
In the svn trunk project
all of them match as of 6/14/06
all of them have the same error.

so why can you repoduce this?



> Find Communcations list -- Next button
> --------------------------------------
>
>          Key: OFBIZ-30
>          URL: http://issues.apache.org/jira/browse/OFBIZ-30
>      Project: The Open For Business Project
>         Type: Bug

>   Components: party
>     Versions: SVN trunk
>     Reporter: BJ Freeman
>     Assignee: Si Chen

>
> clicking on the next button for communcition list gives a error message.
> looks like it is a typo in the control.xml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira