I want to convert the data in a tree node to a nested
table format. Is it possible to do that using vlh tags.
I am using Tomcat 4.1 and tried to setup the simple.war
file. It's throwing the following error message.
"org.apache.jasper.JasperException: This absolute uri
(http://jakarta.apache.org/struts/tags-tiles) cannot be
resolved in either web.xml or the jar files deployed with
this application".
How do I resolve this problem. Please advise.
Thank you.
Logged In: YES
user_id=531802
What is this simple.war you are talking about?
Logged In: YES
user_id=1144405
Hi,
I had almost the same problem, try to run it on tomcat 5.0.28.
To make a tree, it is possible, but you have to write your
own adapter. The view of 2 nested tables is no problem. But
to do it "infinetly" it could be problem, because valuelist
is not a tree component.
Best regards,
Andrej Z.