Anyway, I tried it and it doesn't help (solution 1).
solution 2 is not applicable because I really need the Object and not the Village things...
hmm... :-(
[EMAIL PROTECTED] wrote:
Hi Ron!
I suggest your class is named LanguagePeer. If it is not, change it to the appropiate name in the following statements.
2 Solutions:
1.) change the line "return doSelect(c)" to "LanguagePeer.doSelect(c)" since
doSelect(Criteria) exists in BasePeer, too and since it is static and because of this it's overriden.
2.) add a line "addSelectColumns(c)" before the try catch-block.
This code should have another mistake: It should never give back a list of Language-Objects, but it should return a list of Village-
Records. I guess this is not what you want. Solution 1.) will solve this problem, too. 2.) won't.
Hope it helps
F. Fray
PS Nevermind! This is a quick answer, so dont care about my english!
------------------------------------------------------------------------
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]