Issue with Myfaces NavigationMenuItem

2011-06-02 Thread Julian Osorio Amaya
r /faces/myFacesExtensionResource/* The project has the following libraries in the classpath Sun JSF 1.2 MyFaces 1.2.8 Tomahawk 1.1.9 Are we missing something? Thanks for your time Julian Osorio Amaya

Re: Problems with myfaces trinidad configuration in jsf 1.2 project

2011-04-13 Thread Julian Osorio Amaya
Julian Osorio Amaya -Original Message- From: Scott O'Bryan To: users@myfaces.apache.org Sent: Wed, Apr 13, 2011 3:57 pm Subject: Re: Problems with myfaces trinidad configuration in jsf 1.2 project I would look at getting JSF configured without Trinidad first. In that stack

Re: Problems with myfaces trinidad configuration in jsf 1.2 project

2011-04-13 Thread Julian Osorio Amaya
-Original Message- From: Scott O'Bryan To: users@myfaces.apache.org Sent: Wed, Apr 13, 2011 3:07 pm Subject: Re: Problems with myfaces trinidad configuration in jsf 1.2 project Why do you have both JSF and Myfaces in your classpath? On 04/13/2011 10:17 AM, Julian Osorio

Check/Uncheck items from selectManyCheckbox

2010-10-29 Thread Julian Osorio Amaya
heckDanos = (HtmlSelectManyCheckbox) event.getComponent().findComponent("danos"); lista = new ArrayList(); lista = (ArrayList) listaCheckDanos.getValue(); } the attribute "lista" has the selected values but I don't know how to access to the checkboxes of each item Any idea? Thanks for your time Julian Osorio Amaya =

Doubt with MyFaces Trinidad

2010-05-27 Thread Julian Osorio
Greetings. Trinidad only Works with Facelets? Because I have a jsp but the app is throwing a UnsopportedOperationException I have worked with MyFaces but I'm new with Trinidad <%...@page contentType="text/html" pageEncoding="UTF-8"%> <%...@taglib prefix="f" uri="http://java.sun.

Problem with MyFaces Trinidad absolute uri

2010-05-26 Thread Julian Osorio
Greetings. I'm having problems with Trinidad configuration. After adding the taglibs <%...@taglib prefix="tr" uri="http://myfaces.apache.org/trinidad"%> <%...@taglib prefix="trh" uri="http://myfac