Skip to main content

Aplicación Web Java Server Faces

Si utilizamos algunos componentes PrimeFaces entre ellos Menu y obtenemos el mensaje


Editamos el archivo web.xml y cambiamos el estado a producción

Comments

Anonymous said…
I'm really inspired along with your writing talents and also with
the format to your blog. Is this a paid topic or did you customize it yourself?
Anyway keep up the excellent high quality writing, it's uncommon to see a
nice blog like this one these days..
Anonymous said…
Wonderful, what a weblog it is! This website provides useful information to us, keep it up.
Anonymous said…
I constantly spent my half an hour to read this blog's content everyday along with a mug of coffee.
avbravo said…
thanks
Anonymous said…
Utterly composed content material, appreciate it for information.
Anonymous said…
Good article. I certainly love this website. Keep
writing!

Popular posts from this blog

JUnit con DataClassG

JUnit con DataClassG 0. ESQUEMA Services: Por cada beans crearemos una clase Services que se encargará de interactuar con el controller para realizar las operaciones de la base de datos. Se crearan los métodos insert, update,delete y los demas metodos para realizar las diversas operaciones. Test: Se crearán las clases para test de las clases Services. Form: Los formularios para la interactuar con el usuario. ProvinciasServices.java colocamos los métodos, insert, update,delete public class ProvinciasServices {    ProvinciasController provinciasController = new ProvinciasController();    public ProvinciasServices() {    }    public Boolean insert (Provincias provincias){        try{            if(provinciasController.insert(provincias)){              return tru...

Primefaces v13

 La versión nueva de primefaces v13.0 elimina el componente <p:repeat>  Consulte los cambios en  https://github.com/primefaces/primefaces/releases/tag/13.0.0 por lo tanto si necesita una solución similar considere utilizar  <p:carousel>  o  <ui:repeat> En la versión 13 genera una excepción