transparent text overlay on an image

2012-12-17 Thread nhhockeyplayer nashua
Folks, Does anyone know how to overlay transparent text onto an image in T5 ? If there is a quick simple way to do this in a component I would sure like to know. For instance... say I am modeling a house photo on a page and I want to splash a yellow transparent overlay SOLD Best regards and

How to access a component(any text field) from custom component

2012-12-17 Thread SAMPY
Issue is related to Tapestry 4 validation issue. HTML : where this PaymentSelection is component, that renders the html dynamically that consist of code as text field. Validation Java Code : FormBean bean = this.getHotelsFormBean(); IValidationDelegate delegate = this.getV

Re: Validation issue with Tapestry 4

2012-12-17 Thread SAMPY
Any Solutions? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Validation-issue-with-Tapestry-4-tp5718593p5718801.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe,

RE: how to get parameters from component to javascript

2012-12-17 Thread nhhockeyplayer nashua
Alright, I am up to speed on your suggestion. I faired well with the T4 style... and was able to get fairly granular by indexing appended loop indices onto the and of function names at render time in order to customize specific javascript to items on each individual iteration within loops. No

Re: custom edit page not possible

2012-12-17 Thread Josh Canfield
I spent the last 45 minutes installing tynamo for the first time. It's NOT tapestry, it's a third party extension that I have never used, and I have no idea how many people use it. It looks like the problem is in the tynamo documentation. > To start customizing a page, make a copy of the appropri

RE: how to get parameters from component to javascript

2012-12-17 Thread nhhockeyplayer nashua
Thanks Howard, Would you be referring to JSon ? I might be happy to hear that... just looking for a confirmation. Best regards and thanks... KEN From: nhhockeypla...@hotmail.com To: users@tapestry.apache.org Subject: how to get parameters from component to javascript Date: Mon, 17 Dec 2012 15

Re: how to get parameters from component to javascript

2012-12-17 Thread Howard Lewis Ship
The client side only knows what the server side tells it. You must pass this down to the client in some way. Modern thinking is to write data- attributes into the element. On Monday, December 17, 2012, nhhockeyplayer nashua wrote: > > Hi Folks, > > I have this component... TransparentTextImage >

Re: Glassfish 3.1 - and tapestry live class reload

2012-12-17 Thread Lenny Primak
Not sure about Eclipse, but I use NB 7.2 and GF 3.1.2.2 and live class reload works out-of-the-box. I just had to disable 'deploy-on-save' in NetBeans and Tapestry just picks up the changes instantly as it would with Jetty. On Dec 17, 2012, at 5:36 AM, Martin Nagl wrote: > Hi, > > I wonder, i

Re: Glassfish 3.1 - and tapestry live class reload

2012-12-17 Thread Martin Nagl
Hi, I wonder, is there any update on this? Did you get live class reloading to work on Glassfish? I am considering dev environment using Eclipse + Maven + Glassfish. Thanks Martin -- View this message in context: http://tapestry.1045711.n5.nabble.com/Glassfish-3-1-and-tapestry-live-cla

Re: [5.3.6] GridDataSource provided row index to getRowValue(int)

2012-12-17 Thread Dmitry Gusev
Ah, yes, you're right. Start index should be 10 in my example. Its okay then. On Mon, Dec 17, 2012 at 12:58 PM, Muhammad Gelbana wrote: > Isn't the starting index always dividable by rowsPerPage ? > I logged whats happening on my machine: > > prepare(): StartIndex: 0 EndIndex: 4 (I always add 1 t

Re: [5.3.6] GridDataSource provided row index to getRowValue(int)

2012-12-17 Thread Muhammad Gelbana
Isn't the starting index always dividable by rowsPerPage ? I logged whats happening on my machine: prepare(): StartIndex: 0 EndIndex: 4 (I always add 1 to the endIndex because I'm using JDO and it's range is exclusive at the higher limit) getRowValue(): Index: 0 StartIndex: 0 RowsPerPage: 5 Index-