Thanks, Stephen.  I did actually realize jsp-api.jar had it, and including that 
jar fixed the problem.  My app is almost working now, if it wasn't for the 
failure of the table to stamp its rows correctly.  It just repeats the binding 
name itself in each cell.  Might be that I don't have all the right JARs in my 
app quite yet.

Thanks for the suggestion,

Shawn


-----Original Message-----
From: Stephen Friedrich [mailto:[email protected]]
Sent: Tuesday, December 30, 2008 5:07 AM
To: MyFaces Discussion
Subject: Re: [Trinidad] Problem with upgrade to 1.2.x

I guess you are using facelets instead of jsp, right?
Sounds similar to TRINIDAD-1215: 
https://issues.apache.org/jira/browse/TRINIDAD-1215
Before that one was fixed my workaround was to simply include jsp-api.jar (that 
contains the JspIdConsumer) with my war.
You might want to try that too, plus maybe create a new issue in Jira.

Bertrand, Shawn R wrote:
> I'm migrating my app from 1.0.2 to 1.2.10 (along with JBoss 4.0.5 to
> 4.2.3 and everything that goes with it, including of course JSF 1.2),
> and I've made all the code changes and such related to
> Bindings->Expressions...
>
>
>
> But I'm running into a problem with a custom component I've subclassed
> from CorePanelGroupLayout.  It keeps wanting to import
> JspIdConsumer.class, which I can't seem to find.
>
>
>
> At the end of the day, I just want to extend tr:panelGroupLayout to
> support an "onscroll" attribute.  What is the right way to do that in
> Trinidad 1.2.x?
>
>
>
> Thanks in advance,
>
>
>
> Shawn
>
>
>

Reply via email to