1 2 Previous Next 17 Replies Latest reply on Nov 19, 2007 4:53 PM by whafrog Go to original post
      • 15. Re: Dynamic widgets?
        whafrog

        Well I got permission to upgrade to 2.0.0GA...but it still doesn't work. It's an improvement, but it tells me "benefitMap" doesn't exist on "lenderbenefits". I gave up and reverted back to trying to use specific instance variables, only now I'm getting "@In attribute requires non-null value" exceptions...can't win for losing...

        • 16. Re: Dynamic widgets?

          Does "lenderbenefits" have a method called getBenefitMap()? You could also try invoking the method directly, i.e. lenderbenefits.getBenefitMap().getBenefit(...)

          If none of that helps, it might help us in debugging your problem if you posted the complete stack trace.

          • 17. Re: Dynamic widgets?
            whafrog

            Yes, it did have a getBenefitMap() method. Unfortunately I have tossed that code and gone what I thought would be a more "tried and true" route. I'm under a serious time deadline and need something functional asap. I made the mistake of buying into the "Seam makes everything easier" without factoring in a serious learning curve...going from straight JSPs and Struts 1.2 to JSF and Seam in a couple weeks.

            But that's not your problem ;-) thanks for your help.

            1 2 Previous Next