Re: T5.3.1 : How to load image outside context when different options selected in t:select?

2013-06-26 Thread Woei Jye Wesley Too
the example shown were loaded during onEvent, assume that i can get the image loaded with inputstream and return as StreamResponse; upon changing selection as this for my t:select component @InjectComponent private Zone showPictureZone; @OnEvent(value=EventConstants.VALUE_CHANGED,component="packa

T5.3.1 : How to load image outside context when different options selected in t:select?

2013-06-26 Thread Wesley Too
reside outside my tapestry webapp context and after reading through the tutorial, most of it is returning streamresponse bound to certain @onEvent. I have no idea how to load this image, please advice, wesley - To unsubscribe

Re: T5.3.1 : How to load image outside context when different options selected in t:select?

2013-06-26 Thread Wesley Too
pictures reside outside my tapestry webapp context and after reading through the tutorial, most of it is returning streamresponse bound to certain @onEvent. I have no idea how to load this image, please advice, wesley - To

Tutorial on Tapestry 5 scriptaculous usage

2008-10-23 Thread wesley
hi all, so far i haven't seen any detail tutorial on the usage of ajax with scriptaculous within Tapestry 5, anyone has pointer or links to it? please advise regards, wesley -- View this message in context: http://n2.nabble.com/Tutorial-on-Tapestry-5-scriptaculous-usage-tp1369700p1369700

Re: T5 communication with applet

2008-10-14 Thread wesley
hi there, any super simple short samples? thanks wesley Argo Vilberg wrote: > > I use java applet that calls javascript method and after that javascript > calls tapestry actions. > > Argo > > > 2008/10/14, wesley <[EMAIL PROTECTED]>: >> >> >

T5 communication with applet

2008-10-14 Thread wesley
hi all, is it possible that T5 page's receive event from applet, eg. a click of a button in applet will send an event to T5's page method. and passing parameter/object to applet? regards wesley -- View this message in context: http://n2.nabble.com/T5-communication-w

RE: spring T5 integration on acegi security considerations

2008-10-08 Thread wesley
thanks for the advise, if T5's acegi can cover up much of the hardwork, i guess i'll go for it. thanks again for the feedback. regards, wesley Jonathan Barker wrote: > > > Please note that Spring Security is the successor to Acegi Security. My > experience is wit

can T5 do contract first web service

2008-10-07 Thread wesley
hi all, just wondered whether T5 can offer contract first web services like spring 2? from what i look up on the help pages, there isn't any topic on it except Hivemind from the previous T4. any idea? thanks wesley -- View this message in context: http://n2.nabble.com/can-T5-do-contract-

RE: spring T5 integration on acegi security considerations

2008-10-07 Thread wesley
c configuration. The filters will invoke the necessary authentication and authorization functions." as outline, i'm using tapestryspringfilter; with filter that accept filter mapping of url pattern of /*. is there gonna be a same configuration on this filter as well? please advise an

RE: spring T5 integration on acegi security considerations

2008-10-06 Thread wesley
?, i mean the authenticate method; do i need to override it myself for encryption purposes? please advise, thanks wesley Jonathan Barker wrote: > > > I remember going through the Acegi documentation the first time. It was > daunting. > > In hindsight, it boils down to this

RE: spring T5 integration on acegi security considerations

2008-10-05 Thread wesley
on via Spring, or configuration via tapestry-ioc. > > Whichever way you choose, it's better than re-inventing the wheel and > rolling your own security. > > Jonathan > > >> -Original Message- >> From: wesley [mailto:[EMAIL PROTECTED] >> Sent: F

spring T5 integration on acegi security considerations

2008-10-03 Thread wesley
pring. any recommendations or advise on this topic? should i just apply this security layer on T5 alone? or Spring 2 for securing the backend or both?? please advise, thanks wesley -- View this message in context: http://n2.nabble.com/spring-T5-integration-on-acegi-security-considerations-tp1142158p11

Interactive Organisation Chart in T5

2008-10-02 Thread wesley
best to have an org chart. any recommendations? please advise, thank you. regards, wesley -- View this message in context: http://n2.nabble.com/Interactive-Organisation-Chart-in-T5-tp1140737p1140737.html Sent from the Tapestry Users mailing list archive at Nabbl

Re: formatting data output in t:grid column

2008-10-01 Thread wesley
this is great, thanks much for the help thiago! regards, wesley Thiago H. de Paula Figueiredo wrote: > > Em Wed, 01 Oct 2008 16:25:21 -0300, wesley <[EMAIL PROTECTED]> > escreveu: > >> i've been wondering how i can change the format of the column data give

formatting data output in t:grid column

2008-10-01 Thread wesley
t the date? and there is a column which is of type double that show my result in 900.0 where i expect 900.00 with the format of #000.00. can anyone give me some pointer/advise? thanks. wesley -- View this message in context: http://n2.nabble.com/formatting-data-output-in-t%3Agrid-c

Re: pass list of string/object between Tapestry pages

2008-10-01 Thread wesley
hi there thiago, thanks very much for the reply. the appstatemanager sure comes in handy, thanks again for the advise. wesley Thiago H. de Paula Figueiredo wrote: > > Em Wed, 01 Oct 2008 11:51:47 -0300, wesley <[EMAIL PROTECTED]> > escreveu: > >> from the alternat

Re: pass list of string/object between Tapestry pages

2008-10-01 Thread wesley
l the session unless to invalidate it. but the again, to invalidate the ASO, other objects which also bound to ASO will be wiped out as well am i correct? wesley Thiago H. de Paula Figueiredo wrote: > > Em Tue, 30 Sep 2008 14:58:03 -0300, Alex Kotchnev <[EMAIL PROTECTED]> > escr

pass list of string/object between Tapestry pages

2008-09-29 Thread wesley
hi all, is there any way to pass a list of string or user defined objects between pages in tapestry 5? currently like CRUD operation, the only way to pass parameter around is only string through onActivate() and onPassivate(). please advise, thanks regards, wesley -- View this message in

delete with list of enabled checkbox

2008-09-28 Thread wesley
page will show the list of checked item and show the delete confirmation message. i don't know how to pass the list of ids to another page. any recommendations and advise? regards, wesley -- View this message in context: http://n2.nabble.com/delete-with-list-of-enabled-checkbox-tp11240

Re: append checkbox to grid list

2008-09-27 Thread wesley
hi Marcelo, thanks very much with the advise, yeah, it's my silly mistake, i shouldn't use actionlink on it. It Works now, thanks very much. :-) Regards, Wesley Marcelo Lotif wrote: > > On Fri, Sep 26, 2008 at 11:40 AM, wesley <[EMAIL PROTECTED]> wrote: > >&

Re: append checkbox to grid list

2008-09-26 Thread wesley
hi Marcelo, thanks with the feedback, the version of Tapestry that i'm using is 5.0.14. based on your comment, the switched method, non existing model and the println method; does it make difference? perhaps i should use the latest T5 library? Marcelo Lotif wrote: > > wesley, &g

RE: append checkbox to grid list

2008-09-25 Thread wesley
hi there, i implemented the onPrepare method and tried to print all the value out from the testPojoList, but all the checkbox still returned me false even i enabled some of it. am i doing wrong? how's the standard of implementing it? any short sample around? regards, wesley Jonathan B

Re: append checkbox to grid list

2008-09-25 Thread wesley
s to call the actionmethod and loop through the list and print out the subs boolean property. but all false even if i checked enabled the checkbox. hope to receive your advise soon. thanks wesley Marcelo Lotif wrote: > > Can you attach your source code?Just to be sure, check if you are

append checkbox to grid list

2008-09-25 Thread wesley
nter and advise from anyone. Thanks & Regards, Wesley -- View this message in context: http://n2.nabble.com/append-checkbox-to-grid-list-tp1117613p1117613.html Sent from the Tapestry Users mailing list archive at Nabble.com. -

Re: T5 prevent back button after logout

2008-09-24 Thread wesley
Hello Thiago, thanks very very much on your comment and advise. :) Regards, Wesley Thiago H. de Paula Figueiredo wrote: > > Em Wed, 24 Sep 2008 23:28:35 -0300, wesley <[EMAIL PROTECTED]> > escreveu: > >> Hello Thiago, > > Hi! > >> first of all

Re: T5 prevent back button after logout

2008-09-24 Thread wesley
other forum, the back button is actually getting back the page from cache. any advise on this? thanks and regards, wesley Thiago H. de Paula Figueiredo wrote: > > Em Wed, 24 Sep 2008 23:00:15 -0300, wesley <[EMAIL PROTECTED]> > escreveu: > >> >> i've impleme

T5 prevent back button after logout

2008-09-24 Thread wesley
other way to rectify this problem using ASO? or do i need to implement some security framework just to address this? if is really needed on security framework, which part shall i implement it on? in spring2? or T5 alone? Thanks and regards, Wesley -- View this message in context: http://n2.nabble.c

AppModule in Spring 2+Tapestry 5 integration

2008-09-24 Thread wesley
fault. Do i really need it? Thanks and regards, Wesley -- View this message in context: http://n2.nabble.com/AppModule-in-Spring-2%2BTapestry-5-integration-tp1116957p1116957.html Sent from the Tapestry Users mailing list archive at Nabble.com.