Re: User mailing list trolling

2013-11-20 Thread Az Madu
Well said Howard! On 21 Nov 2013 00:48, "Howard Lewis Ship" wrote: > A couple of years have gone by, and our favorite Tapestry mailing list > troll is back. Please ignore him. Do not respond to his taunts and he will > return to his normal state of total irrelevance. It is not possible to > "enga

Re: Possible to build a Table from multiple sources?

2012-05-04 Thread Az Madu
ge? Again, thanks for any responses/support from the Tapestry Users. Regards Az On Thu, Apr 26, 2012 at 11:52 AM, Az Madu wrote: > Thanks Lance/Thiago for your suggestions, I'm looking into doing that now. > > Regards > > Az > > > On Thu, Apr 26, 2012 at 11:26 AM, L

Re: Possible to build a Table from multiple sources?

2012-04-26 Thread Az Madu
Thanks Lance/Thiago for your suggestions, I'm looking into doing that now. Regards Az On Thu, Apr 26, 2012 at 11:26 AM, Lance Java wrote: > If I understand correctly, you read your data into multiple lists. To read > a single record, you use the same index in each list... Correct? > > This sort

Re: Possible to build a Table from multiple sources?

2012-04-26 Thread Az Madu
http://jumpstart.doublenegative.com.au (it's currently reporting a 503 so I can't give you the exact link). On Wed, Apr 25, 2012 at 6:00 PM, ICE Ernesto Arteaga Zavala < arterza...@gmail.com> wrote: > How do you really want to display your info? > > Provide an example... > > > > 201

Possible to build a Table from multiple sources?

2012-04-25 Thread Az Madu
Hi guys, I'm trying to construct a table (Tapestry 5) unsuccessfully so far, and have been scouring the forums (Nabble) and elswhere for examples on building a table. So far it appears that it's only possible using a single source (is that the only way?) either for a Loop, or Grid as demonstrated

Re: First Custom Component -> Confused; source = null, but values populated mysteriously

2012-04-04 Thread Az Madu
Are you sure you're not him? You do have pity on us fools though ;-) Look at all that Tapestry 'bling'. Sorry for off topic, but just to also say Thanks to Mr T for answering everyone's questions and generally being helpful. I'm still learning lots of stuff and more so from other users' quest

Capturing user input data

2012-03-14 Thread Az Madu
Hi guys, I have a query about how to capture data from a tml page and pass it back into it's corresponding java file so that it can be processed and displayed on another new page (or even on the same page after redrawing the same page). I have 2 pages currently, Page1.java and Page2.java where Pa

Re: How to get a page url?

2012-03-09 Thread Az Madu
.com> wrote: > On Fri, 09 Mar 2012 09:34:25 -0300, Az Madu wrote: > > Hi guys, >> > > Hi! > > > So my questions are: >> >> 1 - can we know what the url is of any page in our application >> programmatically? >> > > @Inject > p

How to get a page url?

2012-03-09 Thread Az Madu
Hi guys, I'm new to using Tapestry and am trying to integrate an existing project into Tapastry5. I've added a new service method into the AppModule using binder.bind(MyClass.class, new ServiceBuilder(){ .. } and am now able to acces this by using the @Inject annotation on my page 1. My page