Re: TapestryIoC: Is it possible to receive an OrderedConfiguration's ID?

2013-03-16 Thread Eli Doran
Found this Git changewhich removed the "automatic injection of service id" from the AbstractServiceCreator.java source file. There are corresponding changes which remove the Inject annotat

Re: OLark script block

2013-03-16 Thread harry
George, Sorry about the late reply. I hard-coded the OLark script in the afterRender() function of the Layout component, using javaScriptSupport.addScript(=) Best, Harry -- View this message in context: http://tapestry.1045711.n5.nabble.com/OLark-script-block-tp5517659p5720501.html Sent

Re: TapestryIoC: Is it possible to receive an OrderedConfiguration's ID?

2013-03-16 Thread Eli Doran
Also, in this sectionit doesn't list String and service ID as a resource. As a side note, if you look at the list item for ServiceResources it looks like the last part should actually be a new list ite

Re: TapestryIoC: Is it possible to receive an OrderedConfiguration's ID?

2013-03-16 Thread Eli Doran
Also, it seems the fourth example in this section doesn't work with Tapestry-IoC-5.3.6 (service builder method in the module accepting 'String serviceId' parameter). Has this behavior cha

Re: TapestryIoC: Is it possible to receive an OrderedConfiguration's ID?

2013-03-16 Thread Eli Doran
Using a String param in the service implementation constructor causes a RuntimeException stating "No service implements the interface java.lang.String". It is mentioned in multiple places in the documentation that a String type without the Inject or InjectService annotations will receive the Servic

Re: Streaming a binary file - IllegalArgumentException

2013-03-16 Thread Bob Harner
The src attribute of the img element requires the URL of the image, not the image contents. On Mar 16, 2013 7:46 PM, "Bela Takacs" wrote: > Hi All, > > I am writing my very first program using Tapestry, and I've got my > first problem... > > I want to display an image in my Index.tml template, so

Re: is there a way to get the hostname:port and IP address

2013-03-16 Thread Ivan Khalopik
It is not a tapestry question. http://docs.oracle.com/javaee/5/api/javax/servlet/ServletRequest.html On Sat, Mar 16, 2013 at 11:42 PM, nhhockeyplayer nashua wrote: > Folks, > > I want to track my users. Is there a way to get host:port and ip ? > > Best regards > and thanks... KEN -- BR Ivan

is there a way to get the hostname:port and IP address

2013-03-16 Thread nhhockeyplayer nashua
Folks, I want to track my users. Is there a way to get host:port and ip ? Best regards and thanks... KEN

Re: Read only bindings - How do I set their value from a mixin?

2013-03-16 Thread Steve Eynon
Here's the thread where I ran into the problem: http://tapestry.1045711.n5.nabble.com/How-to-set-the-translate-parameter-tt5719495.html Luckily, for my use case, I was able to Munky Patch T5. Steve. On 16 March 2013 05:25, trsvax wrote: > I ran into this problem also. I think you might be able