missing config for event handling

View: New views
1 Messages — Rating Filter:   Alert me  

missing config for event handling

by pbreen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Here is my faces-config.  Am I missing anything for the trinidad button to fire the event??

<?xml version="1.0" encoding="UTF-8"?>

<faces-config
    xmlns="http://java.sun.com/xml/ns/javaee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd"
    version="1.2">
   
    <application>
            <default-render-kit-id>org.apache.myfaces.trinidad.core</default-render-kit-id>
    </application>
   
        <managed-bean>
                <managed-bean-name>dateTestUI</managed-bean-name>
                <managed-bean-class>DateTestUI</managed-bean-class>
                <managed-bean-scope>request</managed-bean-scope>
        </managed-bean>
        <managed-bean>
                <managed-bean-name>quantityBean</managed-bean-name>
                <managed-bean-class>test.QuantityBean</managed-bean-class>
                <managed-bean-scope>session</managed-bean-scope>
        </managed-bean>
       

</faces-config>


=============================================
Patrick Breen
Web Software Developer, Corporate Systems
Johnson Inc.
Phone..: (709) 737-1173
Email....: pbreen@...
=============================================
Quote of the month...
I have often repented speaking, but never of holding my tongue.
  Xenocrates