Re: Tapestry TreeGrid

2012-02-08 Thread tgupta1419
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

Re: Tapestry TreeGrid

2012-02-08 Thread tgupta1419
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

Re: Tapestry TreeGrid

2012-02-07 Thread tgupta1419
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.

POP UP Window

2012-02-07 Thread tgupta1419
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

Re: Calling nested class method in ognl

2012-02-07 Thread tgupta1419
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,

Calling nested class method in ognl

2012-02-06 Thread tgupta1419
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

org.apache.hivemind.ApplicationRuntimeException

2011-02-25 Thread tgupta1419
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,