Hy all,
i am new with all of this,and probably this would be a dumb question,but
i have an managed bean that has a property flower - String, and a property List - bouquet
in a xhtml i have an h:inputText in witch you should type a flower name and when you click a h:command button it callas an action #{managedBEan.addFlower}, in addFlower i want to add the flower name typed by the user and added in list --- i am using a h:form
but it seems that the set method for property aren't called by jsf when i click the button, the flower property have null as value, like she was declared
thank you for your sugestions, Alex