First of all what is the flow of your program? Who calls who and so on? I cannot understand
Why is this static?
public static String vocabproID;
This:
# public void setVocabproID(String vocabproID)
# {
#
# System.out.println("The value passed is ---> "+vocabproID);
#
# DBToVocabularyObjectPersistence.vocabproID = vocabproID;
#
# System.out.println("The values is :--> "+ DBToVocabularyObjectPersistence.vocabproID);
#
#
# }
Is not correct, use this.vocabproID = vocabproID; (assuming vocabproID is not static of course)
How do you get the values to the RulesModelAction class?
do you really want this: public void getVocabGroupBy() ?
It wasn't my idea to go to some crazy nightclub in the middle of nowhere. I just wanted to stay home and cuddle with this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
|