Hello again, I am updating xsltforms from a very old version (r362) and I have detected that in the last versions I have tested (r534 y r528) alert icon doesn't appear when required. I send attached an example, alert icon should appear when nothing is selected.
It works in revision r489 (last version without data island).
Best Regards,
Javier
************************************************************************************************************************************************
*La información contenida en este mensaje de correo electrónico es confidencial
y puede revestir el carácter de reservada. *
*Está dirigida exclusivamente a la persona destinataria.
*
*El acceso o cualquier uso por parte de cualquier otra persona de este mensaje
no están autorizados y pueden ser ilegales.*
*Si no es Ud. la persona destinataria, le rogamos que proceda a borrarlo.
*
*The information in this e-mail is confidential and may be legally privileged.
*
*It is intended solely for the addressee.
*
*Access or any use by any other person to this Internet e-mail is not
authorised and may be unlawful. *
*If you are not the intended recipient, please delete this e-mail.
*
************************************************************************************************************************************************
<?xml version="1.0" encoding="iso-8859-15"?> <?xml-stylesheet href="../xsltforms/xsltforms.xsl" type="text/xsl"?><html xmlns:xf="http://www.w3.org/2002/xforms" xmlns="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ajx="http://www.ajaxforms.net/2006/ajx" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:txs="http://www.agencexml.com/txs" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dcterms="http://purl.org/dc/terms/"> <head> <title>Selección PAI-IP</title> <xf:model id="orden"> <xf:instance><SELECCION xmlns=""> <FILTRO> <TIPO/> </FILTRO> </SELECCION></xf:instance> <xf:bind constraint="true()" nodeset="/SELECCION/FILTRO/TIPO" readonly="false()" relevant="true()" required="true()"/> </xf:model> <xf:model id="catalogo"> <xf:instance><catalogo xmlns=""> <tipo_filtrado> <vct><elm>CCA</elm><elm>Código Circuito Atlas</elm></vct> <vct><elm>Admin</elm><elm>Administrativo PAI-IP</elm></vct> </tipo_filtrado> </catalogo></xf:instance> </xf:model> </head> <body> <xf:label>Filtrado</xf:label> <div> <xf:select1 appearance="full" ref="/SELECCION/FILTRO/TIPO"> <xf:alert>Obligatorio</xf:alert> <xf:label>Tipo de filtrado</xf:label> <xf:itemset model="catalogo" nodeset="/catalogo/tipo_filtrado/vct"> <xf:label ref="elm[2]"/><xf:value ref="elm[1]"/> </xf:itemset> </xf:select1> </div> </body> </html>
<<attachment: jdiaz.vcf>>
------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________ Xsltforms-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xsltforms-support
