From: Mike B. <mb...@Ga...> - 2002-08-05 15:38:23
|
Hi Kathleen, > ArrayList list = new ArrayList(); > list.add("form"); > System.out.println("List of forms: "+page.getHtmlElementsByTagNames(liste)); Assuming that "liste" on the last line was just a typo in your email, it should work. What does the actual html look like after it's been transformed by the JSP engine? I'm wondering if the generated code inside the action attribute is somehow confusing JTidy. (JTidy is the code that generates the xml dom model from the html input) -- Mike Bowler Principal, Gargoyle Software Inc. Voice: (416) 822-0973 | Email : mb...@Ga... Fax : (416) 822-0975 | Website: http://www.GargoyleSoftware.com |