Re: contrib:TableColumns - How to apply alignment and style?

2005-11-11 Thread Jonathan O'Connor
;insertSortedColumn"/> jwcid="condSort"> jwcid="imageSort"/> jwcid="condNotSorted"> jwcid="insertNotSortedColumn"/> Ciao, Jonathan O'Connor XCOM Dublin Inge Solvoll <[EMAIL PROTECTED]> I

Re: Tapestry and CSS - asking for feedback

2005-11-07 Thread Jonathan O'Connor
using a custom renderer? Ciao, Jonathan O'Connor XCOM Dublin *** XCOM AG Legal Disclaimer *** Diese E-Mail einschliesslich ihrer Anhaenge ist vertraulich und ist allein für den Gebrauch durch den vorgesehenen Empfaenger bestimmt. Dritten ist das Lesen, Verteilen oder Weiterleiten dieser E

Re: properties file reload

2005-09-20 Thread Jonathan O'Connor
Pierre, In Tapestry 3, the code that reads the property files caches the result, so it only has to read the file once. I don't remember if it is possible to empty the cache (I suspect it is not). Ciao, Jonathan O'Connor XCOM Dublin Pierre-Alexandre <[EM

Re: Presenting really large trees

2005-09-09 Thread Jonathan O'Connor
ink of a clever piece of SQL to do that, but then again, I'm no expert. If you are worried about using large names, you could use stringified ids as the path elements (e.g. node 4 would have a path: 1.2.4) Lastly, I never bookmarked the link, but it should be easy to google. Ciao, Jonathan O

Re: contrib:Table - sorting problem

2005-09-05 Thread Jonathan O'Connor
must be persistent. Ciao, Jonathan O'Connor XCOM Dublin Radim Burget <[EMAIL PROTECTED]> Radim Burget <[EMAIL PROTECTED]> 05/09/2005 15:06 Please respond to "Tapestry users" To Tapestry users cc Subject cont

Class loader problems?

2005-08-29 Thread Jonathan O'Connor
en because I have two versions of the EmvVermittler class, each in a different class loader, and therefore they are not considered the same class? Or is there any other reason I should see this message. Ciao, Jonathan O'Connor XCOM Dublin *** XCOM AG Legal Disclaimer *** Diese E-Mail einsch

Re: Changing rendering for Table column headers

2005-08-04 Thread Jonathan O'Connor
Konstantin, I wish I had known this a year ago. You should see the huge amount of code I just threw away (custom renderers and columns built by hand). Now I just use CSS to align my headers the way I want. Lovely! Ciao, Jonathan O'Connor XCOM Dublin Konstantin Ignatyev <[EMAIL P

Changing rendering for Table column headers

2005-08-04 Thread Jonathan O'Connor
brary jar. 1. Is there an easy way to do this, and what is it? 2. Or should I copy the whole TableColumn component, and make changes appropriately? Ciao, Jonathan O'Connor XCOM Dublin *** XCOM AG Legal Disclaimer *** Diese E-Mail einschliesslich ihrer Anhaenge ist vertraulich und ist alle

Re: [OT] Tool to simplify HTML

2005-06-30 Thread Jonathan O'Connor
Markus, Can you use a frame instead? Then anything that happens in the frame won't affect anything in the other parts of the page. Ciao, Jonathan O'Connor XCOM Dublin Markus Wiederkehr <[EMAIL PROTECTED]> Markus Wiederkehr <[EMAIL PROTECTED]> 30/0

Re: contrib:table used for simple table generation [auf Viren geprueft]

2005-06-02 Thread Jonathan O'Connor
Michael, Just chop your collection into a collection of Object[5]. Then pass this as your data source. Then each column is just item[0], item[1], etc... Ciao, Jonathan O'Connor XCOM Dublin Michael Engelhart <[EMAIL PROTECTED]> Michael Engelhart <[EMAIL PROTE

Stale Link Exception problem using table [auf Viren geprueft]

2005-06-01 Thread Jonathan O'Connor
rk no problem! I'll probably change these ImageSubmits to DirectLink or something else? Ciao, Jonathan O'Connor XCOM Dublin IBM Workplace 2.5 Launch Events: XCOM AG und IBM laden zum weltweiten Launch von IBM Workplace Collaboration Services 2.5 nach Duesseldorf, Frankfurt u

How to override rendering of table components? [auf Viren geprueft]

2005-05-30 Thread Jonathan O'Connor
something clever like defining my own foreach loop on columns? Ciao, Jonathan O'Connor XCOM Dublin IBM Workplace 2.5 Launch Events: XCOM AG und IBM laden zum weltweiten L

Re: contrib:Table problem sorting or going to next page [auf Viren geprueft]

2005-05-27 Thread Jonathan O'Connor
Well, I found what was happening. For some strange reason, the source must be made persistent. Now everything works OK. Does anyone know why it must be persistent? Ciao, Jonathan O'Connor XCOM Dublin "Jonathan O'Connor" 27/05/2005 11:17 Please respond to "Tapestry use

contrib:Table problem sorting or going to next page [auf Viren geprueft]

2005-05-27 Thread Jonathan O'Connor
specified by component EmailLog/table.tableView And of course, this doesn't make sense, because I have specified both source and columns. So any ideas what's happening? BTW, Using Tapestry 3.0.3 Ciao, Jonathan O'Connor XCOM Dublin IBM Workplace 2.5 Launch Events: XCOM AG un

Re: Reference asset from css [auf Viren geprueft]

2005-05-19 Thread Jonathan O'Connor
work fine without an asset. Ciao, Jonathan O'Connor XCOM Dublin Hugo Palma <[EMAIL PROTECTED]> Hugo Palma <[EMAIL PROTECTED]> 18/05/2005 18:54 Please respond to "Tapestry users" To tapestry-user@jakarta.apache.org cc

'client' property persistence strategy and bread crumbs [auf Viren geprueft]

2005-05-09 Thread Jonathan O'Connor
Howard,  * 'client' property persistence strategy -- persistent properties stored on client as query parameters If I marked my breadcrumbs (Page Stack) as 'client' persistent, would that be enough to avoid problems with the back button? Ciao, Jonathan O'Connor

Re: AW: Bread Crumb navigation in Tapestry [ndc] [auf Viren geprueft]

2005-04-29 Thread Jonathan O'Connor
Saqib, Unfortunately, our application is more dynamic. We can even have links from a page coming back to itself. Ciao, Jonathan O'Connor XCOM Dublin ">"Saqib Rasul" <[EMAIL PROTECTED]> "Saqib Rasul" <[EMAIL PROTECTED]> 28/

Re: Bread Crumb navigation in Tapestry [ndc] [auf Viren geprueft]

2005-04-29 Thread Jonathan O'Connor
Shing, So, this means that I must have these hidden pages in each form on my page. I guess I can create my own FormWithBreadCrumbs component, and use that everywhere. Actually, that doesn't sound too bad. If I'm successful, I'll package it into a library. Ciao, Jonathan O

Bread Crumb navigation in Tapestry [ndc] [auf Viren geprueft]

2005-04-28 Thread Jonathan O'Connor
Ciao, Jonathan O'Connor XCOM Dublin Michael Henderson <[EMAIL PROTECTED]> Michael Henderson <[EMAIL PROTECTED]> 01/11/2004 04:30 Please respond to "Tapestry users" To Tapestry users cc Subject Re: Bread Crumb n

Hungarian Notation: was If we call it Tapestry 4.0, not 3.x, Maybe we would do much [ndc] [auf Viren geprueft]

2005-04-22 Thread Jonathan O'Connor
the long winded Neo-Hungarian notation used by most of us: Page page = new Page(); or FunkyCoolClass funkyCoolObject = .... 'Nuff said, Jonathan O'Connor XCOM Dublin Erik Hatcher <[EMAIL PROTECTED]> Erik Hatcher <[EMAIL PROTECTED]> 22/04/2005 1

RE: : ApplicationRuntimeException [auf Viren geprueft]

2005-04-20 Thread Jonathan O'Connor
Java 1.4 and 5.0. Ciao, Jonathan O'Connor XCOM Dublin "Kemkes, Andreas" <[EMAIL PROTECTED]> 19/04/2005 19:42 Please respond to "Tapestry users" To "Tapestry users" cc Subject RE: : ApplicationRuntimeException [auf Viren geprueft] Thanks. With Out

Re: 3.1? 4.0? Picasso? [auf Viren geprueft]

2005-04-12 Thread Jonathan O'Connor
Magritte? Ceci n'est pas une Tapestry! Couldn't resist, Jonathan O'Connor Archivierung fuer Lotus Notes Lotus Notes Unterstuetzung fuer den Open Source basierten XCOM Archivkern: http://lotus.xcom.de/archiv Mobilize Your Business: Machen Sie Ihren Applikationen Beine - auf PDA,

Re: Keeping the session alive [ndc] [auf Viren geprueft]

2005-04-07 Thread Jonathan O'Connor
#x27;t it! Ciao, Jonathan O'Connor XCOM Dublin Shing Hing Man <[EMAIL PROTECTED]> 07/04/2005 15:07 Please respond to "Tapestry users" To Tapestry users cc Subject Re: Keeping the session alive [auf Viren geprueft] Have you looked at the method HttpSession.setMaxIn

Re: How to localize file upload button? [auf Viren geprueft]

2005-04-07 Thread Jonathan O'Connor
tton. But as you can see its a horrible hack, and not guaranteed to work. Summary, don't bother trying to change it. Ciao, Jonathan O'Connor XCOM Dublin Chan Sammy <[EMAIL PROTECTED]> 07/04/2005 11:34 Please respond to "Tapestry users" To tapestry-user@jakarta.apa