Re: registry startup issue

2016-01-26 Thread John Coleman
of these libs. It's always a good idea to state upfront the > versions you are using to save others from the guesswork. > > Kalle > > On Tue, Jan 26, 2016 at 7:56 PM, John Coleman > wrote: > > > any ideas, some of these services won't construct? > > > &

registry startup issue

2016-01-26 Thread John Coleman
any ideas, some of these services won't construct? public EmailServiceImpl(AssetSource assetSource, Logger logger, Messages messages) throws IOException { [ERROR] ioc.Registry Operations trace: [ERROR] ioc.Registry [ 1] Creating proxy for service RegistryStartup [WARNING] Failed startup of co

Re: maven build dependency problems

2016-01-19 Thread John Coleman
t; > https://github.com/got5/tapestry5-jquery > > > > You may have to add repositories. > > > > --- > > Regards, > > Prakash > > > > > > On 20 January 2016 at 10:29, John Coleman > > wrote: > > > > > Can anyone shed light on

maven build dependency problems

2016-01-19 Thread John Coleman
Can anyone shed light on this please? [INFO] [ERROR] Failed to execute goal on project AuditManager: Could not resolve dependencies for project **.audit:AuditManager:war:3.1.5-SNAPSHOT: Failed t o collect dependencies for [org.apache.tapestry:tapestry-core:jar:5.3.6 (compile ), org.apache.ta

Re: Multiple domains, one webapp

2015-08-02 Thread John Coleman
I'm going to agree with Bob here. Reducing complexity is a top level goal IMO. Using a different app for different URLs seems somewhat familiar to the MVC anti-pattern. The domain name used to access a system ought to be considered part of the presentation layer (like an interface vs an implementa

form requires dynamic radio button list

2015-02-04 Thread John Coleman
Hi, The examples of using the tapestry radio button are all static. I need the radio buttons to build from a dynamic list (in this case of locations) presumably using a loop, something like this:

Re: span key - dynamic component, and may not appear inside an ignored block

2006-11-29 Thread John Coleman
Ron Piterman gmx.net> writes: > > check if all yaour attributes are closed properly. > Cheers, > Ron Thanks Ron, that's exactly what it was, missing " on a attribute close! Didn't spot it when I checked the listing. John Ron Piterman gmx.net> writes: > > check if all yaour attributes are

Re: span key - dynamic component, and may not appear inside an ignored block

2006-11-29 Thread John Coleman
I can't find a mistake, but I wonder if this @Any code higher up is the real issue as it surounds the whole section, but then I used that at top of page and no problem? Is there something I can use in eclipse to help me with the syntax, like Spindle? John http://www.w3.org/TR/xhtml1/DTD/xhtm

span key - dynamic component, and may not appear inside an ignored block

2006-11-29 Thread John Coleman
This code: Save the record and return on line 125 is a dynamic component, and may not appear inside an ignored block. Is there a simple way around this, I would rather like to use wherever I like. John - T

Re: how to internationalise titles

2006-11-23 Thread John Coleman
Jesse Kuhnert gmail.com> writes: > > Do you mean something like?: > > > Thanks. But if I use @Any, then I can't have a static value to represent the dynamic value when I view the template in a browser. Some components (like buttons) support a dynamic label attribute that will replace the

how to internationalise titles

2006-11-22 Thread John Coleman
Has anyone found out how to internationalise title attributes? eg: how about this: List of Agencies"> Looks terrible, not valid markup. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

Re: button values

2006-11-22 Thread John Coleman
any ideas why this would not work and I have to use ognl:messages. instead? TIA John - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: button values

2006-11-22 Thread John Coleman
D&J Gredler gmail.com> writes: I used the label attribute to supply i.e. label="ognl:messages.getMessage...". Can I use messages: anywhere,and drop ognl, is that better? We use Tapestry 4.0 I think. regards, John - To unsubsc

button values

2006-11-21 Thread John Coleman
I want to internationalise my button values, I found using ognl works nicely, but the static rendering of the template is spoilt. Is there a way to keep value static and let Tapetry render the value from the proeprties file dynamically? TIA John -

PropertySelection

2006-11-13 Thread John Coleman
Hi, I've created my own flavour of PropertySelection called PropertySelectionWithHint that may display a "choose an option below" in the first option of the list. When there are no elements in the list the components render method just returns  . When this happens I'd like the associated TextF