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.
---
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
.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
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
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
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
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
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
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
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:
>>
>>
>>
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
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
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:
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
omething like that anyway..
>
> On 12/5/06, Gurps <[EMAIL PROTECTED]> wrote:
>>
>>
>> I have a for loop like so:
>>
>>
>>
>>
>>
>>
>>
>>
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
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
17 matches
Mail list logo