Re: [TRINIDAD] Problem with PPR using autoSubmit and ValueChangeListener

2008-10-17 Thread dushyant agarwal
Does the server show any warning on clicking on the check box? Have you tried using addPartialTarget() in the valuechangelistener? -Dushyant --- On Sat, 18/10/08, Amaris Nieves <[EMAIL PROTECTED]> wrote: > From: Amaris Nieves <[EMAIL PROTECTED]> > Subject: [TRINIDAD] Problem with PPR using auto

validateRegExpr NPE

2008-10-17 Thread Markus Mehrwald
Hello, I just updated from tomahawk 1.1.6 to 1.1.7. Now I have got a problem with my validateRegExpr tag. I did not change anything but now I get the following execption: Message: An exception occurred processing JSP page /public/subs/registration/personal.jsp at line 223 220: 223: 225: 226:

Re: Setting values on t:selectManyCheckbox

2008-10-17 Thread Klemens Muthmann
Yes! Thank you. The trick is to put the t:selectManyCheckbox into a facet. ;) 2008/10/17 Leonardo Uribe <[EMAIL PROTECTED]> > > > On Fri, Oct 17, 2008 at 1:40 AM, Klemens Muthmann < > [EMAIL PROTECTED]> wrote: > >> Hi >> >> I am new to the list and to Tomahawk. I started using it because I needed

[TRINIDAD] Problem with PPR using autoSubmit and ValueChangeListener

2008-10-17 Thread Amaris Nieves
I have the following block of code:

Re: Setting values on t:selectManyCheckbox

2008-10-17 Thread Leonardo Uribe
On Fri, Oct 17, 2008 at 1:40 AM, Klemens Muthmann < [EMAIL PROTECTED]> wrote: > Hi > > I am new to the list and to Tomahawk. I started using it because I needed > the additional capabilities of the t:checkManyCheckboxes spread layout. So > after some hours of research on the web and in the documen

Re: Integrate flash movie in JSF

2008-10-17 Thread Andreas Niemeyer
Thank you all! Andreas Hazem Saleh schrieb: Here is the Trinidad Media component: http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_media.html and Here is Apache MyFaces Tomahawk sandbox media component: http://myfaces.apache.org/sandbox/tagdoc/s_media.html On Fri, Oct 17, 2008 at 7:2

Re: Integrate flash movie in JSF

2008-10-17 Thread Hazem Saleh
Here is the Trinidad Media component: http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_media.html and Here is Apache MyFaces Tomahawk sandbox media component: http://myfaces.apache.org/sandbox/tagdoc/s_media.html On Fri, Oct 17, 2008 at 7:23 PM, Andreas Niemeyer < [EMAIL PROTECTED]> wrot

Re: Integrate flash movie in JSF

2008-10-17 Thread Scott O'Bryan
In jsf1.2, just put the object tag in your page. For JSF 1.1, surround it with an f:verbatim tag. Sent from my iPhone On Oct 17, 2008, at 11:23 AM, Andreas Niemeyer <[EMAIL PROTECTED] > wrote: Hi, Is there a "simple" way to put a flash movie with the Tag in a JSF page? Maybe the use

Re: Integrate flash movie in JSF

2008-10-17 Thread Hazem Saleh
use the media component. On Fri, Oct 17, 2008 at 7:23 PM, Andreas Niemeyer < [EMAIL PROTECTED]> wrote: > Hi, > > Is there a "simple" way to put a flash movie with the Tag in a JSF > page? > > Maybe the use of a JSP page might simpler, but when using JSP pages they > breaks the lifecycle, or? > >

Integrate flash movie in JSF

2008-10-17 Thread Andreas Niemeyer
Hi, Is there a "simple" way to put a flash movie with the Tag in a JSF page? Maybe the use of a JSP page might simpler, but when using JSP pages they breaks the lifecycle, or? Regards, Andreas

RE: [Trinidad] Tutorial to create a custom component with dedicated skinning

2008-10-17 Thread VISTICOT FREDERIC
Matthias, Thank you for your answer. I have taken a look on your links...and it seems not so easy to create a custom component with dedicated skinning... Are we obliged to use maven to create a custom Trinidad component? Is there any other basic tutorial to create this kind of custom component? I

Re: help with graphicImageDynamic and datalist

2008-10-17 Thread alvaro tovar
hello after of solve my problem with graphicImageDynamic, i am thinking in a new function, using imageLoop and graphicImageDynamic, actually i have the list of image but with datalist, will we great if is posible of use imageloop, but in te example is used imageLoopItem if some one know of one w

Re: [Trinidad] Remove checked elements from table

2008-10-17 Thread Matthias Wessendorf
Hi, 2008/10/17 Rafael Reuber <[EMAIL PROTECTED]>: > > Hi There, > >How to remove all elements checked from my table ( rowSelection="multiple">)? just add a "remove" button to your page, like: ... And write an action method, pretty much like this: public String select() { Fa

Re: Trouble deploying MyFaces app

2008-10-17 Thread laredotornado
The "and" keyword works. Thanks, - Dave Simon Kitching wrote: > > It's not the "xml validator" (as in schema/dtd validation) that would be > the problem. Xml parsers simply refuse to process invalid xml. > > The word "and" should work in EL expressions. > > laredotornado schrieb: >> I agree

Re: Trouble deploying MyFaces app

2008-10-17 Thread Simon Kitching
It's not the "xml validator" (as in schema/dtd validation) that would be the problem. Xml parsers simply refuse to process invalid xml. The word "and" should work in EL expressions. laredotornado schrieb: I agree that the "&&" is probably not the right way and can cause problems with the XML v

Re: Trouble deploying MyFaces app

2008-10-17 Thread laredotornado
I agree that the "&&" is probably not the right way and can cause problems with the XML validator. But I've searched far and wide for a way to write the AND boolean expression in EL with no success. What is the proper way to write such an expression? Thanks, - Simon Kitching wrote: > > Hi,

Re: Trouble deploying MyFaces app

2008-10-17 Thread Simon Kitching
Hi, What I suspect is happening is that an exception is occurring while trying to process your managed-property definition. As a result, processing of the faces-config.xml file by the ContextListener fails. And then later when the FacesServlet is initialised, the objects that the ContextList

Re: Trouble deploying MyFaces app

2008-10-17 Thread laredotornado
Hi, Yes when I deploy without the managed property, the application deploys fine, but then functionally, my app isn't the same. What is the correct way to write the managed property? - Cagatay Civici wrote: > > Maybe weblogic cannot see the listener definition in the tld. > > Also have you t

Re: [Trinidad] Tutorial to create a custom component with dedicated skinning

2008-10-17 Thread Matthias Wessendorf
On Fri, Oct 17, 2008 at 11:10 AM, VISTICOT FREDERIC <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to find a tutorial to "create a custom component" from Trinidad. > > Is there a document available somewhere? > > I think that this document would be appreciate by the "community".. true; there i

Re: help with graphicImageDynamic and datalist

2008-10-17 Thread alvaro tovar
thanks for your answer i solved my problem using f:param whit the image id, i load the image id from the bd with the ejb, i not use the backingbean, run ok. thanks 2008/10/16 Leonardo Uribe <[EMAIL PROTECTED]> > Hi > > The class referenced on imageRendererClass does the necessary stuff to > rende

[Trinidad] Remove checked elements from table

2008-10-17 Thread Rafael Reuber
Hi There,    How to remove all elements checked from my table ( )? Thanks __ Fale com seus amigos de graça com o novo Yahoo! Messenger http://br.messenger.yahoo.com/

Re: jsf component tree processing with ajax call

2008-10-17 Thread Moreno Cornaz
I'm using: - tomahawk 1.1.6 and richFaces 3.1.5 - myfaces 1.1.5 Thanks 2008/10/17 Simon Kitching <[EMAIL PROTECTED]> > Moreno Cornaz schrieb: > > Hello everybody. >> >> I have a page that has two panel P1 and P2. When P1 is rendered P2 is not >> and vice versa. >> If a make an ajax call in P1

Re: jsf component tree processing with ajax call

2008-10-17 Thread Simon Kitching
Moreno Cornaz schrieb: Hello everybody. I have a page that has two panel P1 and P2. When P1 is rendered P2 is not and vice versa. If a make an ajax call in P1 (for example an ajax support with ajaxSingle="true "on a inputText ) that make P2 rendered and P1 not rendered I expected jsf processi

jsf component tree processing with ajax call

2008-10-17 Thread Moreno Cornaz
Hello everybody. I have a page that has two panel P1 and P2. When P1 is rendered P2 is not and vice versa. If a make an ajax call in P1 (for example an ajax support with ajaxSingle="true "on a inputText ) that make P2 rendered and P1 not rendered I expected jsf processing only the part of the tree

[Trinidad] Tutorial to create a custom component with dedicated skinning

2008-10-17 Thread VISTICOT FREDERIC
Hello, I'm trying to find a tutorial to "create a custom component" from Trinidad. Is there a document available somewhere? I think that this document would be appreciate by the "community".. Fred