Re: [ANNOUNCE] MyFaces Core v1.2.2 Release

2008-07-21 Thread Anton Gavazuk
Hi folks, could anyone provide an example how to use org.apache.myfaces.el.unified.resolver.GuiceResolver? 2008/1/28 Leonardo Uribe [EMAIL PROTECTED]: The Apache MyFaces team is pleased to announce the release of MyFaces Core 1.2.2. MyFaces Core 1.2.2 is a JavaServer(tm) Faces 1.2

Re: [ANNOUNCE] MyFaces Core v1.2.2 Release

2008-07-21 Thread Anton Gavazuk
Sorry, question is canceled - javadoc forever :) 2008/7/21 Anton Gavazuk [EMAIL PROTECTED]: Hi folks, could anyone provide an example how to use org.apache.myfaces.el.unified.resolver.GuiceResolver? 2008/1/28 Leonardo Uribe [EMAIL PROTECTED]: The Apache MyFaces team is pleased to

rich:suggestionbox in t:dataTable doesn't work

2008-07-21 Thread Raiko Quauck
Hello, I'm using a h:dataTable with some columns of inputText. Now I want to show the suggestion for these inputTexts when the user types some characters in them by making use of AJAX (Richfaces rich:suggestionbox). The request to/from database is okay. The problem that no suggestions are shown.

[MyFaces] Trunacte text

2008-07-21 Thread Guy Bashan
Hi all, Is there some nice solution for showing text truncated using one of JSF controls? By truncated I mean, with maximum fixed length and . added at the end. Thanks, Guy.

SetValue in Render Response Phase

2008-07-21 Thread Jan Baumann
Hello MyFaces Users, I'm currently working in a project where one of our security oriented team members suggested to try and use request scoped beans instead of session scope. However I am currently completely stuck at one particular workflow I am trying to get to work using request scopes.

RE: [Trinidad] need Naming-Container without visible html output for partialTriggers

2008-07-21 Thread Daniel Niklas
Hi Mathias, Mathias Walter wrote: could you find a solution for your problem? I'm looking for similar component. I thought I could use tr:group, but that would most of time not rendered. Is there no simple component (i. e. which creates just a div) which could be used? Currently,

[MyFaces] Initializing Session Bean

2008-07-21 Thread Guy Bashan
Hi, You will to excuse me for this question, I have always worked with request scope beans: I have a screen in which details are being edited. Now, I have to add a button near one of the drop downs that will take me to a new screen, allowing me to create a new object and get back to the

Re: [Trinidad] need Naming-Container without visible html output for partialTriggers

2008-07-21 Thread Matt Cooper
Probably the simplest component would be panelGroupLayout layout=default. Though, perhaps the trh taglib should have a tr:div component added to it? Regards, Matt On Mon, Jul 21, 2008 at 6:33 AM, Daniel Niklas [EMAIL PROTECTED] wrote: Hi Mathias, Mathias Walter wrote: could you find a

[TRINIDAD] Tooltips (shortDesc) not shown for children of panelFormLayout

2008-07-21 Thread Carsten Pieper
Hi all, is this a bug or a (strange?) feature? Normally (or at least, how I expected things to be), when I define a tooltip on an inputText, inputDate, etc. via shortDesc, then the tooltip is shown when the cursor hovers over either the label or the field. But as soon as the inputXxx is nested

Re: Session timeout results in javax.faces.application.ViewExpiredException

2008-07-21 Thread bansi
Thanks for your suggestion. I am planning to write a filter but before that i have to get rid of ViewExpired Excpetion. Any pointers/suggestions to resolve the error will be greatly appreciated Here is the stack trace 2008-07-21 13:15:35,988 ERROR [javax.faces.webapp._ErrorPageWriter] - An

Re: Session timeout results in javax.faces.application.ViewExpiredException

2008-07-21 Thread Hasan Turksoy
this entryhttp://www.jroller.com/hasant/entry/jsf_logout_and_redirect_usermay help you to build a session timeout handling infrastructure... also, you can handle ajax requests by this session expired controller filter... Regards, Hasan... www.jroller.com/hasant On Mon, Jul 21, 2008 at 11:58