Commons: mc:exporterActionListener: Converters

2015-04-12 Thread Rafael Santini
something or this is a limitation of mc:exporterActionListener? Thanks, Rafael Santini

JSF 2: t:saveState

2011-11-07 Thread Rafael Santini
Hi, I'm starting a new project with JSF 2. Can I replace the t:saveState with some scope? I need keep an object through pages. Thanks, Rafael Santini

Re: ViewExpiredException: MyFaces PrimeFaces

2010-08-31 Thread Rafael Santini
Hi Ali, I have posted this question on PrimeFaces Forum. With Mojarra 1.2_15-b01, works perfectly! The problem is that I need to continue with MyFaces for a while. Thanks, Rafael Santini 2010/8/31 Ali Ok al...@aliok.com.tr Hi Rafael, Primefaces forum[1] might be a better place to discuss

Generic Type

2008-03-06 Thread Rafael Santini
When a property is implemented with generic type, a conversion exception is throw ed: Value is no String (class=java.lang.Integer, value=1) To reproduce the problem: public interface GenericEntityId { public Id getId(); } public class OptionEntity implements GenericEntityInteger,

Tomahawk 1.1.2 - JSCook Menu - dummyForm has no properties

2006-05-22 Thread Rafael Santini
Hi all! I have upgraded my application to Tomahawk 1.1.2. After this, when the menu item is clicked, I get the following javascript error: dummyForm has no properties. What has chagend since version 1.1.1 of MyFaces? Thanks, Rafael

Re: Tomahawk 1.1.2 - JSCook Menu - dummyForm has no properties

2006-05-22 Thread Rafael Santini
Subject: Re: Tomahawk 1.1.2 - JSCook Menu - dummyForm has no properties See http://issues.apache.org/jira/browse/TOMAHAWK-416 Your best bet is to put your menu inside a form as dummyform is going away. On 5/22/06, Rafael Santini [EMAIL PROTECTED] wrote: Hi all! I have upgraded my application

JSCook Menu inside h:form

2006-05-20 Thread BiblioShop - Rafael Santini
Hi all, I need that the t:navigationMenuItem invoke a method (action bean) inside the h:form like the h:commandButton does. For example, I would like to put save option of my form in the menu. Thanks, Rafael