For getting a tree and if there are thousands of nodes - wouldn't it be a
problem getting all the nodes in the memory and then processing it.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-TreeGrid-tp5462126p5467951.html
Sent from the Tapestry - User mailing list
Thanks Lance
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-TreeGrid-tp5462126p5467939.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsub
How will the relation query look like to get this tree from the database.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-TreeGrid-tp5462126p5464526.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
I've defined in a.html to display a popup window:
# Examples
In a.java,
private static final PopupLinkRenderer EXAMPLES_POPUP_LINK=new
PopupLinkRenderer("Examples",
"height=400, width=610, resizable=1, scrollbars=0");
pub
Thanks! Howard
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Calling-nested-class-method-in-ognl-tp5460991p5464187.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe,
I’m in a such a situation :
Public abstract class TopLevel{
Private static class NestedLevel {
Public String getMethod1() {
}
}
}
How do I call the nested static class method ‘getMethod1’ in ognl in the
html template?
I asked this because If
Hi,
I'm using Tapestry 4.0.2. The application works perfectly fine on one
install (Windows XP). But, when I deploy the webapp to another install
(Windows 2003) I get the following exception:
Error: An error occured processing annotation
@org.apache.tapestry.annotations.Bean(lifecycle=REQUEST,