. Split the notion of a website project 'name' and the 'dns name'

- Website now support name, title, description like other nodes and an additional field for DNS name.
 - The DNS name has basic client-side validation (JavaScript regex) and server-side name mangling to ensure validity

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4266 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-10-31 15:23:33 +00:00
parent 1d3fc456e9
commit 70f0311af8
4 changed files with 52 additions and 5 deletions

View File

@@ -907,7 +907,7 @@ public final class Utils
if (disabled == false)
{
Object readOnlyAttr = component.getAttributes().get("disabled");
Object readOnlyAttr = component.getAttributes().get("readonly");
if (readOnlyAttr != null)
{
readOnly = readOnlyAttr.equals(Boolean.TRUE);