Menu

#29 "<econdition..." does not work for extended EntityFind

v1.0_(example)
open
nobody
EntityFind (1)
5
2014-08-28
2013-03-07
Al Byers
No

I have this in my screen transition def:
<entity-find entity-name="ContactRelationshipDyn" list="clientList">
<econdition field-name="partyId" value="${ec.user.userAccount.partyId}"/>

Discussion

  • David E. Jones

    David E. Jones - 2013-03-22

    Is there a reason your DynamoDB classes can't use the existing EntityConditionImplBase subclasses? You wouldn't use the makeSqlWhere() method, but the other data needed to evaluate the conditions is all there.

     
  • David E. Jones

    David E. Jones - 2013-03-22

    Forgot to mention, if there is a way you'd like this to work feel free to submit a patch and I'll look it over.

     

Log in to post a comment.