>
> @Property
> private String message; <--- does anybody know the reason y i can
> not
> include the @Property ?
> I can find @Inject and all other annoations.. but not this one..
I had the same issue until I updated the mvn repository. Somehow old version or
something like that.
J
Am Sonntag, den 13.04.2008, 02:28 -0400 schrieb Andy Huhn:
> Hi Jakob,
>
> Well, I tried what you mentioned, and it now picks up changes to my .tml
> right away--definitely an improvement over before. I think I am seeing
> the same problem you are seeing, though, because it is not picking up
> c
Am Samstag, den 12.04.2008, 11:28 -0400 schrieb Andy Huhn:
> Hi Jakob,
>
> Also, which version of Jetty are you using?
Jetty6 but...
> I don't believe there's a
> way to get component reloading working yet with Eclipse + Jetty6,
> although there is with Eclipse + Jetty5.
...it's working. I
Am Samstag, den 12.04.2008, 13:54 +0200 schrieb Filip S. Adamsen:
> Hi Jakob,
>
> You need to compile after making changes, even if the changes you made
> does not involve any classes.
OK.
> Which IDE are you using?
Eclipse - of course :)
Thx,
Jakob
--
Hi.
I'm quite new to tapestry so it's maybe only a stupid newbie issue.
I created a new project with (copied from website):
mvn archetype:create \
-DarchetypeGroupId=org.apache.tapestry \
-DarchetypeArtifactId=quickstart \
-DgroupId=org.apache.tapestry \
-DartifactId=tutorial1 \
-Dpack