{
tagId = "_tagId0";
Location location = new Location("cdr", 1, 2);
String ns = "urn:unk";
tag = new Tag(location,
ns, "tag", null,
new TagAttributes(new TagAttribute[] {
new TagAttribute(location, "", "beanName", null, beanName),
new TagAttribute(location, "", "ajaxOnly", null, String.valueOf(ajaxOnly))
}));