Hi all,
I'm using JBoss Seam 1.0beta2 with JBoss 4.0.4.CR2.
Few weeks ago, I have seen that Sun relased Sun Java Studio Creator 2 to 
visually design jsf pages.
So I have starting use it to design my web pages and now I'd like to use that 
pages with Seam.
But, it's not simple for me integrate it with Seam.

A simple page sound like this:



  | <?xml version="1.0" encoding="UTF-8"?>
  | <jsp:root version="1.2" xmlns:f="http://java.sun.com/jsf/core"; 
xmlns:h="http://java.sun.com/jsf/html"; xmlns:jsp="http://java.sun.com/JSP/Page"; 
xmlns:ui="http://www.sun.com/web/ui";>
  |     <jsp:directive.page contentType="text/html;charset=UTF-8" 
pageEncoding="UTF-8"/>
  |     <f:view>
  |         <ui:page binding="#{newPage.page1}" id="page1">
  |             <ui:html binding="#{newPage.html1}" id="html1">
  |                 <ui:head binding="#{newPage.head1}" id="head1">
  |                     <ui:link binding="#{newPage.link1}" id="link1" 
url="/resources/stylesheet.css"/>
  |                 </ui:head>
  |                 <ui:body binding="#{newPage.body1}" id="body1" 
style="-rave-layout: grid">
  |                     <ui:form binding="#{newPage.form1}" id="form1">
  |                         <ui:staticText binding="#{newPage.staticText1}" 
id="staticText1" style="left: 48px; top: 24px; position: absolute"/>
  |                     </ui:form>
  |                 </ui:body>
  |             </ui:html>
  |         </ui:page>
  |     </f:view>
  | </jsp:root>
  | 

Do you have some idea?
I have put Sun's libraries (webui.jar, webui-dt.jar)  in my jboss lib server 
dir, but if I call the page in the browser 
[http://localhost:8080/mywebapp/newPage.seam] , the source page is not rendered.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939939#3939939

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939939


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to