Hivemind eager loading of a service which references tapestry services is not possible

2007-04-22 Thread Paul Stanton
I'm trying to avoid Spring and use Hivemind to manage my Hibernate service. It's pretty basic stuff but one basic feature is proving very hard to achieve: eager load startup. In my case I need to reference WebContext (the tapestry component) in my initialisation procedure, but it seems to be

Re: Tree w/Checkbox on each node--Way to Fix Indent?

2007-04-22 Thread tapuser
Hi Ty, I am trying to implement Tree Table with add node, delete node and edit node functionality using a employee table. Could you please some guidelines to implement the treeManager. I am getting null pointer exceptions. Thanks. Sri. Tyrone Hed wrote: Folks, I

@Meta and @InjectMeta with a boolean type

2007-04-22 Thread Paul Stanton
I saw a neat solution to meta data using annotations in the Vlib example that comes bundled with Tapestry 4.1.1. *Code:* @Meta({anonymous-access=false, admin-page=false}) public abstract class VlibPage extends BasePage implements IErrorProperty, IMessageProperty, PageValidateListener,

[no subject]

2007-04-22 Thread Donyee
-- Chinese name:徐 依伟 English name: will

Re: Tapestry 5 and URL encoding

2007-04-22 Thread Nick Westgate
@Inject private RequestGlobals _globals; Then you can use _globals.getHTTPServletRequest().getRequestURL() and other methods from javax.servlet.http.HttpServletRequest. Cheers, Nick. Hans Braxmeier wrote: Hello together, Today I installed T5 and it's a great tool. Is there something

Re: @Meta and @InjectMeta with a boolean type

2007-04-22 Thread Paul Stanton
If I change the accessor method boolean isMetaSecure to String getMetaSecure it works fine. So the problem can be defined as: @InjectMeta only works with String types. This is obvious after reading the documentation, but the Vlib example (written by howard?) is misleading as it suggests usage

Re: @Meta and @InjectMeta with a boolean type

2007-04-22 Thread Jesse Kuhnert
Ah...I knew this sounded familiar. I think it's fixed in 4.1.2-snapshot https://issues.apache.org/jira/browse/TAPESTRY-1204 On 4/22/07, Paul Stanton [EMAIL PROTECTED] wrote: If I change the accessor method boolean isMetaSecure to String getMetaSecure it works fine. So the problem can be

hello

2007-04-22 Thread Donyee
hello -- Chinese name:徐 依伟 English name: will

Re: @Meta and @InjectMeta with a boolean type

2007-04-22 Thread Paul Stanton
Thanks Jesse! I'll upgrade as soon as 4.1.2 is released. http://www.tapestryforums.com/ Jesse Kuhnert wrote: Ah...I knew this sounded familiar. I think it's fixed in 4.1.2-snapshot https://issues.apache.org/jira/browse/TAPESTRY-1204 On 4/22/07, Paul Stanton [EMAIL PROTECTED] wrote: If I

Re: hello

2007-04-22 Thread Jesse Kuhnert
stop it. On 4/22/07, Donyee [EMAIL PROTECTED] wrote: hello -- Chinese name:徐 依伟 English name: will -- Jesse Kuhnert Tapestry/Dojo team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com