Hello i have little problem with pass values to pop up

I want to pass values when user click on current row then show right click context menu to pop up.
i need help following code. Because it doesn't pass current row values , it passes all values in database. i thought filter doesn't  work .
First i added Bind Variables named VarEnqID and Criteria named GetbyIDCriteria on my view object .
Second i created view object classes and object interfaces and view object classes method's code :
    public void setSearch1C(String input)
        ViewCriteria vc = getViewCriteria("GetByIDCriteria");
        vc.resetCriteria();
        setVarEnqID(input);
        //setVarEnqId2(input);
        applyViewCriteria(vc);
        executeQuery();
Third i drag setSearch1C from data control to right click context menu and add attribute named Id to bindings then choose id into value.

How is the context menu and the pop-up wired up?
Have you set the pop-up to lazyUncached?
Which value from the current row do you want to pass to the method?
Which Jdev version do you use?
Timo

Similar Messages

Maybe you are looking for