Re: Help me! How can i access a service in tapestry5 .

2010-07-19 Thread micheal822
Josh Canfield wrote: I want that when i click the bar, i want to go to another tapestry page with parameters. Check out PageRenderLinkSource

Help me! How can i access a service in tapestry5 .

2010-07-18 Thread micheal822
There is a project i have being doing recently. And now I have a big problem, hope you help me,thanks. I have to draw bar chart in a html page, the situation is that the bar chart is drawed by javascript, and the javascript code is produced by an action listener. I want that when i

Re: Help me! How can i access a service in tapestry5 .

2010-07-18 Thread Josh Canfield
I want that when i click the bar, i want to go to another tapestry page with parameters. Check out PageRenderLinkSource http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry5/services/PageRenderLinkSource.html#createPageRenderLinkWithContext(java.lang.String,%20java.lang.Object...)