Re: Tweaking an AjaxFormLoop

2010-04-11 Thread P . Stavrinides
Hi Robert, Here is the new jira: https://issues.apache.org/jira/browse/TAP5-1102 Also its worth looking at https://issues.apache.org/jira/browse/TAP5-775. Although an unrelated issue, I thought that depending on what Howard was planning, this might provide some features to work off. The AjaxFor

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-11 Thread Charith Madusanka
Hi , I can't see anything in RenderSupport that > would help render or stream images to be shown to the user. Yes, It is true that it is unable to render the PDF into image and show ti the user by using RenderSupport. I tried to render the PDF into image by using JavaScript with the support of

Re: inject services with custom annotation

2010-04-11 Thread Thiago H. de Paula Figueiredo
On Sat, Apr 10, 2010 at 8:26 PM, Igor Drobiazko wrote: > Just contribute your own ComponentClassTransformWorker. The class > InjectWorker is an implementation of this interfaces which is responsible > for injecting servises annotated with @Inject. This would only work for components, pages and mi

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-11 Thread Thiago H. de Paula Figueiredo
On Sun, Apr 11, 2010 at 12:32 AM, Charith Madusanka wrote: > Hi Uli, Hi! > Now looking Interface RenderSupport  package , I think it can be use full > to enders the PDF to images and  shown to the user. I'm not following you. I can't see anything in RenderSupport that would help render or strea

Re: Obtaining the actual service instead of the interface/proxy

2010-04-11 Thread Howard Lewis Ship
I suspect that Marijn has non-public API on his implementation class related to his testing. There's a philosophy that if a class can not be tested via its public interface, it needs refactoring. I do find that extreme, but if you are using IoC to obtain the service, it is by definition an integra