Hi,
We have a component MyGrid which has embedded Tapestry5 Grid component.
We needed to change the sorting images with our own and had first applied
the changes through css.
However, it was giving problems of space consistency.
In order to better it, we have initialized the below script through
Thanks Dave. I can't believe I missed that in the component reference!
Benny
On Wed, Dec 2, 2009 at 9:07 PM, David Rees wrote:
> On Wed, Dec 2, 2009 at 5:37 PM, Benny Law wrote:
> > Can someone show me how I can turn off the fading yellow effect when a
> zone
> > is updated?
>
> Set the zone's
Try to use NETBEANS 6.7.1 or higher much better than eclipse...
bbcooper wrote:
>
> Hi,
>
> try this
> http://bbwebcraft.blogspot.com/2008/12/task-1-create-skeleton-tapestry-5.html
>
> Tapestry, Maven and m2eclipse plugin have all progressed to newer version,
> but the procedure is still very
On Wed, Dec 2, 2009 at 5:37 PM, Benny Law wrote:
> Can someone show me how I can turn off the fading yellow effect when a zone
> is updated?
Set the zone's update attribute to something other than the default.
Frankly, I wish the default did not display any effects!
-Dave
---
Can someone show me how I can turn off the fading yellow effect when a zone
is updated?
Thanks in advance.
Benny Law
Em Wed, 02 Dec 2009 20:54:38 -0200, Inge Solvoll
escreveu:
Here's code for submitting a zone form.
http://tinybits.blogspot.com/2009/10/missing-javascript.html
Thanks for pointing that. It's way more elegant than my solution. :)
--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tap
The best plugin
try to use this one:
http://tapestry.formos.com/projects/ioko-tapestry-commons/tapestry-swfObject/
Good Luck!
Antonio Fernández - STAR Málaga wrote:
>
>
> Well done !
>
> This article it´s exactly what i need to start working with SWF.
>
> In the past , i´ve tried the FlashO
go ahead - though i'm not sure i can do much if changes to settings.xml
are required
On Thu, Dec 3, 2009 at 1:33 AM, Howard Lewis Ship wrote:
> Andreas,
>
> I'm nominating you as Mr. Build Guy ... I can give you passwords for
> Bamboo @ tapestry.formos.com.
>
> On Wed, Dec 2, 2009 at 3:04 PM, And
Andreas,
I'm nominating you as Mr. Build Guy ... I can give you passwords for
Bamboo @ tapestry.formos.com.
On Wed, Dec 2, 2009 at 3:04 PM, Andreas Andreou wrote:
> btw, assuming credentials are configured,
> mvn deploy sends the artifacts to the apache snapshot repo[1]
>
> There are some builds
btw, assuming credentials are configured,
mvn deploy sends the artifacts to the apache snapshot repo[1]
There are some builds there, but they're definitely not nightly - just
ones manually performed by committers... I would have loved to setup
apache's hudson server to deploy there, but currently
Here's code for submitting a zone form.
http://tinybits.blogspot.com/2009/10/missing-javascript.html
On Wed, Dec 2, 2009 at 10:53 PM, Thiago H. de Paula Figueiredo <
thiag...@gmail.com> wrote:
> Em Wed, 02 Dec 2009 19:25:04 -0200, Bojan Cincur
> escreveu:
>
> Hello everyone
>>
>
> Hi!
>
> Jus
We're currently doing ci-builds but not nightly-builds (which would
generate Maven artifacts for download). I'll try to find some time to
look into it.
On Wed, Dec 2, 2009 at 11:47 AM, David Rees wrote:
> With 5.1.0.6 around the corner, where can we find SNAPSHOT builds?
>
> Looked on the regua
Em Wed, 02 Dec 2009 19:25:04 -0200, Bojan Cincur
escreveu:
Hello everyone
Hi!
Just some comments . . .
AFAIK, form.submit() doesn't work with AJAX form submissions,
submit.click() does.
--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, deve
Hello everyone
I'm not going to write any question today :)
I'm just posting solution for this problem.
There is typical use case, when you want something to happen and to not
click on submit button. Or even to do something and not to see submit
button.
I had a problem with implementing rating
My latest use of IoC was to rewire my DAOs so that they accept a
DbConnectionFactory I @Inject in pages.
When a DAO method is called with an ASO holding a user's DB Connection
info, the injected factory's getConnection() is used.
For some factories, getConnection() will create a small connection
p
ohh sorry for that :(
I was actually thinking about loom: http://code.google.com/p/loom-t5/
On Wed, Dec 2, 2009 at 6:52 PM, Alessandro Bottoni
wrote:
> Juan E. Maya ha scritto:
>> i think does what u want. I haven't use it, but u may give it a try.
>
> Many thanks Juan but... it looks like the
A Tapestry IoC service is just a bean. If you read up on Spring IoC or
Guice IoC they are all the same concepts and fulfill the same purposes.
Each might have slightly different features mechanisms, but you get the
idea. So if your question is truly academic, you should be reading up
on gene
With 5.1.0.6 around the corner, where can we find SNAPSHOT builds?
Looked on the reguar snapshot server, only found 5.2.0.0-SNAPSHOTs there.
Thanks!
-Dave
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For addi
Maybe he was thinking in Tapestry4E (don't get confuse, it is for
Tapestry5), go here:
http://code.google.com/p/tapestry4e/
On Wed, Dec 2, 2009 at 2:52 PM, Alessandro Bottoni
wrote:
> Juan E. Maya ha scritto:
>> i think does what u want. I haven't use it, but u may give it a try.
>
> Many thank
This has come up recently; the simple idea is that the when injecting
a Hibernate Session and additional annotation may be present to
identify *which* session to inject. However, this raises another
problem ... ValueEncoders and determining which session to use to
convert from a string id back to
Em Wed, 02 Dec 2009 15:41:12 -0200, Christian Riedel
escreveu:
Hi,
Hi!
I'd like to put a tag inside my table, but it seems the Tapestry
Grid component is not able to do that... or can somebody point out a
solution?
You can write a mixin that rewrites the generated DOM and adds the t
Juan E. Maya ha scritto:
> i think does what u want. I haven't use it, but u may give it a try.
Many thanks Juan but... it looks like the most important part of your
message went lost.
Which was the tool you wanted to suggest me?
Thanks again.
--
Alessandro Bottoni
Website: http://www.alessan
Hi,
I'd like to put a tag inside my table, but it seems the Tapestry
Grid component is not able to do that... or can somebody point out a
solution?
I was thinking of something like that:
the footer row!
But the Grid.tml only seems to care about header and body:
i think does what u want. I haven't use it, but u may give it a try.
On Wed, Dec 2, 2009 at 6:20 PM, Alessandro Bottoni
wrote:
> Hi All,
> I'm wondering if there is any Eclipse plug-in able to add to an existing
> project all of the three main components of a Tapestry 5 page (that is:
> a .tml te
Hi All,
I'm wondering if there is any Eclipse plug-in able to add to an existing
project all of the three main components of a Tapestry 5 page (that is:
a .tml template, a .java class and a .properties file) with a single click.
In particular, I'm thinking of a tool able to perform these tasks:
1)
I'm currently using Tapestry for some business services and the presentation
tier of an application, but also have some related Web Services exposed
using XFire - currently XFire is reusing some of the POJOs I'm using as
service providers within Tapestry, by exposing them also as Spring beans.
Is t
Hi Everyone
I need to build a list of navigational links (bread crumb concept) each
time a user selects a value from a drop down list,
I have managed to create a custom event handler that will repopulate my
same select component with new values based on the previous values and
update a zo
Em Wed, 02 Dec 2009 10:38:59 -0200, Ashwanth Kumar
escreveu:
Thanks yar,
You're welcome!
I tired this, and got it working! :)
@Inject
private HttpServletRequest _request;
Injecting the Request service would also work and it's the recommended
choice.
--
Thiago H. de Paula Figueired
Thanks yar,
I tired this, and got it working! :)
@Inject
private HttpServletRequest _request;
Now, i'm able to access the Session info, across all sessions! Thanks a lot,
for the help! I did get to know, better!
- Ashwanth
On Wed, Dec 2, 2009 at 5:59 PM, Thiago H. de Paula Figueiredo <
thiag.
Em Wed, 02 Dec 2009 09:57:50 -0200, Ashwanth Kumar
escreveu:
But Thiago,
I tired, but each and every time, i do so, i get just 1 each time!! Plz
help!
Every Tapestry service (including Request) is wrapped by a proxy. When the
service is per thread, this proxy invokes the methods in the co
But Thiago,
I tired, but each and every time, i do so, i get just 1 each time!! Plz
help!
- Ashwanth
On Wed, Dec 2, 2009 at 4:42 PM, Thiago H. de Paula Figueiredo <
thiag...@gmail.com> wrote:
> Em Wed, 02 Dec 2009 02:38:05 -0200, Ashwanth Kumar <
> ashwanth.ku...@gmail.com> escreveu:
>
> Thia
Hi,
I would like to that you and Gunnar Eketrapp for help. It works for me now.
thanks
Jan
Thiago H. de Paula Figueiredo wrote:
Em Wed, 02 Dec 2009 08:32:31 -0200, Jan Jirout
escreveu:
Hi,
Hi!
I have problem with property expression. When I try to use:
//
Never use ${} when pas
Em Wed, 02 Dec 2009 08:32:31 -0200, Jan Jirout
escreveu:
Hi,
Hi!
I have problem with property expression. When I try to use:
//
Never use ${} when passing parameters, as it converts its value to a
String. In this case, you needed a List.
--
Thiago H. de Paula Figueiredo
Independ
Em Wed, 02 Dec 2009 02:38:05 -0200, Ashwanth Kumar
escreveu:
Thiago,
Hi!
Thanks for the reply. As u said, i did use sessions. But my problem, how
am i to access it? I mean, if i use RequestGlobals, i get per request
session.
And, if i use Request service also, i get the same thing! Ho
Skip the ${}
E.g.
context="[item.year,item.weekNum]"
works for me!
2009/12/2 Jan Jirout
> Hi,
>
> I have problem with property expression. When I try to use:
>
> //
>
>
> I expect that result context will be string like "orderdetail/3/2". But
> result URL is following:
> /
> /
>
> /ht
Hi,
I have problem with property expression. When I try to use:
//
I expect that result context will be string like "orderdetail/3/2". But
result URL is following:
/
/
/http://localhost:8080/orderdetail/$005b223$002c$00201$005d/
Context contains encoded sign like '[', ']' and ','. I
Hi!
I would like one of my pages to do a direct redirect to an external page by
POST.
How is this done in T5 ?
Thanks in advance!
/Gunnar Eketrapp
We work with an application using multiple databases. So depending on
the logged user a different datasource might be used. Tapestry IoC made
it a breeze to hide this logic away from the pages and just @inject the
services.
We have a highly tier-ed application where all low lever logic is defi
Base on my Experiment the Alert JS will pop out. the begin render in my
component is executed.
But the design is not loaded by the JQuery.
I wonder y? need more further investigation!
My Code ---
public class Myblock {
@Inject
@Path("cont
39 matches
Mail list logo