RE: t:5.1.05 passing Object in t:context parameter using actionLink

2010-08-02 Thread Eldred Mullany
provide your an implementation of ValueEncoder. Contribute it to the ValueEncoderSource and context parameters will be handled properly/automatically. 2010/8/2 Eldred Mullany > Hi Guys > > > > I have a grid component, in one of the parameter cells I have an > actionLink, passing

RE: t:5.1.05 passing Object in t:context parameter using actionLink

2010-08-02 Thread Eldred Mullany
server/client encoding of custom Types, you have to provide your an implementation of ValueEncoder. Contribute it to the ValueEncoderSource and context parameters will be handled properly/automatically. 2010/8/2 Eldred Mullany > Hi Guys > > > > I have a grid component, in one o

t:5.1.05 passing Object in t:context parameter using actionLink

2010-08-02 Thread Eldred Mullany
Hi Guys I have a grid component, in one of the parameter cells I have an actionLink, passing t:context="Object": I get illegalArgumentException : Could not find a coercion from type java.lang.String to type za.co.easypay.econfig.beans.stores.Store. I notice that the parameter is one m

BeanEditor Listener

2010-06-24 Thread Eldred Mullany
Hi Everyone I want to know if there is a way that I can take an original bean object i.e. User which gets passed to component BeanEditForm, then when certain values are changed in the bean, the on Validate method will ONLY call the applicable validation methods for the fields values that have

RE: Display a hashmap using a grid component

2010-03-09 Thread Eldred Mullany
Sent: 08 March 2010 03:38 PM To: Tapestry users Subject: Re: Display a hashmap using a grid component On Mon, 08 Mar 2010 10:30:02 -0300, Eldred Mullany wrote: > I am at a loss here, you make it sound easy. First of all how to I > implement own GridDataSource class and how to I t

RE: Display a hashmap using a grid component

2010-03-08 Thread Eldred Mullany
I over complicated it. Thanks -Original Message- From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: 08 March 2010 03:38 PM To: Tapestry users Subject: Re: Display a hashmap using a grid component On Mon, 08 Mar 2010 10:30:02 -0300, Eldred Mullany wrote: > I am

RE: Display a hashmap using a grid component

2010-03-08 Thread Eldred Mullany
using a grid component Just create your own implementation of GridDataSource [1] and pass it to the Grid component. [1] http://tapestry.apache.org/tapestry5.1/apidocs/org/apache/tapestry5/grid /GridDataSource.html On Thu, Mar 4, 2010 at 7:58 AM, Eldred Mullany wrote: > Hello everyone > &

RE: Display a hashmap using a grid component

2010-03-03 Thread Eldred Mullany
] http://tapestry.apache.org/tapestry5.1/apidocs/org/apache/tapestry5/grid /GridDataSource.html On Thu, Mar 4, 2010 at 7:58 AM, Eldred Mullany wrote: > Hello everyone > > > > I would like to know if anyone has successfully implemented a hash map > through a grid component. Ho

Display a hashmap using a grid component

2010-03-03 Thread Eldred Mullany
Hello everyone I would like to know if anyone has successfully implemented a hash map through a grid component. How do I display the desired value (map.get("key")) on my template using a grid component ? Is this possible in T5.1.0.5? Thanking you in advance Eldred Mullany

RE: Radio buttons not inclosed in a tag

2010-02-22 Thread Eldred Mullany
d let it render out a radio button if all you want to do is capture the client side event, i.e. you don't want a form to be submitted. For a more differentiated answer we'd need more information about your use case. Cheers, Uli On 22.02.2010 10:10 schrieb Eldred Mullany: > Hi Every

Radio buttons not inclosed in a tag

2010-02-22 Thread Eldred Mullany
Hi Everyone I have a two radio buttons with a client event attached two them (mixin). Each onClick fires different methods How can I render these components without a form tag ? Many thanks > Eldred Mullany EasyPay - Web Developer Tel (reception):

repopulating a Object Select

2010-02-11 Thread Eldred Mullany
Hi all I know this topic of conversation has sprung up many times and I feel a bit stupid asking. I have an eventHandler method that returns an object. I have looked at the wiki regarding the GenericSelectionModel and have implemented it in my own class, however I get classCast Exceptions:

RE: Reading a .csv file and displaying grid table of it

2010-02-10 Thread Eldred Mullany
Thanks Thiago, its working now ! -Original Message- From: Eldred Mullany Sent: 10 February 2010 02:58 PM To: 'Tapestry users' Subject: RE: Reading a .csv file and displaying grid table of it Thank you -Original Message- From: Thiago H. de Paula Figueiredo [ma

RE: Reading a .csv file and displaying grid table of it

2010-02-10 Thread Eldred Mullany
Thank you -Original Message- From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: 10 February 2010 02:54 PM To: Tapestry users Subject: Re: Reading a .csv file and displaying grid table of it On Wed, 10 Feb 2010 10:44:52 -0200, Eldred Mullany wrote: > Ahh

RE: Reading a .csv file and displaying grid table of it

2010-02-10 Thread Eldred Mullany
Ahh no formatting allowed. The .csv table is 3 columns and 8 rows. The grid displays 8 rows but one column ? Thanks -Original Message- From: Eldred Mullany Sent: 10 February 2010 02:37 PM To: Tapestry users Subject: Reading a .csv file and displaying grid table of it Hi everyone

Reading a .csv file and displaying grid table of it

2010-02-10 Thread Eldred Mullany
Hi everyone I am attempting to read a .csv file from a directory, however I am not sure what I am doing wrong here. I am using a BufferedReader to read the file. Then I am looping through using the readLine() method and assigning each line to an ArrayList, well I thought it was as simple as th

Filter grid component using a textfield and listener method

2010-01-11 Thread Eldred Mullany
Hi, I would like to filter a grid component by typing in a string into a text field that has listener method that filters the results dynamically without any method calls to the database. Even with a search functionality, my result set returned from the search will still be very big. So by all

Affortable Hosting solutions for Tapestry WebApps

2009-12-17 Thread Eldred Mullany
be appreciated. Thank you. Eldred Mullany

Building a navigation links (bread crumb concept) based on dependent down selects (array list built in session)

2009-12-02 Thread Eldred Mullany
Hi Everyone I need to build a list of navigational links (bread crumb concept) each time a user selects a value from a drop down list, I have managed to create a custom event handler that will repopulate my same select component with new values based on the previous values and update a zo

Developing a Shopping Cart Component (T5.0.1.5)

2009-08-21 Thread Eldred Mullany
get an idea or if anyone has developed an open source shopping cart component in T5 that I could look at. I am not looking for easy way out copy and paste, just info pls and a few code snippets if someone has done this. Many thanks Eldred Mullany

RE: Jetty 6.16 and T5.0.13

2009-08-12 Thread Eldred Mullany
> > > > But here are the docs for this property: > > http://docs.codehaus.org/display/JETTY/Classloading > http://docs.codehaus.org/display/JETTY/SystemProperties > > > > > On 8/10/09 10:56 PM, Eldred Mullany wrote: >> Hi All >> >> >> >

Jetty 6.16 and T5.0.13

2009-08-11 Thread Eldred Mullany
ns on what the cause of this is. I checked my tapestry-core-5.0.13.jar which doesn't seem corrupt, all classes reside in their respective packages. It would'nt have worked in tomcat if my libraries were corrupt. Thanks Eldred Mullany

RE: how to use tapestry5

2009-07-31 Thread Eldred Mullany
Its just been updated to the latest framework. It's a good place to start. http://jumpstart.doublenegative.com.au/home.html -Original Message- From: Prajesh Kacha [mailto:prajesh.ka...@coriolis.co.in] Sent: Friday, July 31, 2009 1:51 PM To: users@tapestry.apache.org Subject: how to use t

RE: @Secured annotation handling

2009-07-24 Thread Eldred Mullany
Hi Modified my RequestFiler in my AppModule to handle the @secured annotation which seemed to have done the trick. If its not null return true and continue with request response. public boolean service(final Request request, final Response response, final RequestHandler handler) throws IOExcepti

RE: @Secured annotation handling

2009-07-22 Thread Eldred Mullany
Has anyone got come code snippets for me on integrating T5.1.0.5 and Spring-Tapestry 2.1.0 Thanks -Original Message- From: Eldred Mullany Sent: Wednesday, July 22, 2009 1:55 PM To: 'Tapestry users' Subject: @Secured annotation handling Hi All I am spinning my head here try

@Secured annotation handling

2009-07-22 Thread Eldred Mullany
Hi All I am spinning my head here trying to get Spring-Tapestry-security:2.1.0 to work with Tapestry 5.1.0.5 . I have done the upgrade to 2.1.0 and when place my @secured annotation on the top of my class name is throws an access denied exception: Following that intercept.AbstractSecurityInterce

RE: Tapestry 5.0.1.5 and Cayenne Integration

2009-07-02 Thread Eldred Mullany
: Re: Tapestry 5.0.1.5 and Cayenne Integration Is this what you are looking for? http://code.google.com/p/tapestry5-cayenne/ Peter - Original Message - From: "Eldred Mullany" To: "Tapestry users" Sent: Thursday, 2 July, 2009 13:19:45 GMT +02:00 Athens, Beirut, Buchare

Tapestry 5.0.1.5 and Cayenne Integration

2009-07-02 Thread Eldred Mullany
Hi Guys Has anyone got an example or tutorial on how to integrate Tapestry5.0.1.5 with Cayenne ? I am following tutorial, when I get to the part of running test class after setting up my database and generating my class files placing jar file inside pom.xml. T5 project starts up ok as soo

Prototype Event.Observe() and Tapestry Blocks

2009-06-29 Thread Eldred Mullany
'#%s');", block); //does not seem right thing to do? return block == null ? defaultBlock : block; } Is their a listener to initialize the Event.oberve(...) when a new block is delegated. Thank you > Eldred Mullany EasyPay - Web Developer Tel

RE: Two Menu Components

2009-06-19 Thread Eldred Mullany
. > > > There are 2 ways to refresh your menus: > 1. return MyMenu to refresh the whole things of your menu component > 2. return content block of your submenu, and you can return a > MultiZoneUpdate anyway. > On Thu, Jun 11, 2009 at 8:26 PM, Eldred Mullany < > eldre

RE: Two Menu Components

2009-06-16 Thread Eldred Mullany
e the getters and setters are only created at runtime by Tapestry when using the @Property annotation. Sorry for being so rash. I hope this helps, and as I said if you want Ajax, look at donf yangs code. 2009/6/12 Eldred Mullany > Hi Otho > > Thank you for the feedback, I am trying

RE: Two Menu Components

2009-06-12 Thread Eldred Mullany
private Block displayBlock; Object setupRender() { if(selectedMainMenuItem.equals("whatever") displayBlock = whateverBlock; ... return null; } SideMenu.tml Whatver has to be done 2009/6/11 Eldred Mullany > Hi All > > > > I need some advice on how to g

Two Menu Components

2009-06-11 Thread Eldred Mullany
Hi All I need some advice on how to get two menu components to talk to each other. The fist component is a top menu with a whole lot of links, when an action link is fired(from the first menu component) I want to pass a parameter string to the second component (sub-menu) which will render base

FormInjector Component

2009-03-11 Thread Eldred Mullany
Hi Does anyone have a demo / sample of how this component works in Tapestry 5? Thanks