RE: referencing a managed bean property problem

2006-01-08 Thread Simon Kitching
On Sun, 2006-01-08 at 00:42 -0500, Tom Butler wrote: However, I'm having an issue with implementing approach #2 defined in the wiki article: C:\side\JavaServerFaces\ExecutingMethodsFromLinkButtonParameters - Myfaces Wiki.htm #1 When I configure t:updateactionlistener to set a direct member

RE: Newbie questions - database calls and caching data

2006-01-08 Thread Simon Kitching
Hi, I think the original question was really about *minimising* database access, rather than how to implement the basic approach. If the data being queried is really static, and small enough that you can load it once into your webapp and keep it in memory, then you can just store the data in a

Re: AW: JSF support East Asian characters ?

2006-01-08 Thread Dave
Itwas t:buffer that caused the encoding problem. I used t:buffer in my code.I tried the following simple example without t:buffer, it worked fine without problem in typing/displaying backEast asia characters. If I wrap the code with t:buffer, and output the buffer, it will not work,

tomahawk with MYFACES-911; WAS: nigthly builds - where are they?

2006-01-08 Thread Bolesław Dawidowicz
Ok... I see a note about reorg in myfaces wiki right now (http://wiki.apache.org/myfaces/) Anyone could send me any latest nightly build? Or does anyone have tomahawk build with MYFACES-911 patch applied to share? If yes please send it to me at priv. Thanks in advance Bolek Bolesław

Re: tomahawk with MYFACES-911; WAS: nigthly builds - where are they?

2006-01-08 Thread Martin Marinschek
Follow the instructions on: http://wiki.apache.org/myfaces/Building_With_Maven to get to a build. regards, Martin On 1/8/06, Bolesław Dawidowicz [EMAIL PROTECTED] wrote: Ok... I see a note about reorg in myfaces wiki right now (http://wiki.apache.org/myfaces/) Anyone could send me any

Lost in Repository

2006-01-08 Thread Cagatay Civici
Hi,I am trying to integrate Client Validators component in myfaces, therefore I downloaded the current from svn to my locale. My aim was to integrate the component, build the current and test whether the integration was successfull or not, however I am a little bit lost so I have a couple of

Re: Lost in Repository

2006-01-08 Thread Martin Marinschek
Hi Cagatay, yes, sorry, we are in the middle of the reorg currently, and this is all a major construction site ;) You should be able to build MyFaces using the instructions on this Wiki-Site: http://wiki.apache.org/myfaces/Building_With_Maven if that doesn't work, please get back to us. The

Re: Lost in Repository

2006-01-08 Thread Cagatay Civici
Hi Martin,Thanks for the reply, I think I should wait for the reorg to be completed. :)Checking out maven build now,Regards,Cagatay,On 1/8/06, Martin Marinschek [EMAIL PROTECTED] wrote: Hi Cagatay,yes, sorry, we are in the middle of the reorg currently, and this isall a major construction site

RE: Newbie questions - database calls and caching data

2006-01-08 Thread Yee CN
Simon, Thanks for the clarifications. Can you create a Wiki for this? Regards, Yee -Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Sunday, 8 January 2006 5:11 PM To: MyFaces Discussion Subject: RE: Newbie questions - database calls and caching data Hi, I think

Re: tomahawk with MYFACES-911; WAS: nigthly builds - where are they?

2006-01-08 Thread Bolesław Dawidowicz
thanks. I was able to build myfaces-current. To get it working properly I needed to get facelets1.0.7 and add commons-lang jar. Tree2 behaves a lot more better now. Bolek Martin Marinschek napisał(a): Follow the instructions on: http://wiki.apache.org/myfaces/Building_With_Maven to get to

RE: dataTable with two rows per data row

2006-01-08 Thread Jesse Alexander \(KBSA 21\)
Hi Robert -Original Message- Is it possible to create a h:dataTable that has two HTML rows per row of data? Its just that I want to display a long message that wont fit next to all the other columns, as hoping it might be possible to display it under the row. -/Original

Re: Extended Data Table: Action Event delivered more than one time

2006-01-08 Thread Claudio Tasso
I report here the same message I posted on JIRA: Ok, I suppose that I found the problem. This is the SUN RI UIData.getClientId() method: public String getClientId(FacesContext context) { if (context == null) { throw new NullPointerException(); } String baseClientId =

Re: nigthly builds - where are they?

2006-01-08 Thread Sean Schofield
You can always do a checkout of the source code and build everything yourself. Take a look at the wiki for some instructions on the maven-based build. Sean On 1/7/06, Bolesław Dawidowicz [EMAIL PROTECTED] wrote: ok, thanks for the info when should I expected reorg finalization? :) Any

Re: Lost in Repository

2006-01-08 Thread Sean Schofield
The reorg is largely done now. All of the jars should build with mvn install. The rest of the work is going to be getting snapshots setup, publishing the website, nightly builds, etc. That shouldn't affect your building of the source code though. Sean On 1/8/06, Cagatay Civici [EMAIL

RE: Lost in Repository

2006-01-08 Thread frohman
Is someone going to update the Eclipse IDE Wiki Building Myfaces under the Eclipse IDE.? (Please?) -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Sunday, January 08, 2006 9:10 AM To: MyFaces Discussion Subject: Re: Lost in Repository The reorg is largely done

RE: Newbie questions - database calls and caching data

2006-01-08 Thread Costa Basil
Thank you all for your input.Yee CN [EMAIL PROTECTED] wrote: Simon,Thanks for the clarifications. Can you create a Wiki for this?Regards,Yee-Original Message-From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Sunday, 8 January 2006 5:11 PMTo: MyFaces DiscussionSubject: RE: Newbie

A question about managed beans , how MB methods treated ?

2006-01-08 Thread Legolas Woodland
A question about managed beans , how MB methods treated ? Hi thank you for reading my post. I have a managed bean like the following defined in faces-config.xml managed-bean descriptionOver all report Bean/description managed-bean-nameOAllReport/managed-bean-name

AddResource issue

2006-01-08 Thread Michel Goldstein
Hi, I have been trying to figure out why none of my calls to AddResource.addJavaScriptAtPosition(...,HEADER_BEGIN,...) are working. There is no error in the logs, but simpley the SCRIPT/ tag does not appear on the generated html header. I've done a lot of different tests and my latest bare-bones

Re: AddResource issue

2006-01-08 Thread Simon Kitching
Simon Kitching wrote: Michel Goldstein wrote: Hi, I have been trying to figure out why none of my calls to AddResource.addJavaScriptAtPosition(...,HEADER_BEGIN,...) are working. There is no error in the logs, but simpley the SCRIPT/ tag does not appear on the generated html header. I've done

Re: AddResource issue

2006-01-08 Thread gramani
Simon Kitching [EMAIL PROTECTED] wrote on 01/08/2006 04:57:59 PM: The code that processes queued resources and actually modifies the generated page to include them is the ExtensionsFilter. If you don't have this filter mapped for *.jsf then that would explain your problem.

Re: AddResource issue

2006-01-08 Thread Michel Goldstein
Simon and Greeta, That's exactly my problem. I had changed the servlet mapping to *.faces, but left the extension filter to *.jsf. As I was calling the tree2.faces, it was not calling the filter. I have cross-added the extensions and now everything is working! Thank you! Michel On 1/8/06,

extensions TLD after mvn

2006-01-08 Thread Dennis Byrne
Perhaps I missed a discussion on this, or maybe there is no plan maintain the old TLD namespace, but I do not get the TLD for myfaces_ext.tld/http://myfaces.apache.org/extensions in tomahawk-1.1.2-SNAPSHOT.jar . Dennis Byrne

RE: Newbie questions - database calls and caching data

2006-01-08 Thread Tom Butler
Simon, If you're using session-scope backing beans, then you have to be *very* careful about storing anything in members, as the memory will not be released until the user session times out (or the user explicitly logs out). This is generally not a good idea; request-scope beans + t:saveState is

ABt Tree2 documents

2006-01-08 Thread wch zll
Hi, In the tree2 example, there are some jsp tags. I can find the doc abt t.tree2 tag--t:tree2 id=clientTree value=#{treeBacker.treeData} var=node varNodeToggler=t, but where to find the more doc abt the tree2 tags, say like --varNodeToggler=t, the t 's atrributes/methods? Best Wishes! chaohe

RE: Newbie questions - database calls and caching data

2006-01-08 Thread Yee CN
Please check out the following Wiki by Simon http://wiki.apache.org/myfaces/WorkingWithLargeTables. It is a framework that allows you to retrieve your search results one page at a time, so memory is never a problem - session scope or not. Regards, Yee -Original Message- From: Tom Butler

Bug in InputSuggestAjax (ValueChangeEvent doesn't work)

2006-01-08 Thread andreas.mitter
Hi all! Anybody got already a solution for this problem. Anybody already faced the same problem? For any reason, in IE a ValueChangeEvent within a InputSuggestAjax Tag doesn't work (no reaction, the method is never executed), whereas in Firefox everything is normal. Does anyone have an idea,