[T5.0.5] NullPointerException in DependencyNode.addDependency

2007-07-06 Thread Siddhartha Argollo
the method: addDependency(DependencyNode node), because the _log variable is null at this point since the Orderer object is constructed with a null log variable in RegistryImpl.getOrderedConfiguration. Cheers, Siddhartha Argollo -

[T5.0.5] Contributions to MasterDispatcher not working

2007-07-06 Thread Siddhartha Argollo
ng to MasterDispatcher (without this constraint, it doesn't work). This way, both dispatches are called by the framework. Thanks, Siddhartha Argollo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [T5.0.5] Contributions to MasterDispatcher not working

2007-07-06 Thread Siddhartha Argollo
No warnings. Howard Lewis Ship wrote: Sounds like it should work as is, are you getting any warnings in the console? On 7/6/07, Siddhartha Argollo <[EMAIL PROTECTED]> wrote: Hi all, I have two submodules, both used by AppModule. In the first module, I contribute with a "MyFirs

Re: [T5.0.5] Contributions to MasterDispatcher not working

2007-07-10 Thread Siddhartha Argollo
lic class AppModule { public void contributeApplicationDefaults(MappedConfigurationString> configuration) { configuration.add(BasicModule.APPLICATION_ENCODING, "utf-8"); } } Only the dispather with "before:*" is called. I´m running with JBoss 4.2.0-GA. Howard Lewis Ship wrote: G

Re: T5: NPE in Base64InputStream and locked/waiting CheckForUpdatesFilter

2007-07-10 Thread Siddhartha Argollo
nection.runIt(ChannelSocket.java:889) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:686) at java.lang.Thread.run(Thread.java:619) ... and 199 more of them -- Siddhartha Argollo Técnico Judiciário TRE-BA [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [T5] Head Script Injection

2007-07-17 Thread Siddhartha Argollo
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Siddhartha Argollo Técnico Judiciário TRE-BA [EMAIL PROTECTED] --

Re: user access control

2007-07-18 Thread Siddhartha Argollo
I think so too. My solution was to contribute to MasterDispatcher with a SecurityDispatcher, that is responsible to verify if the user is authenticated, before he has access to a page. It is a request filter, but inside the tapestry framework, not a servlet filter. Chris Lewis wrote: I apolog

String in validator

2007-07-31 Thread Siddhartha Argollo
Hi all, Is it possible to use a string with spaces as a constraint for a validator? For example: t:validate="required,date=dd/MM/ HH:mm" I tried without quotes, single quotes and double quotes, but I get a syntax error caused by the space inside the constraint string. Thanks, Sid. -

Re: [T5] StackMapTable format error

2007-08-14 Thread Siddhartha Argollo
hing wrong with javassist, but instead the preview release of the JVM is causing the problem. Another inconvenience is that javassist 3.6.0.CR1 in itself seems to be preview as well and is not available via Maven's central repository. Stephan -- Siddhartha Argollo Técnico Judi

[T5.0.5] Caching and IE6

2007-08-22 Thread Siddhartha Argollo
Hi all, I'm having an annoying problem with my pages in IE6. It doesn't happen with firefox. When the page has auto-links, sometimes it doesn't refresh when the link is clicked. The state before the click continues to be shown in the browser, in despite of the postback. I have to hit the refre

Re: [T5.0.5] Caching and IE6

2007-08-22 Thread Siddhartha Argollo
rked? Hope to see a good solution for this!!. 2007/8/22, Siddhartha Argollo <[EMAIL PROTECTED]>: Hi all, I'm having an annoying problem with my pages in IE6. It doesn't happen with firefox. When the page has auto-links, sometimes it doesn't refresh when the link is clic

Re: [T5.0.5] Caching and IE6

2007-08-24 Thread Siddhartha Argollo
r url = "url"; url += new Date(); Otherwise ie will see the same url and not bother to make the request. (a premature optimization I guess) On 8/22/07, Siddhartha Argollo <[EMAIL PROTECTED]> wrote: Hi all, I'm having an annoying problem with my pages in IE6. It doesn&

[T5] StackMapTable format error: bad class index

2007-06-08 Thread Siddhartha Argollo
Hi all, First of all: I'm using the 5.0.5 snapshot with JBoss 4.0.5-GA. I have a component named LoginView. It shows the login status of the user. The thing is, if I implement the beginRender method in this way: @Inject private SecurityService security; void beginRender(MarkupWriter writer) { i

Re: T5: (Noob:) How To Contribute A Custom Validator

2007-06-14 Thread Siddhartha Argollo
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Siddhartha Argollo Técnico Judiciário TRE-BA [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to improve my message component

2009-08-25 Thread Siddhartha Argollo
Is it possible for this message component to auto detect the form submit and to render when the submit is successful? I've tried to use the defer method of the FormSupport, but it occurs after the render phase. Thiago H. de Paula Figueiredo wrote: Em Tue, 25 Aug 2009 10:26:16 -0300, Sebastian

Re: Loop.restoreStateFromStoredClientValue.... in 5.1.0.5

2009-05-29 Thread Siddhartha Argollo
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org -- Siddhartha Argollo Técnico Judiciário TRE-BA / SEDESI - Seção de Desenvolvimento de Sistemas slargo...@t