Re: [COMMUNITY] Andrew Robinson - Committer

2007-06-14 Thread Martin Marinschek
Welcome Andrew, glad to have you aboard, thanks for the support on the user-list - I'm sure it has always been tremendously helpful for our users... regards, Martin On 6/14/07, Cagatay Civici <[EMAIL PROTECTED]> wrote: Welcome Andrew, Cagatay On 6/14/07, Manfred Geiler <[EMAIL PROTECTED]>

RE: Help With Tomahawk and web.xml

2007-06-14 Thread weull
I just tried that, still no dice :( Any other ideas? -- View this message in context: http://www.nabble.com/Help-With-Tomahawk-and-web.xml-tf3925209.html#a11132709 Sent from the MyFaces - Users mailing list archive at Nabble.com.

RE: Help With Tomahawk and web.xml

2007-06-14 Thread azuritul
I think you should configure your ExtensionFilter so that is filters your FacesServlet In this case MyFacesExtensionsFilter Faces Servlet -Original Message- From: weull [mailto:[EMAIL PROTECTED] Sent: Friday, June 15, 2007 8:56 AM To: users@myfaces.apache.org Subject: Help With

Re: myfaces Too much locking?

2007-06-14 Thread Titi Wangsa
i think it when i have a lot of t:buffer.. most operation to render a page are read-only.. t:buffer seems to be a write operation.. the write operation causes the lock.. is this so? can anyone confirm this? the more t:buffer i use the more locks i have, causing a serious performance penalty.

Help With Tomahawk and web.xml

2007-06-14 Thread weull
I have the following web.xml (I'm using Spring, MyFaces 1.1.5 and the jsf-spring integration library) and attempting to use Tomahawk 1.1.6: http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.

Re: [COMMUNITY] Danny Robinson - Committer

2007-06-14 Thread Grant Smith
Welcome Danny! On 6/14/07, Adam Winer <[EMAIL PROTECTED]> wrote: Great to have you! -- Adam On 6/14/07, Cagatay Civici <[EMAIL PROTECTED]> wrote: > Welcome Danny, > > Cagatay > > > On 6/14/07, Manfred Geiler <[EMAIL PROTECTED]> wrote: > > Welcome! > > > > --Manfred > > > > On 6/14/07, Matthi

Re: [Trinidad] Page flow scope and Back button

2007-06-14 Thread Adam Winer
W/regard to that bug: you might get it to reproduce 100% of the time by setting org.apache.myfaces.trinidad.CACHE_VIEW_ROOT to false. I suspect that the view root caching is covering up a latent bug somewhere in Trinidad or in your code... -- Adam On 6/14/07, William Hoover <[EMAIL PROTECTED]

Re: [COMMUNITY] Danny Robinson - Committer

2007-06-14 Thread Adam Winer
Great to have you! -- Adam On 6/14/07, Cagatay Civici <[EMAIL PROTECTED]> wrote: Welcome Danny, Cagatay On 6/14/07, Manfred Geiler <[EMAIL PROTECTED]> wrote: > Welcome! > > --Manfred > > On 6/14/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > Congratulations to Danny Robinson for bec

Re: [COMMUNITY] Andrew Robinson - Committer

2007-06-14 Thread Cagatay Civici
Welcome Andrew, Cagatay On 6/14/07, Manfred Geiler <[EMAIL PROTECTED]> wrote: Welcome! --Manfred On 6/14/07, Grant Smith <[EMAIL PROTECTED]> wrote: > The Myfaces PMC is proud to announce a new addition to our community. > > Please welcome Andrew Robinson as the newest MyFaces committer. > A

Re: [COMMUNITY] Danny Robinson - Committer

2007-06-14 Thread Cagatay Civici
Welcome Danny, Cagatay On 6/14/07, Manfred Geiler <[EMAIL PROTECTED]> wrote: Welcome! --Manfred On 6/14/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > Congratulations to Danny Robinson for becoming the newest Myfaces committer ! > > Danny has provided patches and enhancements to Trinid

Re: [COMMUNITY] Danny Robinson - Committer

2007-06-14 Thread Manfred Geiler
Welcome! --Manfred On 6/14/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: Congratulations to Danny Robinson for becoming the newest Myfaces committer ! Danny has provided patches and enhancements to Trinidad and has been active on the mailing list to help other users on how to get up to sp

Re: [COMMUNITY] Andrew Robinson - Committer

2007-06-14 Thread Manfred Geiler
Welcome! --Manfred On 6/14/07, Grant Smith <[EMAIL PROTECTED]> wrote: The Myfaces PMC is proud to announce a new addition to our community. Please welcome Andrew Robinson as the newest MyFaces committer. Andrew has been exceedingly helpful in both the users and dev lists and is a great value

Re: [COMMUNITY] Danny Robinson - Committer

2007-06-14 Thread Martin Marinschek
Welcome Danny! regards, Martin On 6/14/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: Congratulations to Danny Robinson for becoming the newest Myfaces committer ! Danny has provided patches and enhancements to Trinidad and has been active on the mailing list to help other users on how to

Re: [Trinidad] RenderingContext Error when STATE_SAVING_METHODis "client"

2007-06-14 Thread Matthias Wessendorf
org.apache.myfaces.adf is "old" org.apache.myfaces.trinidad should be the new namespace => org.apache.myfaces.trinidad.CLIENT_STATE_METHOD -M On 6/14/07, Stéphane Poirier <[EMAIL PROTECTED]> wrote: I already got a wierd problem with client-side saving. Mine was solved by adding this to the a

Re: [Trinidad] RenderingContext Error when STATE_SAVING_METHODis "client"

2007-06-14 Thread Stéphane Poirier
I already got a wierd problem with client-side saving. Mine was solved by adding this to the application-config part of my web.xml. org.apache.myfaces.adf.CLIENT_STATE_METHOD all Does this helps? On 6/14/07, Adam Winer <[EMAIL PROTECTED]> wrote: On 6/14/07, Hans Reip <[EMAIL PROTECT

RE: [Trinidad] Page flow scope and Back button

2007-06-14 Thread William Hoover
I hear you... that's the nice thing about open source though! This would be a great enhancement! I'm currently struggling with the back button as well- getting an IllegalStateException("Invalid Index") in StateUtils > restoreKey(FacesBean.Type type, Object value). It would be nice to have more

[COMMUNITY] Peter Mahoney - Committer

2007-06-14 Thread Grant Smith
The Myfaces PMC is proud to announce a new addition to our community. Please welcome Peter Mahoney as the newest MyFaces committer. Peter has been exceedingly helpful in providing patches in JIRA and is a great value to this project ! Thanks Peter! -- Grant Smith

[COMMUNITY] Andrew Robinson - Committer

2007-06-14 Thread Grant Smith
The Myfaces PMC is proud to announce a new addition to our community. Please welcome Andrew Robinson as the newest MyFaces committer. Andrew has been exceedingly helpful in both the users and dev lists and is a great value to this project ! Thanks Andrew! -- Grant Smith

Re: [Trinidad] Page flow scope and Back button

2007-06-14 Thread Adam Winer
Ah, OK. Yeah, it'd be a great enhancement. It hasn't happened since we open-sourced because no one's brought up the idea before. Why things do or don't happen at Oracle is another question altogether. -- Adam On 6/14/07, William Hoover <[EMAIL PROTECTED]> wrote: A back button detection/mana

Re: [Trinidad] PPR and Dialog

2007-06-14 Thread Adam Winer
Definitely not intended. I rarely test with server state saving - I'll have to have a look. -- Adam On 6/14/07, Felix Gonschorek <[EMAIL PROTECTED]> wrote: Hi, this topic helped me, since i could find out, that partially updating a component after dialog return is possible. but: returnLis

[Trinidad] PPR and Dialog

2007-06-14 Thread Felix Gonschorek
Hi, this topic helped me, since i could find out, that partially updating a component after dialog return is possible. but: returnListener="${backingBean.returnFromDialog}" (void returnFromDialog(ReturnEvent e)) does only get called, when i use javax.faces.STATE_SAVING_METHOD=client when i a

RE: [Trinidad] Page flow scope and Back button

2007-06-14 Thread William Hoover
A back button detection/management mechanism similar to GWT HistoryListener. -Original Message- From: Adam Winer [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 1:35 PM To: MyFaces Discussion Subject: Re: [Trinidad] Page flow scope and Back button What's "this"? -- Adam On 6/1

Re: JSF and AJAX without custom components?

2007-06-14 Thread Stan Carney
Yeah, we actually make use of Springs ServletWrappingController class when we don't need JSF. i.e. no forms etc... From a performance standpoint you do have a good point actually. So rather than a phase listener that is hit on every single JSF request just use a Servlet that mimics FacesServle

Re: [Trinidad] how to trigger PPR manually

2007-06-14 Thread Adam Winer
There's no publicly supported way to fire a PPR request now, but there will be once the XmlHttpRequest code is merged in. -- Adam On 6/14/07, Renzo Tomaselli <[EMAIL PROTECTED]> wrote: Hi, I'm looking for a method to trigger PPR upon setting certain conditions on client operations. I have a m

Re: [Trinidad] Page flow scope and Back button

2007-06-14 Thread Adam Winer
What's "this"? -- Adam On 6/14/07, William Hoover <[EMAIL PROTECTED]> wrote: I wonder why this was not implemented in trinidad's base classes/interfaces in a generic way? -Original Message- From: Adam Winer [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 13, 2007 9:26 PM To: MyFaces

[COMMUNITY] Danny Robinson - Committer

2007-06-14 Thread Matthias Wessendorf
Congratulations to Danny Robinson for becoming the newest Myfaces committer ! Danny has provided patches and enhancements to Trinidad and has been active on the mailing list to help other users on how to get up to speed with Trinidad. Thanks Danny, and welcome to the team! -Matthias -- Matthia

Re: How to Re-Initialize JSF Backing Bean on Form Submit

2007-06-14 Thread Andrew Robinson
"So when i move back & forth (i.e. navigate) from Current JSF page to Other page and comeback to Current JSF page it should re-initialize/re-create bean" That is what request scope is On 6/14/07, bansi <[EMAIL PROTECTED]> wrote: The requirement is to have backing bean in session scope. So when

Re: How to Re-Initialize JSF Backing Bean on Form Submit

2007-06-14 Thread bansi
The requirement is to have backing bean in session scope. So when i move back & forth (i.e. navigate) from Current JSF page to Other page and comeback to Current JSF page it should re-initialize/re-create bean instance and ofcourse it has to clear of the data on form fields of current page I trie

RE: [Trinidad] Page flow scope and Back button

2007-06-14 Thread William Hoover
I wonder why this was not implemented in trinidad's base classes/interfaces in a generic way? -Original Message- From: Adam Winer [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 13, 2007 9:26 PM To: MyFaces Discussion Subject: Re: [Trinidad] Page flow scope and Back button On 6/13/07, D

[Trinidad] how to trigger PPR manually

2007-06-14 Thread Renzo Tomaselli
Hi, I'm looking for a method to trigger PPR upon setting certain conditions on client operations. I have a multipanel page, where one panel contains an iframe for rendering a blob through browser plugins. Users are allowed to swap, minimize and restore panels through js, thus these operations ar

Re: [Trinidad] RenderingContext Error when STATE_SAVING_METHODis "client"

2007-06-14 Thread Adam Winer
On 6/14/07, Hans Reip <[EMAIL PROTECTED]> wrote: Hi, I am trying to use trinidad together with other tomahawk and SUN RI components. The view technology is JSP. So I followed the instructions for installing trinidad from the myFaces page. Some JSP work but others don't. I get the following mes

Re: in trinidad-1.0.0 don't work in IE6

2007-06-14 Thread Adam Winer
Going forward, hopefully we'll be better about getting the actual version number into the URL for the Javascript, at which point caching won't be an issue (except for people using SNAPSHOTs). -- Adam On 6/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, Thanks, it was a caching problem

Re: [Tobago] Multiple defaultCommands in the same Tobago Page

2007-06-14 Thread Volker Weber
Which version of tobago? Or what is in line 1199 in tobago.js? This solution is not compatible with input suggest, because there is already a keyup handler. for the inputs in the sheet this could work, just the setup is more complicated. omit the "page:" in the init fuction call, but add the sh

Re: dataTable - only show first 10 results

2007-06-14 Thread Andrew Robinson
Why not limit the number of rows bound to the DataModel in the backing bean? Then have an action listener on the show all button that changes the method to return the data without the limit. private boolean limitRows = true; private List data; public boolean isLimitRows() { return this.limitRows;

Re: Is problem with myfaces ?

2007-06-14 Thread Andrew Robinson
Use either myfaces-impl & myfaces-api OR jsf-api and jsf-impl, but *never* a combination of myfaces and jsf. On 6/13/07, sandipp <[EMAIL PROTECTED]> wrote: Hi , Thanks for the response. Here I am registering my bean as, loginFormBean com.LoginForm request As you said keep only one

Re: [Tobago] Multiple defaultCommands in the same Tobago Page

2007-06-14 Thread Madan Narra
Hi Volker .. Placed the same code as specified by you in previous mails... When working in FF with FireBug in it, saw this error uncaught exception: [Exception... "Could not convert JavaScript argument" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)" location: "JS frame :: http://localhos

Re: [Tomahawk] Overriding inputCalendar tag validation error messages

2007-06-14 Thread jnordstrom
Found out how to do it.  For conversion errors put this is the MessageBundle.properties file:org.apache.myfaces.calendar.CONVERSION=My Conversion Errororg.apache.myfaces.calendar.CONVERSION_detail=My Detail Conversion ErrorFor 'value missing' errors putjavax.faces.component.UIInput.REQUIRED=Please

AW: panelNavigation2

2007-06-14 Thread Koester, Ralf
Hi, is there anything special to consider when using panelNavigation2 together with struts tiles? I have two views which I always use to edit a reportconfiguration and then display a report. klicking in the navigation loads a certain report into the editReportConfiguration.tiles view and the

Re: SelectOneMenu and null value

2007-06-14 Thread David Delbecq
Self responding as i have not friends, you know how it is, too much job, too much geeky, no friend to send you postcard or birthday cards Just to tell list and potential future seekers, it seems this problem was fixed in svn, upgrading from 1.1.5 to 1.1.6-SNAPSHOT fixes the issue. En l'insta

RE: How to Re-Initialize JSF Backing Bean on Form Submit

2007-06-14 Thread Thai Dang Vu
Have you ever tried Spring Web Flow? SWF supports conversational scope, flow scope , but I think Seam is better because it has everything for a web app while if you go with Spring, you need core spring, spring web flow and acegi (which is not very well-known for its integration with jsf). _

Table first row var == null?

2007-06-14 Thread Lewis Henderson
Hi, I'm having a problem with the table implementation. I have an application which worked under adf-faces and am moving it to trinidad. . slightly simplified.. The first row has a currentRow of null, the rest

Re: Skinning tr:inputText

2007-06-14 Thread Petr Kotek
I think, that You want only label of inputText be bold, not inputted text. I think this is not possible by inline style. Use only on inputText components which to have bold label. Advantage using styleClass - any style changing later are simple and on one place. Peter Francisco Passos wrote

[Tomahawk] Overriding inputCalendar tag validation error messages

2007-06-14 Thread jnordstrom
Hi, How can i override the default validation error messages of the t:inputCalendar tag?  Regards,Jakob --- [This E-mail has been scanned for viruses but it is your responsibility to maintain up to date anti virus software on the device that you are currently using to read this email. ]

dataTable - only show first 10 results

2007-06-14 Thread geirgp
I'm totally new to JavaScript and JSF, so I'm seeking a bit of advise here.. I want to hide all but the first 10 rows in a dataTable and have a link (javascript) "Show all" that reveals the hidden rows when clicked. Any ideas? Thanks in advance -- View this message in context: http://www.na

Table first row var == null?

2007-06-14 Thread Lewis Henderson
Hi, I'm having a problem with the table implementation. I have an application which worked under adf-faces and am moving it to trinidad. . slightly simplified. The first row has a currentRow of null, the rest a

SelectOneMenu and null value

2007-06-14 Thread David Delbecq
Hello, I have a design where, in the select list of SelectOneMenu, i need to set a blank entry for null value. For now, i set it up like this 1) the list of available options contain an entry with label="" and value="[nothing]" 2) A converter is set to this list (based on value class). From "[no

Re: [Tobago] Multiple defaultCommands in the same Tobago Page

2007-06-14 Thread Volker Weber
Sorry i need to fix the javascript functions: function initOnEnter(textId, actionId) { var input = Tobago.element(textId); if input) { input.actionId = actionId; Tobago.addEventListener(input, "keyup", "submitOnEnter(event)"); } } function submitOnEnter(event) { if (!event) {

Re: [Tobago] Multiple defaultCommands in the same Tobago Page

2007-06-14 Thread Volker Weber
Hi Madan, it is not possible to have mor than one defaultCommand. Can you use a 'change' facet? I think we need a 'enter' (and 'escape' ...) facet. Currently the only solution is to add a command facet and add a eventlistener to the input by javascript to invoke the command on keyup=13 event l

[Tobago] Multiple defaultCommands in the same Tobago Page

2007-06-14 Thread Madan Narra
Hi All, I have created a template which has a SideNavigation Bar with a textfield and button, and the middle area has a textfield with a button next to it. I set defaultCommand="true" for both the buttons, but only one works at a time... is it possible to set defaultCommand="true" for both the

Re: problem with s:timedNotifier

2007-06-14 Thread Werner Punz
Question, do you have the timed notifier tag embedded into a form? Cheers Werner is_maximum schrieb: > No Mike I'm sure this is not the Seam issue, because other components of > sandbox work fine. > and Also I studied the source code of the TimedNotifier > in decode() method it is written an

Re: JSF and AJAX without custom components?

2007-06-14 Thread Werner Punz
For specialized cases it might be better to use servlets or servlet filters as callback points. The problem with phase listeners is they are called every time a request is triggered. The + side is, that you do not have to initialize jsf it is preinitialized for you if you need access to the jsf ina

Re: [Tobago] Exception Handling in Tobago Pages

2007-06-14 Thread Madan Narra
Hi Bernd, Thnx for ur reply... I havent checked the demo app for error handling... Its working fine now... Regards, Madan N

Re: [Trinidad] RenderingContext Error when STATE_SAVING_METHODis "client"

2007-06-14 Thread Matthias Wessendorf
mmm, looks ok the resource servlet is for serving resources ;-) like Skinning CSS and JS -M On 6/14/07, Hans Reip <[EMAIL PROTECTED]> wrote: Yes, I configured the filter: trinidad org.apache.myfaces.trinidad.webapp.TrinidadFilter trinidad

Re: [Trinidad] RenderingContext Error when STATE_SAVING_METHODis "client"

2007-06-14 Thread Hans Reip
Yes, I configured the filter: trinidad org.apache.myfaces.trinidad.webapp.TrinidadFilter trinidad Faces Servlet Faces Servlet javax.faces.webapp.FacesServlet

Re: [Trinidad] RenderingContext Error when STATE_SAVING_METHODis "client"

2007-06-14 Thread Matthias Wessendorf
Iwas wondering because of AdfRenderingContext, but that is a *legacy* logger entry,from old times. Fixed... To your issue: Did config the Filter ? On 6/14/07, Hans Reip <[EMAIL PROTECTED]> wrote: Do you mean an old version of trinidad? I downloaded it yesterday, so it should be OK. Matthias

RE: [Trinidad] output

2007-06-14 Thread MOLINA Stéphane
It is exactly what I was looking for ... :) Thanks a lot ! -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Matthias Wessendorf Envoyé : jeudi 14 juin 2007 11:18 À : MyFaces Discussion Objet : Re: [Trinidad] output Any reason, why not using

Re: [Trinidad] RenderingContext Error when STATE_SAVING_METHODis "client"

2007-06-14 Thread Hans Reip
Do you mean an old version of trinidad? I downloaded it yesterday, so it should be OK. Matthias Wessendorf-4 wrote: > > AdfRenderingContext > > you are using an old version, I think > > -- View this message in context: http://www.nabble.com/-Trinidad--RenderingContext-Error-when-STATE_SAV

using "visibleOnUserRole" attribute dynamical

2007-06-14 Thread Raymund Nickel
Hi, when you use the tomahawk library, most of the tags have two nice attributes to handle userroles (visibleOnUserRole and enabledOnUserRole) . I want to use it in a NavigationMenuItem. If you build that item in a static way with a tag, its no problem. But if you want build it in a dynamical

Re: sitemesh & MyFaces sandbo

2007-06-14 Thread binya
but did you find a solution? I'm quite stuck... Titi Wangsa wrote: > > On 6/13/07, binya <[EMAIL PROTECTED]> wrote: >> >> Hi our project works with jsf & sitemesh, I'm trying to use a componenet >> of >> MyFaces sandbox: >> s:tableSuggestAjax (which gives a suggest list with Ajax to an input) >

Re: [Trinidad] output

2007-06-14 Thread Matthias Wessendorf
Any reason, why not using ... -M On 6/14/07, MOLINA Stéphane <[EMAIL PROTECTED]> wrote: Hi, I use trinidad by inserting some components like tables in an existing JSF pages. I found that it was necessary to use to have some skinning capabilities. But g

Re: How to Re-Initialize JSF Backing Bean on Form Submit

2007-06-14 Thread Werner Punz
bansi schrieb: > Thanks Andrew. As very correctly suggested by you i already have the code in > backing bean to clear the backing bean properties. But the problem is when i > move back and forth (i.e. navigate) from Current page to Other pages and > come back to Current page, i want the backing be

RE: Skinning tr:inputText

2007-06-14 Thread MOLINA Stéphane
Hi, I found the problem : I did not use which compile CSS files of skins in the HeadRenderer and output element. I am looking for doing a nez component for just manage skining CSS. See an another mail from me in this ML. De : Francisco Passos [mailto:[EMAI

Re: Skinning tr:inputText

2007-06-14 Thread Francisco Passos
Since I wanted my inputTexts to be - by default - not bold, and then some of them I wanted bold, I ended up using inlineStyle to set font-weight: bold; ... On 6/13/07, Petr Kotek <[EMAIL PROTECTED]> wrote: Hello, You must use in css: .myStyleClass label { font-weight: bold; } I check it in

[Trinidad] output

2007-06-14 Thread MOLINA Stéphane
Hi, I use trinidad by inserting some components like tables in an existing JSF pages. I found that it was necessary to use to have some skinning capabilities. But genarates , and . This is conflicting with our current templating ( has strange comportements in a metaContainer facet). So I

Re: [Trinidad] RenderingContext Error when STATE_SAVING_METHODis "client"

2007-06-14 Thread Matthias Wessendorf
AdfRenderingContext you are using an old version, I think On 6/14/07, Hans Reip <[EMAIL PROTECTED]> wrote: Hi, I am trying to use trinidad together with other tomahawk and SUN RI components. The view technology is JSP. So I followed the instructions for installing trinidad from the myFaces

[Trinidad] RenderingContext Error when STATE_SAVING_METHODis "client"

2007-06-14 Thread Hans Reip
Hi, I am trying to use trinidad together with other tomahawk and SUN RI components. The view technology is JSP. So I followed the instructions for installing trinidad from the myFaces page. Some JSP work but others don't. I get the following message after I submit the form : ### backing-bean me

Re: Component nesting error with 1.0.1 from trunk

2007-06-14 Thread Matthias Wessendorf
you are using golink inside a navigationPane On 6/14/07, Laurie Harper <[EMAIL PROTECTED]> wrote: I just upgraded an application from a pre-release build of 1.0-incubating to a snapshot of 1.0.1 build from trunk a couple of days ago, and (after making a few changes to my templates to accommodate