webtier@glassfish.java.net

Re: Programmatic CommandButton+action method

From: <webtier_at_javadesktop.org>
Date: Wed, 08 Jul 2009 06:47:41 PDT

btw why it is necessery to add the compononent to the form by code?
I have added it to a datatable column, and the datatable is under a form.

<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core" xmlns:ui="http://java.sun.com/jsf/facelets"
        xmlns:util="http://java.sun.com/jsf/composite/components/util">

        <h:dataTable binding="#{beszTervEdit.aruDataTable}" value="#{beszTervEdit.aruKategoriak}" var="kategoria">
        </h:dataTable>

</ui:composition>

My form is in a layout.xhtml file
[Message sent by forum member 'gabox01' (gabox01)]

http://forums.java.net/jive/thread.jspa?messageID=354654