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... div class=content xmlns:t=http://myfaces.apache.org/tomahawk; xmlns:h=http://java.sun.com/jsf/html; xmlns:f=http://java.sun.com/jsf/core; ...

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! span xmlns:t=http://myfaces.apache.org/tomahawk; xmlns:h=http://java.sun.com/jsf/html; xmlns:f=http://java.sun.com/jsf/core; t:dataTable

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

2007-06-26 Thread Ian.Priest
extends=outputFormat/ And now my escape attribute is no longer ignored. I've raised SHALE-451 so it can be 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

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: component jsfid=callHistoryTable

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 [EMAIL PROTECTED] Hi, I've set up a couple

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: 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

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: h3help section 1/h3 psome useful info/p psome more useful info/p I need to make the content multi-language, and can think of a

RE: Popup windows and Clay

2006-07-14 Thread Ian.Priest
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 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