I have a service that generates images for using jfreechart. I want to
convert this service to ajax so that the chart image can load without
reloading the whole page. I have played around with div's and
updateComponent and ResponseBuilder. The ajax response seems to be
generated but the image i
uce an image
> then use javascript to switch urls for the image...
>
> http://wiki.apache.org/tapestry/Tapestry5HowToCreatePieChartsInAPage
>
> Davor Hrg
>
> On Sun, Mar 16, 2008 at 11:07 PM, bioye <[EMAIL PROTECTED]> wrote:
>>
>> I have a service that gene
How do I make NumberTranslator display leading and trailing zeros in my
TextField? Using markup as below, I expect 0 to appear as 0.00 but it
appears as 0. I also expect 0.8 to appear as 0.80 but it appears as .8 .
My markup is:
I'm using T4.13
--
View this message in context:
http://www.na
How do I make NumberTranslator display leading and trailing zeros in my
TextField? Using markup as below, I expect 0 to appear as 0.00 but it
appears as 0. I also expect 0.8 to appear as 0.80 but it appears as .8 .
My markup is:
span size="8" jwcid="@TextField" value="ognl:transaction.price"
Can you expantiate on this solution with examples? I'm accessing services in
a hivemodule.xml in the tapestry-bayeux jar and my code is having trouble
locating the service!
RonPiterman wrote:
>
> Now I think both yours and mine ideas are problematic because they don't
> work in a changing serv