0

xmlns error

asked 2006-07-22 14:05:17 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3833432

By: jim_pang

I tried to combine html with zul to help me design the layout, but it seems that I have the problem with frameset (<h:frameset), it looks like a bugs.

here's the codes

<window xmlns:h="http://www.w3.org/1999/xhtml">
<h:input type ="button" value = "testing ok1"/> <h:html> <h:input type ="button" value = "testing ok2"/> <h:head> <h:title>Untitled Document</h:title> <h:input type ="button" value = "testing ok3"/> <h:frameset rows="50,*" cols="*" frameborder="no" border="0" framespacing="0">
<h:frame src="accordion.zul" name="topFrame" scrolling="No" noresize="noresize"
id="topFrame" title="topFrame" />
<h:frameset rows="*" cols="199,*" framespacing="0" frameborder="no"
border="0">
<h:frame src="accordion.zul" name="leftFrame" scrolling="no" noresize="NORESIZE"
id="leftFrame" title="leftFrame" />
<h:frameset rows="561,120" cols="*" framespacing="0" frameborder="no"
border="0">
<h:frame src="accordion.zul" name="mainFrame" scrolling="no"
noresize="noresize" id="mainFrame" title="mainFrame" />
<h:frame src="accordion.zul" name="bottomFrame" scrolling="No"
noresize="noresize" id="bottomFrame" title="bottomFrame" />
</h:frameset>
</h:frameset>
</h:frameset>

</h:head>

<h:noframes>

<h:body>

</h:body>
</h:noframes></h:html>
</window>

the frame won't show up, but the button show..

thx.

delete flag offensive retag edit

5 Replies

Sort by ยป oldest newest

answered 2006-07-24 11:27:09 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3835439

By: henrichen

Please post to bug list along with your sample code.

/henri

link publish delete flag offensive edit

answered 2006-07-25 00:00:01 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3836442

By: jim_pang

that's the code.. you can try to insert anything in the frame (index.html, or anything), but it still won't show up..

thx

link publish delete flag offensive edit

answered 2006-07-25 05:55:32 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3837030

By: henrichen

Yes, please post it to Bug tracking list so we can track it.

/henri

link publish delete flag offensive edit

answered 2018-12-18 13:51:06 +0800

pfjuifv gravatar image pfjuifv
1 1

Whoops, we can't find that page.

link publish delete flag offensive edit

answered 2018-12-19 09:02:16 +0800

jeanher gravatar image jeanher
1824 2 6
ZK Team

@pfjuifv The SourceForge forum has been moved to ZK Forum (here). If you have a technical question to discuss with the community, please initiate a thread in ZK Forum. When you raise the question please also provide a corresponding code example in ZK Fiddle (http://zkfiddle.org/).

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2006-07-22 14:05:17 +0800

Seen: 171 times

Last updated: Dec 19 '18

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More