Re: Problem with actionListener invoked from DataTable

2005-06-13 Thread Martin Marinschek
That is exactly how I use the dataTable in my projects. Strange that it shouldn't work in your case! Do you use client-side state saving or server-side? Are your dataTables embedded in a form, exactly one? Can you try to deploy the examples, there are cases like yours in there as well? regards

Re: Errant event firing

2005-06-13 Thread Martin Marinschek
I was going to propose x:saveState, but x:inputHidden and forceId is of course working as well! Both are MyFaces extensions, by the way! regards, Martin On 6/14/05, Richard Wallace <[EMAIL PROTECTED]> wrote: > Richard Wallace wrote: > > > Richard Wallace wrote: > > > >> Hello, > >> > >> I'm ha

sortHeader Component issue

2005-06-13 Thread sach.jain
I was just trying learn sortHeader Component. But got a doubt about its flow. Below is code for ready reference... use in JSP: . in managed bean list(SortableList): getter/setter are there for sort and ascen

Re: Errant event firing

2005-06-13 Thread Richard Wallace
Richard Wallace wrote: Richard Wallace wrote: Hello, I'm having another problem with my select list and the value changed event listener. I have the following tag: value="#{contactHandler.selectedOrganizations}" valueChangeListener="#{contactHandler.handleOrganizationChanged}" onchange=

Re: ForcedID is not working

2005-06-13 Thread Sylvain Vieujot
Hello Craig, I understand your concern about the TCK tests. But I don't see how to use the hidden field you suggest. In the table, I have a checkbox for each email, and each email whose check box is checked should be deleted. I had a similar problem with a list of images whose titles could be

JsCookMenu with Tiles

2005-06-13 Thread Bryan Headley
Does anyone have a little sample project of JsCookMenu configured with Tiles? Presently, I am having pages rendered that isn't including the associated .js files, which means the menu doesn't render itself. Obviously, am forgetting a detail somewhere in the configuration files Thanks in adva

Re: Errant event firing

2005-06-13 Thread Richard Wallace
Richard Wallace wrote: Hello, I'm having another problem with my select list and the value changed event listener. I have the following tag: value="#{contactHandler.selectedOrganizations}" valueChangeListener="#{contactHandler.handleOrganizationChanged}" onchange="submit()" immediate="tru

Bean in page Scope

2005-06-13 Thread Mariano Petrakovsky
I'm using some like this

RV: Bean in page Scope

2005-06-13 Thread Mariano Petrakovsky
I'm using some like this

Myfaces-extensions and JSF RI?

2005-06-13 Thread Darren Hartford
Hey all, I'm trying to use the myfaces-extensions with JSC, but on deployment I'm having some problems with the ISBNValidator. Can myfaces-extensions be used with the Sun JSF RI implementation? Thanks, -D

Adding new Render Kit

2005-06-13 Thread mfaine
I've extended all the classes under org.apache.myfaces.renderkit.html.ext and added code to some of them ( I'll get to all of them eventually ) to make them (hopefully) more Accessible so that the HTML produced will pass Section 508 validation. I want to add this as a render kit but I can't find a

Errant event firing

2005-06-13 Thread Richard Wallace
Hello, I'm having another problem with my select list and the value changed event listener. I have the following tag: value="#{contactHandler.selectedOrganizations}" valueChangeListener="#{contactHandler.handleOrganizationChanged}" onchange="submit()" immediate="true"> This is for an "Edi

Problem with actionListener invoked from DataTable

2005-06-13 Thread Kołoszko Paweł
I have a DataTable. This datatable references property "cases" of backing bean called listCases (session scoped). There is a commandlink in one of the column of the datatable. This commandLink invokes actionListener called "caseSelect" from backing bean called case (session scoped). And everything

Re: Filling in select lists

2005-06-13 Thread Richard Wallace
Korhonen, Kalle wrote: -Original Message- From: Richard Wallace [mailto:[EMAIL PROTECTED] Subject: Re: Filling in select lists Korhonen, Kalle wrote: Looks to me that you should use x:saveState to extend the lifetime of the request scoped bean and/or to save the spec

RE: Filling in select lists

2005-06-13 Thread Korhonen, Kalle
> -Original Message- > From: Richard Wallace [mailto:[EMAIL PROTECTED] > Subject: Re: Filling in select lists > Korhonen, Kalle wrote: > >Looks to me that you should use x:saveState to extend the > lifetime of > >the request scoped bean and/or to save the specific > properties of the >

Re: HtmlCommand does not work when ALLOW_JAVASCRIPT=false

2005-06-13 Thread Alessandro Polverini
On Thu, 2005-06-02 at 14:04 +0200, Werner Punz wrote: > A bypass definitely would be to use direct html > via to pass down the form parameters. > The decision of sun, to use javascript for the commandLink > is perfectly understandable in the light, that it causes > less problems than targetting pl

Re: ForcedID is not working

2005-06-13 Thread Craig McClanahan
On 6/13/05, Sylvain Vieujot <[EMAIL PROTECTED]> wrote: > I'm just getting in a problem because the id doesn't support EL right now. > > I have a table that displays a webmail inbox. > On each row, I have a delete this email checkbox. > > It works fine except that it you receive a new email

Re: Filling in select lists

2005-06-13 Thread Richard Wallace
Korhonen, Kalle wrote: Looks to me that you should use x:saveState to extend the lifetime of the request scoped bean and/or to save the specific properties of the bean - unless there is some specific reason why you are avoiding the use of x:saveState? I didn't know it existed. I've looked a

RE: General faces questions: messages, lifecycle

2005-06-13 Thread Kris Verhoye
Okido, thanks! I'll use the change listeners then... Regarding the messages tag: I'll try that again (though I think I tried it in the beginning), but I only have one message in my resource bundle (I don't use '_detail'): would the tag display messages twice even without such a detail entry in the

sortHeader Component issue

2005-06-13 Thread techie techie
I was just trying learn sortHeader Component. But got a doubt about its flow. Below is code for ready reference... use in JSP: . in managed bean list(SortableList): getter/setter are there for sort and as

Re: General faces questions: messages, lifecycle

2005-06-13 Thread Martin Marinschek
Second question: yes, a valueChange Listener is the most common way to track changes i inputs. As for the first question: have you tried playing around with showDetail and showSummary as in: regards, Martin On 6/13/05, Kris Verhoye <[EMAIL PROTECTED]> wrote: > Hi! > > My application m

General faces questions: messages, lifecycle

2005-06-13 Thread Kris Verhoye
Hi! My application messages always appear twice in the messages list. I have an x:messages tag in my pages with only an id and styleClass attribute, but the same happens when using the h:messages tag. What could I do wrong here? When I use h:message, the relative messages come out once. BTW, is i

RE: Java Studio Creator and MyFaces (part 2)

2005-06-13 Thread Darren Hartford
Err...silly e-mail. Anyway, to continue; the BeanInfoBase class can be autogenerated by the RAVE/JSC tool (doesn't have to be, but nice!). However, you still need to write a BeanInfo class to extend the BeanInfoBase for JSC to recognize it in design time. Using the 'HtmlDate' again as the example

RE: Java Studio Creator and MyFaces

2005-06-13 Thread Darren Hartford
So far, this is what I have that is partially working: *copy faces-config.xml to sun-faces-config.xml *change the following for 'htmlDate' as an example in sun-faces-config.xml: = org.apache.myfaces.HtmlInputDate org.apache.myfaces.custom.d

RE: Getting MyFaces Components to Work under WSAD or RAD

2005-06-13 Thread CONNER, BRENDAN \(SBCSI\)
I did find one bug (that I logged to JIRA): the tree2 tag definition in myfaces_ext.tld had two attribute definitions for the attribute . This caused id="string" to be interpreted as id=""string"" which caused an error saying that the value could not begin with a quote. It didn't accept id=str

Web Application Links

2005-06-13 Thread James Salt
Dear All   I am developing an in house web app, and I wish to have several web applications within the same EAR, however within faces I have difficulty navigating between the separate web applications. This is compounded by the fact that I am using the JSCookMenu component as my navigatio

Html Panel Layout Question

2005-06-13 Thread Werner Punz
Hi, just a small question to the list. I checked the html panel code, and I could not see any place in the code where I can dynamically switch off the rendering of the sidebar. Is there a way to do this, am I missing something here? If not I am going to implement this and will add an extended ht

Re: tabbedPane component

2005-06-13 Thread Werner Punz
ced_the.bear wrote: Is there a way to have the html of the tabs which are not displayed rendered (hide with a div or something) I am working on something currently, which I am currently refactoring out of an existing project, you will find a javascripted/div-ed pure client side tabbing syste

tabbedPane component

2005-06-13 Thread ced_the.bear
Is there a way to have  the html of the tabs which are not displayed rendered (hide with a div or something) Have the datafld, datasrc, dataforamtas, and rules attributes a function? What are they ? (the functions) ced 18 sonneries aux choix sur le catalogue Blingtones + CaraMail Max pour 2,49

Re: ForcedID is not working

2005-06-13 Thread Sylvain Vieujot
I'm just getting in a problem because the id doesn't support EL right now. I have a table that displays a webmail inbox. On each row, I have a delete this email checkbox. It works fine except that it you receive a new email before you submit your form, the wrong email is deleted, as the check

Re: MyFaces Examples 1.0.9

2005-06-13 Thread Klug, Boris
Hi! I checked it twice before I posted it - but you are right: The archive is the 1.0.9 example. Dont know why my Tomcat serveda n old version. After undeploy the 1.0.7 version and installing the new war everything is OK. Thanks -- Boris Klug, Germany Zitat von Bruno Aranda <[EMAIL PROTECTED]>: