Hi,
The page http://tapestry5-jquery.com/highcharts is not there any more.
Where did it go?
于 2012/3/30 17:40, Emmanuel DEMEY 写道:
Hi everybody !!
The WebPlatform team, from Atos Company, is very pleased to announce a new
Tapestry Component library : Tapestry5-HighCharts.
This contribution m
Cool!
Wanted to 'like' it as there was no 'like' button :-(
Thanks
Taha
On Feb 26, 2013, at 8:26 PM, Lance Java wrote:
> I just added a demo of the "code" component
> http://tapestry-stitch.uklance.cloudbees.net/codedemo
>
> Cheers,
> Lance.
>
>
>
> --
> View this message in context:
> htt
Great work! I have seen a few of them in this mailing list and they are
awesome! Thanks!
于 2013/2/26 21:16, Lance Java 写道:
Hi All,
I've just published my tapestry-stitch-demo to cloudbees. Tapestry Stitch is
a collection of example components and concepts in Tapestry 5. Most of the
inspiration
Solved !
I was referring to the components parameter rather than the parameter
acquired from the context. Ouch !
On Wed, Feb 27, 2013 at 3:08 AM, Muhammad Gelbana wrote:
> I tried adding a t:formState to the loops, but it was no good. I even took
> the the whole loop outside of the form componen
I tried adding a t:formState to the loops, but it was no good. I even took
the the whole loop outside of the form component and surprisingly, I'm
still having the same error !!
On Wed, Feb 27, 2013 at 2:31 AM, Muhammad Gelbana wrote:
> I have a component that generates images based on multiple in
I have a component that generates images based on multiple inputs. Lately I
increased the parameters for that component. The new parameters acquire
their primitive values during an iteration in 2 loops. So 2 loops are
eventually generated a set of images.
The image-generating component generates i
Assuming you're willing to bundle the image with your application,
you'll probably want to use the ${context:...} binding prefix for the
URL of the image so that Tapestry will emit a far-future expires
header and automatic versioning of the URL.
See http://tapestry.apache.org/assets.html for
On Tue, 26 Feb 2013 18:01:47 -0300, Ken in Nashua
wrote:
I never really got it... until now...
So I reiterate...
Phww !!!
private void doGridOverride(MarkupWriter writer) {
writer.write(NEWLINE);
Don't do this. All you need is CSS put in some .css file and included v
I never really got it... until now...
So I reiterate...
Phww !!!
private void doGridOverride(MarkupWriter writer) {
writer.write(NEWLINE);
writer.write("\tTABLE.t-data-grid {");
writer.write(NEWLINE);
writer.write("\t\ttable-layout: fixed;");
Very good job. I would like this to be incorporated into jumpstart. And
combined into one awesome app.
On Feb 26, 2013, at 8:16 AM, Lance Java wrote:
> Hi All,
>
> I've just published my tapestry-stitch-demo to cloudbees. Tapestry Stitch is
> a collection of example components and concepts in
I just added a demo of the "code" component
http://tapestry-stitch.uklance.cloudbees.net/codedemo
Cheers,
Lance.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/tapestry-stitch-goes-live-tp5720232p5720242.html
Sent from the Tapestry - User mailing list archive at Nabble.
> On Tue, 26 Feb 2013 09:19:53 -0300, Thiago H de Paula Figueiredo
> wrote:
>
> > The closing or not is defined by the MarkupModel (interface), probably
> > by subclassing AbstractMarkupModel, specifically its
> > getEndTagStyle(String element) method. You'll also need to override or
> > decorate
On Tue, 26 Feb 2013 09:19:53 -0300, Thiago H de Paula Figueiredo
wrote:
The closing or not is defined by the MarkupModel (interface), probably
by subclassing AbstractMarkupModel, specifically its
getEndTagStyle(String element) method. You'll also need to override or
decorate the MarkupWr
You can find a Cometd Sample on the Blog of Taha :
http://tawus.wordpress.com/2011/06/13/tapestry-magic-15-integration-with-cometd/
2013/2/26 llama-king
> Thanks for taking the time to release this! The more examples the better
> and
> these are some fantastic examples.
>
> I'd love to see some
Thanks for taking the time to release this! The more examples the better and
these are some fantastic examples.
I'd love to see some tapestry cometd examples and use cases also!
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/tapestry-stitch-goes-live-tp5720232p5720238.h
> Hi Lance
Hi Taha
> Great Job!
Thanks
> The sourcecode-viewer is nice! Why not convert it into a component :)
It is a component!!... I haven't created a separate demo page for it since
each page uses the "code" component.
eg:
--
View this message in context:
http://tapestry.1045711.n5.n
Hi Lance
Great Job!
The sourcecode-viewer is nice! Why not convert it into a component :)
regards
Taha
On Feb 26, 2013, at 6:46 PM, Lance Java wrote:
> Hi All,
>
> I've just published my tapestry-stitch-demo to cloudbees. Tapestry Stitch is
> a collection of example components and concepts i
Great Job ! I like the Progress Bar ;)
2013/2/26 Lance Java
> Hi All,
>
> I've just published my tapestry-stitch-demo to cloudbees. Tapestry Stitch
> is
> a collection of example components and concepts in Tapestry 5. Most of the
> inspiration for tapestry-stitch has come from interesting quest
Yeah, I changed mapprop: to map:
The demo (and source code) can be seen live here:
http://tapestry-stitch.uklance.cloudbees.net/mapbindingdemo
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/t5-3-6-Constructing-Forms-from-Maps-tp5719952p5720234.html
Sent from the Tapestr
The last 2 links aren't working. Here is a valid link for the last one
(MapPropBindingDemo.java)
https://github.com/uklance/tapestry-stitch-demo/blob/master/src/main/java/org/lazan/t5/stitch/demo/pages/MapBindingDemo.java
Thanks a lot for your help :)
On Sun, Feb 24, 2013 at 7:14 PM, Lance Java
Hi All,
I've just published my tapestry-stitch-demo to cloudbees. Tapestry Stitch is
a collection of example components and concepts in Tapestry 5. Most of the
inspiration for tapestry-stitch has come from interesting questions on this
user's list.
The live demo is available here:
http://tapestr
On Tue, 26 Feb 2013 09:30:14 -0300, harishpatarla
wrote:
Below is the file called LoginLayout.tml and i want to add our company
LOGO to this page in the top-left corner.Can anybody suggest me how to
do it.
Use the HTML tag just like you'd do without Tapestry. By the way,
anything you
On Tue, 26 Feb 2013 00:00:36 -0300, Bob Harner wrote:
At first I thought that maybe Dom Manipuation could be used as a
work-around to fix the output. But no, rendering to markup occurs
*after* Dom manipulation. So I don't think there is a way to do what
you're looking for at the current time, a
On Tue, 26 Feb 2013 00:45:51 -0300, mvchris wrote:
Oh maan. what an idiot. That's a lesson in reading the stack
trace carefully. Bad programmer.
It's normal to overlook stuff sometimes . . . :)
On looking back at the last message, line 31 just had a loop
qmEvents.get(i).getClass
To interact with the body of your zone (which is inside a loop) you can use
something like updatezone mixin
(http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/multiplezoneupdate),
in tml side something like:
...
in java side:
public String getAZoneId() {
return increment
25 matches
Mail list logo