> I am working to move our project from T4 to T5. In T4 we are using the tacos
> component resolver that allows the templates and properties files to be in
> the same directory. In T5 how can we do the same thing?
Hmm... Just do it. The .tml and properties can be in the same package
structure as
Hi there --
I am working to move our project from T4 to T5. In T4 we are using the tacos
component resolver that allows the templates and properties files to be in
the same directory. In T5 how can we do the same thing?
In T4, I have found that having all 3 files .java, .properties, .tml in the
Hi,
In fact, in
ValidationTracker validationTracker = form.getDefaultTracker();
form is not null. It was form.getDefaultTracker() that is returning null (which
is not expected).
Instead of trying to check and record errors using
ValidationTracker, I follow the advice in
http://ta
Hi Andreas,
Thank you for your random choice :-)
With Katia (co-author) we are planning to upgrade this little Tapestry
demo to 5.2 version soon and add some enhanced components.
Thank you for your advices and your pull request.
Regards,
Laurent Guerin
Envoyé de mon iPhone
Le 7 août 2010
Hi Andreas,
With Katia (co-author) we are planning to upgrade this little Tapestry demo
to 5.2 version soon and add some enhanced components.
Thank you for your advices.
Regards,
Laurent Guerin
Message d'origine
De: Andreas Andreou [mailto:andre...@gmail.com]
Date: sam. 07/08/2
Hi,
I have an embedded form component that is null inside a onSubmit method.
It was not the case in Tap 5.1.
In .tml :
In Java page
@Component(id = "myForm")
private Form form;
@OnEvent(component = "myForm", value = "submit")
public void submit() {
// form is null below !
Hi
Just an add, related issue was reported there
https://issues.apache.org/jira/browse/TAP5-841
2010/8/7 Howard Lewis Ship
> This is something that's been nagging me. Although there's a bunch of good
> options for selecting a date (or date/time) as JavaScript components bult
> into Tapestry, o
Hi Andreas,
Thank you for your random choice :-)
With Katia (co-author) we are planning to upgrade this little Tapestry
demo to 5.2 version soon and add some enhanced components.
Thank you for your advices and your pull request on GitHub.
Regards,
Laurent Guerin
Envoyé de mon iPhone
Le 7
This is something that's been nagging me. Although there's a bunch of good
options for selecting a date (or date/time) as JavaScript components bult
into Tapestry, or available elsewhere ... none of them address the issue of
the client and the server operating in different time zones.
At the very
On Fri, 06 Aug 2010 23:11:52 -0300, Paul Stanton
wrote:
That doesn't seem to work Thiago, or maybe I'm missing something:
public class TapestryExtensionImpl implements TapestryExtension
{
@Inject
private Environment environment;
@SuppressWarnings("unchecked")
public T getPa
The exception message is telling you that ComponentResources is not
available in the registry. This service is only available for injection in
components and pages.
On Fri, Aug 6, 2010 at 10:38 PM, Paul Stanton wrote:
> Thiago,
>
> By "declare your class as a service" do you mean bind it? ie:
>
Hi !
A few questions
Why do wrapped Upload component instance ? What is the complete package of
UploadFileWrapper ?
2010/8/6 LLTYK
>
> Any ideas? A search says "don't put the wrong things in the base package",
> but UploadFileWrapper isn't in any tapestry packages.
>
>
> 2010-08-06 15:56:57,34
Hi !
As Howard suggested, you may have a look into TapestryModule, you will see
how RenderSupportImpl is built and pushed into the environment (cf.
contributeMarkupRenderer)
Also as Thiago mentioned it, ComponentResources is not a service, it can be
injected into pages because Tapestry 'shadows'
Hi Josh
Many thanks, I'm sure i tried the dot notation several time yesterday and it
wasn't working.
Today after a fresh system restart a tried again and it works without any
problems.
On 07.08.2010, at 05:16, Josh Canfield wrote:
> endTime="'20h 00m'"/>
>
> or
>
>
>
> the slash isn't val
14 matches
Mail list logo