f:validator and "Undefined component type override"

2007-06-28 Thread Ian.Priest
I've hit a problem trying to set up a validator on an input text field. Here's the HTML... http://myfaces.apache.org/tomahawk"; xmlns:h="http://java.sun.com/jsf/html"; xmlns:f="http://java.sun.com/jsf/core";> ...

RE: outputFormat ignores escape="false" (Isn't MyFaces)

2007-06-26 Thread Ian.Priest
fixed. Cheers, Ian. > -Original Message- > From: Ian.Priest [mailto:[EMAIL PROTECTED] > Sent: 26 June 2007 16:01 > To: user@shale.apache.org > Subject: h:outputFormat ignores escape="false" (Might be MyFaces) > > My h:outputFormat tag is ignoring it&#x

h:outputFormat ignores escape="false" (Might be MyFaces)

2007-06-26 Thread Ian.Priest
My h:outputFormat tag is ignoring it's escape="false" attribute. My HTML is below. Can someone sanity check for me please! http://myfaces.apache.org/tomahawk"; xmlns:h="http://java.sun.com/jsf/html"; xmlns:f="http://java.sun.com/jsf/core";>

RE: Clay full-xml and namespace ignoring my tags

2007-05-03 Thread Ian.Priest
> -Original Message- > From: Ian.Priest [mailto:[EMAIL PROTECTED] > Sent: 03 May 2007 12:15 > To: user@shale.apache.org > Subject: Clay full-xml and namespace ignoring my tags > > Hi, > > > > I'm going round the bend with this one and suspect I&

Clay full-xml and namespace ignoring my tags

2007-05-03 Thread Ian.Priest
Hi, I'm going round the bend with this one and suspect I'm missing something really obvious. I have a site set up that uses full xml views. I'm trying to add namespace tags to my pages, but they don't get rendered unless I use jsfid - here's what I mean... Page example.html: http://www

RE: setting rowStyleClass

2007-01-26 Thread Ian.Priest
See https://issues.apache.org/jira/browse/TOMAHAWK-523 for problem and work-around. Cheers, Ian. > -Original Message- > From: Ian.Priest [mailto:[EMAIL PROTECTED] > Sent: 26 January 2007 15:30 > To: user@shale.apache.org > Subject: setting rowStyleClass > > Hi,

setting rowStyleClass

2007-01-26 Thread Ian.Priest
Hi, I seem to have an error when setting the rowStyleClass attribute of a table. I'm trying to set the row class dynamically so I can have certain rows highlighted based on a bean variable. Here's my widget, which extends MyFaces Tomahawk DataTable:

RE: CLAY: Using clay to import file in remoting method

2006-12-07 Thread Ian.Priest
ur > > work is lost since the view will be rebuild for the > original template. > > > > If we are going to try to use Shale's remoting, we would > need to some how > > restore the view by passing on the viewId in our remoting > request, find the > > Clay

RE: CLAY: Using clay to import file in remoting method

2006-12-05 Thread Ian.Priest
Responses below... > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 04 December 2006 15:54 > To: user@shale.apache.org > Subject: Re: CLAY: Using clay to import file in remoting method > > >From: "Ian.Priest&qu

CLAY: Using clay to import file in remoting method

2006-12-04 Thread Ian.Priest
Hi, I've set up a couple of remoting methods, but I don't really want to code the HTML in my java method. What I'd like to do is have the snippet of HTML returned by my remoting method defined in the same way as the rest of the html on the site; i.e. in an html file that's loaded by Clay. My re

Shale-Clay site goes live: http://www.truphone.com

2006-09-15 Thread Ian.Priest
Hi all, I thought you might be interested to know that the site I've been working on for the past few months has now gone live. The site, http://www.truphone.com, is driven by Shale/Clay sitting on MyFaces and running inside Tomcat. Underneath there is a MySQL database and a bespoke application b

Code guidance request

2006-08-09 Thread Ian.Priest
Hey all, I'm looking for guidance on a "nice" way of doing something. I have a page with two component on it. One is a "Select country" drop-down and one is a "phone-number" input text. The latter has a small text prefix that shows the international dialling code for the selected country. Both

RE: Clay: "virtual" jsfid values (similar to Tiles)

2006-07-27 Thread Ian.Priest
I think I've done something similar. I hit URLs like http://localhost:8080/mysite/content/help_page.tru by using Clay full-xml views. You have to re-map the .xml extention to use your own extention. In web.xml, map .tru to be the new .xml, and set clay-tiles-config.xml to be the full-xml conf

RE: Internationalisation: Embedded HTML markup in Message Bundles?

2006-07-14 Thread Ian.Priest
(such as #{view}) that are available in the facesContext? Cheers, Ian. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 14 July 2006 16:11 > To: user@shale.apache.org > Subject: Re: Internationalisation: Embedded HTML markup in > Message

RE: Popup windows and Clay

2006-07-14 Thread Ian.Priest
pup windows and Clay > > >From: "Ian.Priest" <[EMAIL PROTECTED]> > > > > Hi, > > > > I think this question is probably about 50% Clay and 50% > JSF, so I'll > > start by asking on it this list. > > > > I have a requi

Internationalisation: Embedded HTML markup in Message Bundles?

2006-07-14 Thread Ian.Priest
The site I'm working on has quite a lot of largish static pages containing help info, user guides etc. There's quite a lot of mark-up in the pages, for example: help section 1 some useful info some more useful info I need to make the content multi-language, and can think of a couple of ways to

Popup windows and Clay

2006-07-10 Thread Ian.Priest
Hi, I think this question is probably about 50% Clay and 50% JSF, so I'll start by asking on it this list. I have a requirement to open a link in a popup window. What I'd like to do is have the link as a Clay component and open the popup with the result of clicking on the link. I have an actionli