Re: demende d'information
Hugues Ferland <[email protected]> Mon, 5 Mar 2007 07:40:24 -0800 (PST)
| Newsgroups | gmane.comp.java.netbeans.general.french |
|---|---|
| Message-ID | <[email protected]> |
C'est du JSF. ----- Original Message ---- From: DAHAN Mamdouh <[email protected]> To: [email protected] Sent: Monday, March 5, 2007 10:31:04 AM Subject: Re: [nbdiscuss-fr] demende d'information je vous le passe en piece jointe j'espère que sa visibilite sera meilleur 2007/3/5, DAHAN Mamdouh <[email protected]>: Salut voila le code source d'une page contenant deux labels et deux zones text et aucun code dynamique ********************************************************************************************************************* <?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="#{Page1.page1}" id="page1"> <ui:html binding="#{Page1.html1}" id="html1"> <ui:head binding="#{Page1.head1}" id="head1"> <ui:link binding="#{Page1.link1}" id="link1" url="/resources/stylesheet.css"/> </ui:head> <ui:body binding="#{Page1.body1}" id="body1" style="-rave-layout: grid"> <ui:form binding="#{Page1.form1}" id="form1"> <ui:label binding="#{Page1.label1}" id="label1" style="position: absolute; left: 96px; top: 72px; width: 120px; height: 24px" text="Label"/> <ui:label binding="#{Page1.label2}" id="label2" style="height: 24px; left: 96px; top: 120px; position: absolute; width: 118px" text="Label"/> <ui:textField binding="#{Page1.textField1}" id="textField1" style="position: absolute; left: 264px; top: 72px; width: 168px; height: 24px"/> <ui:textField binding="#{Page1.textField2}" id="textField2" style="position: absolute; left: 264px; top: 120px; width: 168px; height: 24px"/> <ui:button binding="#{Page1.button1}" id="button1" style="height: 24px; left: 263px; top: 168px; position: absolute; width: 96px" text="Button"/> </ui:form> </ui:body> </ui:html> </ui:page> </f:view> </jsp:root> ********************************************************************************************************************* j'attend votre reponse merci --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com