i have a model node
-Product (model node)
-product_id (model attribute)
-name
-price
-OriginalProduct (value node)
-product_id
-name
-price
vnFilters (value node 1..1)
-name
-TableFilter
when i try to filter it returns a "Incompatible node"
one of my friends solution is like this
Have the valuenode as data-source node for the table and let the Model Node be the original node
I think this will solve your problem.
yet , my doubt is :
Once again , thanks for the prompt reply.....
i get data from the model node ...though i bind to the table
if i create a valuenode...i cant get data from the backend....
ModelNode
ProductCommandBean
getProductid() setProductid()
getname() setname()
getprice() setprice()
Message was edited by:
yzme yzme
Message was edited by:
yzme yzme