Re: RegexAuthorizer missing

2011-03-28 Thread Dan Griffin
Thank you for your answer, Robert. I inserted the dependecy to 
AssetProtectionDispetcher in my local component library, but then some 
other js assets in my application (not from the component library) 
stopped loading.


Is there another way to extend client access for assets, without 
regexAuthorizer in component library in tapestry 5.2.4?




url: http://maven.saiwai-solutions.com
group id: com.saiwaisolutions
artifact id: AssetProtectionDispatcher
version: 1.0.0

Note that 1.0.0 is tested against Tapestry 5.1.0.5, but I have used it fine 
with 5.2.4.  The main caveat is that some of the default contributions for 
tapestry assets are potentially out of date (due to, eg, javascript stacks and 
so forth).

Robert

On Mar 16, 2011, at 3/167:24 AM , Dan Griffin wrote:

   

Hi all,

I found out 
herehttp://osdir.com/ml/users-tapestry-apache/2010-08/msg00547.html  that 
RegexAuthorizer is now a part of a 3rd party module in some maven repo, but I 
couldn`t find out which one, because the link left there has been broken. Quick 
google search didn`t help either. I would be grateful if someone could point me in 
the right direction.

Thank you in advance,
Dan
 


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

   



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



RegexAuthorizer missing

2011-03-16 Thread Dan Griffin

Hi all,

I found out here 
http://osdir.com/ml/users-tapestry-apache/2010-08/msg00547.html that 
RegexAuthorizer is now a part of a 3rd party module in some maven repo, 
but I couldn`t find out which one, because the link left there has been 
broken. Quick google search didn`t help either. I would be grateful if 
someone could point me in the right direction.


Thank you in advance,
Dan


Extended textarea component

2011-03-07 Thread Dan Griffin

Hi all,

I`m looking for the component that helps creating forms  that handle 
things such as message board posts, blog comments and such alike. So 
basically, a textarea with buttons that insert different tags: bold, 
italic, image links etc. Is there anything similar out there?


Thanks

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Lazy injection

2011-02-28 Thread Dan Griffin

Hi all,

Is there a way to inject a service lazily?

Thanks,
Dan

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



SSO in ComponentRequestFilter

2011-02-28 Thread Dan Griffin

Yes, thank you Kalle.

It seams that I haven`t diagnosed my problem properly. My real issue 
here is that I can`t use SessionScoped in ComponentRequestFilter 
instance. Is there a way around this?

That's the default. Only if you use @EagerLoader, the services are
instantiated.. err.. eagerly, otherwise the actual service is created
(realized) on the first invocation of the service proxy.

Kalle


On Mon, Feb 28, 2011 at 4:03 PM, Dan Griffindangri...@gmail.com  wrote:
   

Hi all,

Is there a way to inject a service lazily?

Thanks,
Dan

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org


 

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

   



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: SSO in ComponentRequestFilter

2011-02-28 Thread Dan Griffin

Yes, that works. Thanks.

On Mon, 28 Feb 2011 23:07:00 -0300, Dan Griffin dangri...@gmail.com 
wrote:



Yes, thank you Kalle.

It seams that I haven`t diagnosed my problem properly. My real issue 
here is that I can`t use SessionScoped in ComponentRequestFilter 
instance. Is there a way around this?


You can only use the @SessionState annotation in classes inside 
Tapestry-controlled packages (pages, components, mixins, base).


To get and set SSOs in other classes, use the ApplicationStateManager 
service.





-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org