T5: T5 and EJB3

2008-04-21 Thread CG
y, I would like to know whether T5 already support EJB3 or not , if yes, is there any example that can I refer , to learn how to get my stateless bean and stateful bean work in Tapestry UI. Any guidance is appreciated. Thanks. CG --

Re: T5: T5 and EJB3

2008-04-24 Thread CG
m back for everyone. > > Cheers, > > Geoff > > > > On 22/04/2008, at 12:48 AM, CG wrote: > > > > > > > > > > Hi all, > > I am a newbie in Java Web Application programming. I am now plan to > > use Tapestry 5 + EJB3 to write a

Re: T5: T5 and EJB3

2008-04-25 Thread CG
Hi Geoff, I am not able to build the t5-jumpstart, the get-dependency target stop at http://213.160.23.119:8080/t5components/maven-repository/org/apache/tapestry/t5c-commons/0.5.11/t5c-commons-0.5.11.jar Any help ? CG On Thu, Apr 24, 2008 at 10:37 PM, Geoff Callender <[EMAIL PROTECTED]>

Re: [ANN] JumpStart 3.6: Wizards, Conversations, and more

2008-05-12 Thread CG
mysql in jumpstart. i'm a newbie in java, hibernate, tapestry , any explanation in detail is much appreciated, thanks. I did some search on google , and I think persistence.xml require modification , am I right ? CG On Sat, May 3, 2008 at 12:41 AM, Howard Lewis Ship <[EMAIL PROTECTED

T5 : Set dynamic default value for component at pageLoaded but been changed somewhere between beforeRender and afterRender

2008-06-09 Thread CG
to archieve such function... Thanks for all the help .. CG - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: T5 : Set dynamic default value for component at pageLoaded but been changed somewhere between beforeRender and afterRender

2008-06-15 Thread CG
erence and persisting it? If you are then it > may get overwritten by the value stored in the session. > > I believe you can create a setter for the value (if you don't have one > already) and put a break point in it to see what is changing it. > > Josh > > On Mon, J

T5 5.0.13 has drop TapestryConstants package ?

2008-06-18 Thread CG
However, I would like to know , whether in T 5.0.13, are those constants kept in other package , or the prefix binding in the Tapestry internal has changed and no longer use the old way. CG - To unsubscribe, e-mail: [EMAIL

Re: T5 5.0.13 has drop TapestryConstants package ?

2008-06-18 Thread CG
Hi Weisu, I did come across this SymbolConstants but it does not contain LITERAL_BINDING_PREFIX and PROP_BINDING_PREFIX .. CG On Thu, Jun 19, 2008 at 8:55 AM, Weisu <[EMAIL PROTECTED]> wrote: > > Hi CG, in T5.0.13, this has changed to 'SymbolConstants' and is under

Re: T5 5.0.13 has drop TapestryConstants package ?

2008-06-20 Thread CG
thx buckofive. got it ! CG On Thu, Jun 19, 2008 at 1:33 PM, buckofive <[EMAIL PROTECTED]> wrote: > > LITERAL_BINDING_PREFIX and PROP_BINDING_PREFIX > are now in org.apache.tapestry5.BindingConstants > as LITERAL and PROP > > Cheers > > > CG-6 wrote: >> &

double click on actionLink that refresh a zone , the yellow color blinking effect remain on screen

2008-06-20 Thread CG
It should be able to be reproduced easily. It is not a big problem as the refresh still work fine. I wonder whether can be easy settle with css changes or not ? CG - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[T5] How to implement , click on an external actionLink , submit a form (actionLink is not inside the form)

2008-06-20 Thread CG
I would like to put an actionLink outside a form , and let user click to submit the form , is that possible in T5 ? if yes , may someone give some hints or link . It should be a simple thing because I can't find any resutl on google .. Thanks

Re: [T5] How to implement , click on an external actionLink , submit a form (actionLink is not inside the form)

2008-06-21 Thread CG
Hi Tobias, I jz tested ur way , it does submit, however, it will refresh the whole page which is not I wanted ... I wonder any way in T5 can submit form using AJAX way .. which will pass all the value to Page Class to process CG On Sat, Jun 21, 2008 at 1:25 AM, Tobias Wehrum <[EM

Re: [T5] How to implement , click on an external actionLink , submit a form (actionLink is not inside the form)

2008-06-21 Thread CG
screen. My case actually is a l Toolbar and form Page layout == Toolbar (with many icons) Grid Form (with db fields) I want to click 1 of the icon on Toolbar, to submit the Form at bottom of page , but do not refresh the whole pages. Any idea ? Rgds, CG On Sun, Jun

[T5] Grid paging refresh the whole document , can it be done in AJAX-way ?

2008-06-25 Thread CG
override the existing function to archive that ? Thanks. CG - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [T5] Grid paging refresh the whole document , can it be done in AJAX-way ?

2008-06-28 Thread CG
o , thx nillehammer.. I'll hv try on that .. Cheers CG On Thu, Jun 26, 2008 at 12:22 AM, nille hammer <[EMAIL PROTECTED]> wrote: > > Hi CG, > > the inPlace attribute of the t:grid tag does what you are asking for. For > further infos look here: > http://tapestry.

Re: [T5] Grid paging refresh the whole document , can it be done in AJAX-way ?

2008-06-29 Thread CG
Hi nill, I have tested with the inPlace set to true , it does refresh the grid in place .. however, rather than the page is shown , it show "there is no data to display" .. Do we need to code something at page class in order to archive that ? GridDataSource needed ? CG On Sun, Ju

[T5]ActionLink to pass textField value as blank value

2008-11-07 Thread CG
Hi, I would like to use actionLink to pass value that key by user in a TextField , it seems like it cannot get the blank value from the textbox ...and pass to the onActionFromXXX .. can I actually use actionLink here ? or should I use form submit ? Thanks. CG

Re: [T5]ActionLink to pass textField value as blank value

2008-11-08 Thread CG
Thanks. I will try to use form submit instead .. On Fri, Nov 7, 2008 at 10:17 PM, Thiago H. de Paula Figueiredo <[EMAIL PROTECTED]> wrote: > Em Fri, 07 Nov 2008 07:57:33 -0300, CG <[EMAIL PROTECTED]> escreveu: > >> Hi, I would like to use actionLink to pass val

Re: [ANN] JumpStart 3.20.0 released - for T5.0.18

2008-12-17 Thread CG
On Mon, Dec 15, 2008 at 8:03 PM, Andy Pahne wrote: > > Hi, > > it's a nice starting point for building your own apps. I use it quite > frequently as reference. > Agree totalmante .. - To unsubscribe, e-mail: users-unsubscr...@tap

[T5] GenericSelectModel Problem

2008-12-17 Thread CG
bean instance I hv checked whether I pass in the model and encoder correctly or not , yes, it is correct. I really hv no idea to solve .. please help. Thanks. T5 version : 5.0.18 Rgds, CG Error [toClient] obj : MaterialType: [id=1, type=R, description=Raw Material, isProduced=false

Re: [T5] GenericSelectModel Problem

2008-12-17 Thread CG
anybody can help ? ... On Thu, Dec 18, 2008 at 12:00 AM, CG wrote: > I have implemented the GenericSelectModel as written in wiki > (http://wiki.apache.org/tapestry/Tapestry5HowtoSelectWithObjects) and > it worked fine. > However, recently I add a new Bean class and create a > Gen

Re: [T5] GenericSelectModel Problem

2008-12-18 Thread CG
> > Unfortunately I don't have time to re-create your problem, but does > the slightly different GenericSelectModel in JumpStart have the same > problem? http://localhost:8080/jumpstart/examples/select/easyobject > > Cheers, > > Geoff > > On 18/12/2008, at 12:02 PM

Re: [T5] GenericSelectModel Problem

2008-12-19 Thread CG
the list shows the toString() > method. > > On Fri, Dec 19, 2008 at 3:59 AM, CG wrote: > >> thx all .. >> seems like I am not the one one face this problem .. >> but very strange that only for some bean , it works , only this >> particular one ... >> &

[T5] How to show progress bar (or similar) during the delay of ActionLink ?

2009-01-06 Thread CG
click on other links or other components, or even make the 2nd click. my question how to we do to have a progress bar-like thing to let the user know that there is delay .. Thanks .. CG - To unsubscribe, e-mail: users-unsubscr

[T5] how to pass a component reference to another component ?

2009-09-08 Thread CG
Hi all, I hv read through the wiki page on the passing parameter , and try a few times of code but not luck. I may hv the wrong concept , therefore, hopefully someone can help me this newbie .. My scenerio is like this I have a toolbar component , contain "Add", "Save" and "Delete" button. and

Re: [T5] how to pass a component reference to another component ?

2009-09-08 Thread CG
() { System.out.println("trigger in toolbar"); return block; } } template for my container Rgds, CG On Tue, Sep 8, 2009 at 7:44 PM, Sebastian Hennebrueder wrote: > Have a look at zones. Your action method could return a block. > > > -- > Best Regards /

Re: [ANN] JumpStart 4.0 released - uses Jetty!

2009-01-21 Thread CG
..., would like to seek for your advice on the tomcat vs jetty ... 1. wht is the main advantage of jetty over tomcat , on T5 development ? Thanks agian :) CG On Mon, Jan 19, 2009 at 6:28 PM, Geoff Callender wrote: > Hi all, > > JumpStart 4.0 is now available. > > The big thing about ve

[T5] How to tackle memory leak problem (Perm Gem Out of Space)

2009-03-14 Thread CG
have no idea how can do to narrow down to the problematic code. Hopefully some experience Java/T5 developer can give me some guidance in this case. Thanks .. CG - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For

Re: [T5] How to tackle memory leak problem (Perm Gem Out of Space)

2009-03-15 Thread CG
thx for the reply, i'll get a try on the MAT ... thx .. CG On Sat, Mar 14, 2009 at 10:13 PM, Geoffrey Wiseman wrote: > On Sat, Mar 14, 2009 at 5:14 AM, CG wrote: > >> Hi all,  I have used T5 to write an application , it works fine , >> however, after using for a wh

Re: [T5] How to tackle memory leak problem (Perm Gem Out of Space)

2009-03-15 Thread CG
quot;org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl$PackageAwareLoader @ 0x83427488". Keywords org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl$PackageAwareLoader @ 0x83427488 java.io.ObjectStreamClass$Caches Is this normal ? CG On Mon, M

[T5] How to listen/trigger event in componentA from component B ?

2009-05-01 Thread CG
r any hints or guidance . Cheers :) CG - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: [T5] How to listen/trigger event in componentA from component B ?

2009-05-04 Thread CG
Hi , anybody can give some hints? thanks CG On Sat, May 2, 2009 at 1:39 AM, CG wrote: > Hi all, >  I have been using T5 in my project for 1 year , and thanks for the > great framework.  I am neither an expert in Tapestry nor Java, > therefore, would like to seek some help from a

Re: [T5] How to listen/trigger event in componentA from component B ?

2009-05-06 Thread CG
rks or not ... CG On Tue, May 5, 2009 at 4:16 PM, Peter Stavrinides wrote: >>In my understanding, there should be no way. > Perhaps its not recommended, but if you have the ComponentResources for that > component then you should be able to trigger the event you want. > > Loo

Update an external zone from a component

2009-08-15 Thread CG
parameter ? Furthermore , can I pass a MultipleZoneUpdate object ? My component code is something like this .. http://tapestry.apache.org/schema/tapestry_5_1_0.xsd";> Any code can I refer how this can be done ? Any help is appreciated .. thanks