Shared (but limited) properties

2006-05-08 Thread Mike Snare
I'm writing three pages that all pertain to the management of users, so naturally all three have similar property string needs. There will be some differences, of course, but a lot of the strings are the same. Is there a way (other than an application level properties file) to share the definiti

Re: TableView add remove column at runtime?

2006-05-09 Thread Mike Snare
Whenever I need to do that I simply use an ognl call in the columns binding to retrieve the list of columns that should be shown. Just as you would need a getSource method for this in the container, so do you need a getColumns method that returns a string. The string follows the same form

Re: I do not like the new tapestry logo

2006-05-15 Thread Mike Snare
Agreed. Polish up the old one and leave it. A unicorn? WTF? On 5/15/06, Raffaele Cigni <[EMAIL PROTECTED]> wrote: I'm agree, the older is better then the newer. 2006/5/15, liigo <[EMAIL PROTECTED]>: > I'm sorry if I hurt someone. > but i really like the old tapestry logo than the new one. >

Re: Google Web Toolkit

2006-05-22 Thread Mike Snare
Wait till someone announces "GWT on Rails".. yikes! Yes. Then we will indeed have found the holy GRail itself... -Mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Access meta element values?

2006-05-22 Thread Mike Snare
How do I access the value of meta elements within the containing component/page. I have a component that will be used several times withing the same page/component. Some of the parameters of the inner component are shared for that page. I'd rather not force the user of the component to have to

Re: contrib:Table very slow - sorry for insisting

2006-05-24 Thread Mike Snare
pageBeginRender gets run every time the page renders -- which happens every time the user navigates the table. Check that. Have you tried the standard System.out.println debugging or -- better yet -- real debugging? -Mike On 5/24/06, Rui Pacheco <[EMAIL PROTECTED]> wrote: I am sorry for insis

Re: Dynamic assigning component id

2006-05-30 Thread Mike Snare
Just use id, not jwcid. The jwcid tells it which component in the .jwc/page file to use, but the id can be set however you wish. I just did that on a few custom components I've written so I know it works. I imagine there may be some components for which it doesn't if ID is reserved, but I don't

Re: Dynamic assigning component id

2006-05-30 Thread Mike Snare
Right. You have to use jwcid otherwise it's not a tapestry component. Keep using jwcid, but also use plain old id. For an implicit component, it would look something like this: -Mike On 5/30/06, Andreas Bulling <[EMAIL PROTECTED]> wrote: On 30. Mai 2006 - 16:19:37, Pratibha Gopalam wrote: |

Re: Dynamic assigning component id

2006-05-30 Thread Mike Snare
thanks! -Mike On 5/30/06, Nick Westgate <[EMAIL PROTECTED]> wrote: A tip: note that you don't need the element attribute for components that default it to templateTag (check the .jwc file). DRY ;-) So just is fine. Cheers, Nick. Mike Snare wrote: > Right. You have to use j

Re: Preferred method to search Tapestry mailing list history

2006-06-07 Thread Mike Snare
I have to say it seems pretty stupid that apache doesn't index it's own mailing lists with lucene. -Mike On 6/7/06, Ben Dotte <[EMAIL PROTECTED]> wrote: Try here: http://dir.gmane.org/gmane.comp.java.tapestry.user Ben -Original Message- From: Aaron Bartell [mailto:[EMAIL PROTECTED] Se

Re: Using in message catalogs

2006-06-09 Thread Mike Snare
set the raw attribute of the Insert component to true. -Mike On 6/9/06, Torbjörn Karlsson <[EMAIL PROTECTED]> wrote: Not sure what you mean, but if I have the following in a message catalog: translateThis=Usage of ?? And the following in my html code: Then the resulting html code will be:

Re: Make your voice heard! Tapestry 4.1 "wish list"

2006-06-22 Thread Mike Snare
The page seems to be immutable. My first wish is that we be allowed to update the wishlist! -Mike On 6/22/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: I've started a new wiki page for anyone that has a list of nagging annoyances/features they'd like to see fixed/added to Tapestry. http://wiki

Re: Make your voice heard! Tapestry 4.1 "wish list"

2006-06-22 Thread Mike Snare
I couldn't find any option to lock/unlock it. On 6/22/06, Mike Snare <[EMAIL PROTECTED]> wrote: > > The page seems to be immutable. My first wish is that we be allowed > to update the wishlist! > > -Mike > > > On 6/22/06, Jesse Kuhnert <[EMAIL PROTECTED]>