I figured some things out on this.
My big question now is Tiles is supposed to have a Channel bean.
I do not have any of the rss imports.
I did find some rss related packegaes in the tiles source but could
not find a Channel
The digester.parse(url) returns an Object. In this case we are trying
to cast the Channel object.
when I commented this code out the project ran by produced an error.
Not sure how to proceed.
Any ideas?
John

On Aug 31, 9:28 pm, Sunshine <[EMAIL PROTECTED]> wrote:
> Sang:
> I found some issues with the Tiles Exercises to make you aware of.
> I am using Netbeans 6.1.
> Exercises 1 & 2 work after you load the Struts Library 1.2.9 and
> remove the missing references.
> Exercise 3. had to be modified to work
> There are 2 missing imports
> //import org.apache.commons.digester.rss.Channel;
> //import org.apache.commons.digester.rss.RSSDigester;
> As you see I commented these out.
> I also inserted comments in the code where these are used.
> After eliminating these issues I was able to run Exercise 3.
> There must be an update th the digester package that is not available
> in Struts 1.2.9,
> I also tried downloading and using digester 1.8 but still got errors.
> John
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Java 
EE (J2EE) Programming with Passion!" group.
To post to this group, send email to 
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to