Re: HTML tags....such as Publisher or Front page editor.....

2007-05-30 Thread erwin_br

Ex: This wokr fine
html xmlns:t=http://tapestry.apache.org/schema/tapestry_5_0_0.xsd;
head
titlemusiclib Start Page/title
/head
body
table t:type=grid rowsPerPage=10 pagerPosition=both
source=tracks
t:parameter name=ratingCell
 
/t:parameter
/table
/body
/html

But if i edit on publish or front page like this:
html xmlns:t=http://tapestry.apache.org/schema/tapestry_5_0_0.xsd;
head
titlemusiclib Start Page/title
/head
FRAMESET COLS=30%, 70%
FRAME SRC=coluna1.html NORESIZE SCROLLING=YES
 frameset ROWS=20%, 80%
FRAME SRC=linha1.html NORESIZE SCROLLING=NO
   FRAME SRC=linha2.html NORESIZE SCROLLING=NO
/frameset
body
/body
/html
I get this error!! 
An unexpected application exception has occurred.

* org.apache.tapestry.ioc.internal.util.TapestryException
  Failure parsing template context:WEB-INF/Start.html: Attribute name
NORESIZE associated with an element type FRAME must be followed by the '
= ' character.

  location
  context:WEB-INF/Start.html, line 6, column 40
  1 html
xmlns:t=http://tapestry.apache.org/schema/tapestry_5_0_0.xsd;
  2 head
  3 titlemusiclib Start Page/title
  4 /head
  5 FRAMESET COLS=30%, 70%
  6 FRAME SRC=coluna1.html NORESIZE SCROLLING=YES
  7 frameset ROWS=20%, 80%
  8 FRAME SRC=linha1.html NORESIZE SCROLLING=NO
  9 FRAME SRC=linha2.html NORESIZE SCROLLING=NO
  10/frameset
  11body BACKGROUND=paper.gif BGCOLOR=#FF TEXT=#00
LINK=#FF VLINK=#FF66FF ALINK=#FF

* org.xml.sax.SAXParseException
  Attribute name NORESIZE associated with an element type FRAME must
be followed by the ' = ' character.
-- 
View this message in context: 
http://www.nabble.com/HTML-tagssuch-as-Publisher-or-Front-page-editor.-tf3840106.html#a10873425
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: HTML tags....such as Publisher or Front page editor.....

2007-05-30 Thread erwin_br

Ex: This wokr fine
html xmlns:t=http://tapestry.apache.org/schema/tapestry_5_0_0.xsd;
head
titlemusiclib Start Page/title
/head
body
table t:type=grid rowsPerPage=10 pagerPosition=both
source=tracks
t:parameter name=ratingCell
 
/t:parameter
/table
/body
/html

But if i edit on publish or front page like this:
html xmlns:t=http://tapestry.apache.org/schema/tapestry_5_0_0.xsd;
head
titlemusiclib Start Page/title
/head
FRAMESET COLS=30%, 70%
FRAME SRC=coluna1.html NORESIZE SCROLLING=YES
 frameset ROWS=20%, 80%
FRAME SRC=linha1.html NORESIZE SCROLLING=NO
   FRAME SRC=linha2.html NORESIZE SCROLLING=NO
/frameset
body
/body
/html
I get this error!!
An unexpected application exception has occurred.

* org.apache.tapestry.ioc.internal.util.TapestryException
  Failure parsing template context:WEB-INF/Start.html: Attribute name
NORESIZE associated with an element type FRAME must be followed by the '
= ' character.

  location
  context:WEB-INF/Start.html, line 6, column 40
  1 html
xmlns:t=http://tapestry.apache.org/schema/tapestry_5_0_0.xsd;
  2 head
  3 titlemusiclib Start Page/title
  4 /head
  5 FRAMESET COLS=30%, 70%
  6 FRAME SRC=coluna1.html NORESIZE SCROLLING=YES
  7 frameset ROWS=20%, 80%
  8 FRAME SRC=linha1.html NORESIZE SCROLLING=NO
  9 FRAME SRC=linha2.html NORESIZE SCROLLING=NO
  10 /frameset
  11 body BACKGROUND=paper.gif BGCOLOR=#FF TEXT=#00
LINK=#FF VLINK=#FF66FF ALINK=#FF

* org.xml.sax.SAXParseException
  Attribute name NORESIZE associated with an element type FRAME must
be followed by the ' = ' character.
-- 
View this message in context: 
http://www.nabble.com/HTML-tagssuch-as-Publisher-or-Front-page-editor.-tf3840106.html#a10873429
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: HTML tags....such as Publisher or Front page editor.....

2007-05-30 Thread erwin_br

cirile now i try this:

html xmlns:t=http://tapestry.apache.org/schema/tapestry_5_0_0.xsd;
head
titlemusiclib Start Page/title
/head
FRAMESET COLS=30%, 70%/
FRAME SRC=coluna1.html/
FRAMESET ROWS=20%, 80%/
FRAME SRC=linha1.html/
   FRAME SRC=linha2.html/
body
/body
/html 

the tapestry don´t complain but the web browser don´t show nothing, i
created the coluna1.html and linha1.html and linha2.html with the same
source:

html xmlns:t=http://tapestry.apache.org/schema/tapestry_5_0_0.xsd;
head
titlemusiclib Start Page/title
/head
body BACKGROUND=paper.gif BGCOLOR=#FF TEXT=#00
LINK=#FF VLINK=#FF66FF ALINK=#FF
table t:type=grid rowsPerPage=10 pagerPosition=both
source=tracks
t:parameter name=ratingCell
 
/t:parameter
/table
/body
/html

the browse must show the grid at 3 frames but nothing happened.

whats wrong?
-- 
View this message in context: 
http://www.nabble.com/HTML-tagssuch-as-Publisher-or-Front-page-editor.-tf3840106.html#a10874816
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]