RE: How to Implement search facility in Trinidad combo box.

2010-04-15 Thread Mike Quentel
Hi Navnath, Would be perfect if the search combo box could also accommodate a delimited list of items (comma or semicolon delimited), just like YUI Autocomplete does: http://developer.yahoo.com/yui/autocomplete/ Cheers, Mike Quentel -Original Message- From: navnath kumbhar

Trinidad: auto suggest input box?

2010-03-15 Thread Mike Quentel
Does Trinidad have an auto-suggest functionality like this example: http://www.tomcoote.co.uk/AutoSuggestBox.aspx Many thanks, Mike Quentel

Re: [Trinidad] forced UTF-8 in PPR responses?

2010-02-12 Thread Mike Quentel (4DM)
I recommend trying to set the encoding in the web container's configuration (eg: server.xml). Mike Quentel Senior Geospatial Software Developer 4DM Inc. 671 Danforth Avenue Suite 305 Toronto, Ontario M4J 1L3 Ph/Fax 416 - 410-7569 www.4dm-inc.com Providing solutions through mapping technology

Re: AW: Caching from static content

2009-12-11 Thread Mike Quentel (4DM)
Hi Tobias, Many thanks for providing this information! Even when a solution to a posted problem has more to do with an external system (such as a servlet container) than with MyFaces itself, I very much appreciate anyone who shares these tips. Cheers, Mike Quentel Senior Geospatial

Sorted SelectItem objects in selectOneChoice

2009-07-08 Thread Mike Quentel
using some of the java.util.Collections classes, but did not get this to work. Thanks, Mike Quentel

RE: how to get GPS data from requests from gps-enabled devices

2009-07-07 Thread Mike Quentel
). There are Open Source Exif readers and APIs available. Mike Quentel -Original Message- From: Mamallan Uthaman [mailto:mamallan.utha...@oracle.com] Sent: 6 July 2009 17:59 To: MyFaces Discussion Subject: Re: how to get GPS data from requests from gps-enabled devices Hi Dave

tr:chooseDate Connection failed

2009-06-30 Thread Mike Quentel
fail? Thank you, Mike Quentel

RE: Java Heap Space

2009-06-18 Thread Mike Quentel
Some possibly helpful information--this pertaining to garbage collection: http://developer.amd.com/documentation/articles/pages/4EasyWaystodoJavaGarba geCollectionTuning.aspx http://www.fasterj.com/cartoon/cartoon087.shtml Mike Quentel -Original Message- From: Richard Yee

Re: Java Heap Space

2009-06-17 Thread Mike Quentel (4DM)
out of ideas. Best regards, W -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 Mike Quentel Senior Geospatial Software Developer 4DM Inc. 671 Danforth Avenue

how to use SelectionListener with command button

2009-06-08 Thread Mike Quentel
org.apache.myfaces.trinidad.event.SelectionEvent What sort of object must the data be in order to be converted to a SelectionEvent? The backing bean has this method signature: public void setSelectedPropertyRightListener(SelectionEvent e) Thanks for any advice on this. Mike Quentel

RE: Trinidad maven build errors on WindowsXP

2009-06-05 Thread Mike Quentel
change the location of your Java installation by setting the JAVA_HOME environment variable. Thank you, Mike Quentel -Original Message- From: On Behalf Of Matthias W Sent: 4 June 2009 22:05 To: MyFaces Discussion Subject: Re: Trinidad maven build errors on WindowsXP hey mike, I think

Trinidad maven build errors on WindowsXP

2009-06-04 Thread Mike Quentel
, Mike Quentel

RE: MyFaces i18n with Russian problems

2009-06-02 Thread Mike Quentel
-Dfile.encoding=ISO-8859-1 rather than UTF-8. For logging, use UTF-8 encoding. log4j.appender.MyAppender.Encoding=UTF-8 What OS is this running on? Mike Quentel From: K, Oleg Sent: 2 June 2009 13:27 To: 'MyFaces Discussion' Subject: RE: MyFaces i18n with Russian problems

RE: synchronising selectOneChoice and table

2009-05-27 Thread Mike Quentel
the words synchronising widget events and dependencies; just my opinion Also, I store a separate collection to represent the table, based on queries that filter via the selectOneChoice events. Thanks, Mike Quentel -Original Message- From: Marco G Sent: 22 May 2009 13:53 To: users

synchronising selectOneChoice and table

2009-05-22 Thread Mike Quentel
to be updated)? Many thanks for your advice on this. Cheers, Mike Quentel

RE: dynamically populating a drop-down selection list with values from a database

2009-05-04 Thread Mike Quentel
interested. Seems like every example is about having a simple statically created selection list. Many thanks, Mike Quentel From: Omar E Sent: 28 April 2009 19:46 To: MyFaces Discussion Subject: Re: dynamically populating a drop-down selection list with values from a database In order

RE: dynamically populating a drop-down selection list with values from a database

2009-05-04 Thread Mike Quentel
to pass the selected item to the setter method for the bean property named selectedUser Cheers, Mike Quentel -Original Message- From: Mike K Sent: 4 May 2009 12:16 To: MyFaces Discussion Subject: Re: dynamically populating a drop-down selection list with values from a database In JSF

dynamically populating a drop-down selection list with values from a database

2009-04-28 Thread Mike Quentel
in the JSP...just need a good example. Many thanks, Mike Quentel