Hello,
I need to pass WhereClause parameters into existing BC4J View using '?' style. Does anybody know how to do it?
I've check 'Use ? style parameters' and user expertmode to include TableName.Attribute = ? in the WHERE clause of the ViewObject Query tab. However, I don't know where I should add the code (in viewEdit.JSP or the viewImpl.java).
A complete detail sample code for this is appreciated.
I need to pass WhereClause parameters into existing BC4J View using '?' style. Does anybody know how to do it?
I've check 'Use ? style parameters' and user expertmode to include TableName.Attribute = ? in the WHERE clause of the ViewObject Query tab. However, I don't know where I should add the code (in viewEdit.JSP or the viewImpl.java).
A complete detail sample code for this is appreciated.