Re: [WARNING] ASO auto-startup (Tap 4)

2007-02-20 Thread Gurps
t;ASO" that exists at start is, ipso facto, a shared across all users > object. > > In that case, a HiveMind service is appropriate, rather than an ASO. > > On 2/18/07, Gurps <[EMAIL PROTECTED]> wrote: >> >> Hi >> >> I have created an

ASO auto-startup (Tap 4)

2007-02-18 Thread Gurps
Hi I have created an ASO and i'd like it to startup when everything initialises: It seems "hivemind.Startup" is not recognised. How do I do this in tapestry ??? Cheers

Re: table row class value dependent on iterated object

2006-12-05 Thread Gurps
omething like that anyway.. > > On 12/5/06, Gurps <[EMAIL PROTECTED]> wrote: >> >> >> I have a for loop like so: >> >> >> >> >> >> >> >>

table row class value dependent on iterated object

2006-12-05 Thread Gurps
I have a for loop like so: and a bean declaration My .CSS file contains a tr.even, tr.odd, tr.newalbum, etc.. how do i (re)write the EvenOdd class such that i can highlight a row based on one of the fi

Re: Checkbox in table (non-contrib)

2006-11-27 Thread Gurps
sure: page 330 to 334. section called "Adding a Delete checkbox" jake123 wrote: > > > > Gurps wrote: >> >> Hey guys, >> >> Actually i found a different solution which is outlined in Kent Tong's >> book. I totally missed it (Kent:

Re: Checkbox in table (non-contrib)

2006-11-27 Thread Gurps
his boolean >> 3. during the rewind cycle the checked boolean will be set >> 4. in your listener method you can iterate through the List that was used >> for the For Loop and figure the selected rows by using the isChecked >> method >> >> On 11/25/06, Gurps <[E

Checkbox in table (non-contrib)

2006-11-25 Thread Gurps
I have a pojo bean which renders its attributes as a row in a For loop in a non-contrib table. What i want to do is provide a checkbox at the end of each row which enables the selected beans to be identified in the listener method. I don't know if only the primary keys or the whole row is store

Re: Component won't remember value

2006-11-06 Thread Gurps
also configure your component to accept a parameter and set that > as the initial value of the text field. this parameter could then be > bound > to a value on your page. > > hth - karthik. > > > On 11/2/06, Gurps <[EMAIL PROTECTED]> wrote: >> >> >>

Re: Component won't remember value

2006-11-02 Thread Gurps
o do. if you want your component to be agnostic > of the page it is in, then it's better to follow the approach of the page > injecting the initial value as done below. > > you could also configure your component to accept a parameter and set that > as the initial value of th

Re: Component won't remember value

2006-11-02 Thread Gurps
t in the result page. > > you can consider setting the searchText of the SearchComponent in the > pageBeginRender method of Result.java > > On 10/31/06, Gurps <[EMAIL PROTECTED]> wrote: >> >> >> I have 2 pages. A Home.html and a Result.html. >> I have 1 component

RE: how to persist id parameter?

2006-11-02 Thread Gurps
Patrick Casey wrote: > > > I'd warn against using persistent ID objects as keys for edit forms. > The problem is that Tapestry persists properties on a page/session key. So > for any given session, page "foo" has a set of persistent properties. > > Lets say though that you have a

Component won't remember value

2006-10-31 Thread Gurps
I have 2 pages. A Home.html and a Result.html. I have 1 component (SearchComponent) which is to be SHARED across both pages. The component is a simple textfield. When submitting a value in the first page, it then goes to the result page. However the component don't remember it's value the first t

Page workflow/Border component issue

2006-10-12 Thread Gurps
Hi, I think i'm missing some fundamentals in the problem below regarding page flows and border components. Take a look at my test app at http:// gurpal.dyndns.org: 8080/dwc/app (i've put in spaces in this URL to prevent URL mining). 1. In the Search box type in say something like "pop" and you

Re: Search Text

2006-08-17 Thread Gurps
maybe do it using javascript highlighting or more complicated put some sort of post-filter after rendering the content (don't know how to do it in tapestry but know via JSP/JSTL)... Peter Dawn wrote: > > guys, > is there a component which allows text search. its sort of similar to > what the ta

Re: what we need: tutorials like this

2006-08-15 Thread Gurps
.nar wrote: > > get yourself a copy of Enjoying Web Development with Tapestry by Kent > Tong. It's got the tutorial approach to tapestry. > > On 8/15/06, Gurps <[EMAIL PROTECTED]> wrote: >> >> >> We need an equivalent set of tutorials very simiar to t

what we need: tutorials like this

2006-08-15 Thread Gurps
We need an equivalent set of tutorials very simiar to the asp.net quicjkstarts tutorial, but with tapestry. Step by step, building on simple examples to more complex ones: http://www.dotnetjunkies.com/quickstart/aspplus/doc/quickstart.aspx This would make tapestry easier to work with and gain mo

Re: How to store the query parameters in a Table component?

2006-08-08 Thread Gurps
Hi, this is exactly my problem too. Have you found the solution? many thanks -- View this message in context: http://www.nabble.com/How-to-store-the-query-parameters-in-a-Table-component--tf1685056.html#a5701412 Sent from the Tapestry - User forum at Nabble.com. ---