rnate-tapestry
module dependency? I cannot remove it because I am using its features.
thanks.
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
-
To unsubscribe, e-mail: users-uns
removing hibernate-tapestry
module dependency? I cannot remove it because I am using its features.
thanks.
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
-
To unsubscribe, e-mail: users
work, which makes learning a much more concrete
experience
-because integration-tests are maintained together with the current
trunk/ we got always an up to date documentation
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
estry-core/src/test/../integration that accepts the name of the
test application to start and starts it up. This works for me.
Uli
manuel aldana schrieb:
I am trying hard to deploy the integration test webapp from
tapestry-core, but I haven't had succeeded so far.
Loading webapp itself wo
Just in case you browse thread for same problem and wait to have it
resolved: I filed a bug under
http://www.jetbrains.net/jira/browse/IDEA-22800.
manuel aldana schrieb:
I found the cause. It seems to be an IntelliJ thing. By default itself
maven2 isn't including test-classes (test page
ption (include source-roots -> src/test/java/) inside the
Module options is ticked on. I guess this is a IntelliJ bug (IntellIj
never packages /target/test-classes to the final war output, even if the
option is chosen).
manuel aldana schrieb:
I am trying hard to deploy the integration test web
preferred mailing lists...
just my 2 cents
manuel aldana schrieb:
Otho schrieb:
And lastly I would suggest setting up a forum. Information is more easily
organized there and searching is more convenient than wíth a mailing list
alone. I would think that the barrier of contributing to
So it won't load the Index.tml and bind it
to TapestryFilter (though web.xml says this).
I am starting the webapp under IntelliJ. Problems both occur with
running under deploy exploded and war mode. The from IntelliJ built
exploded/ dir and war look fine.
Any ideas?
thanks.
--
manuel
List (e.g. with more primitive types like List or List) the page would somehow render a list input inside the form.
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
-
To unsubscribe, e
(categories, sticky notes etc.).
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h
t to think in different
directions even if you don't use it in daily job. About tap-ioc I really
like to java-code style injection and configuration instead for XML.
-
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.a
nse to
me. Can you provide a cleansed example?
Christian.
On 21-Apr-09, at 06:49 , manuel aldana wrote:
I don't see a problem here. I am having dependencies on interface
level which should be fine. For testability I can just inject a
test-implementation of this interface. I don't se
Thiago H. de Paula Figueiredo wrote:
If applicable I try to inject services to domain-objects to add
pluggable behaviour to them (so I don't end up with an anemic domain
model).
I disagree with adding services to domain objects. But please let's
not start a discussion about it. This is not
Christian Edward Gruber wrote:
On 20-Apr-09, at 19:39 , Thiago H. de Paula Figueiredo wrote:
I think he means value objects or domain models. You can't usefully
have the container create an instance of Movie because movie is a
data-carrying node. It's a bit like having the IoC container crea
entangle, and really really hard to port later.
Christian.
On 20-Apr-09, at 15:42 , manuel aldana wrote:
Hi,
I am injecting services to my domain model classes. For that I am
using the ServiceBinder.bind(implementationClass). This is kind of
repetitive if I want to add all classes of a certai
Thiago H. de Paula Figueiredo schrieb:
Em Mon, 20 Apr 2009 16:42:23 -0300, manuel aldana
escreveu:
Hi,
I am injecting services to my domain model classes. For that I am
using the ServiceBinder.bind(implementationClass). This is kind of
repetitive if I want to add all classes of a certain
Thiago H. de Paula Figueiredo schrieb:
Em Mon, 20 Apr 2009 16:38:51 -0300, manuel aldana
escreveu:
When does tapestry-ioc inject stuff to object (@Inject annotation)? I
guess it is straight after finishing the constructor...
Is it possible to have the injection already available after the
passing a package identifier?
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h
rest of the constructor code.
class Foo{
@Inject
Service service
Foo(){
//service is null in constructor
}
}
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
-
To unsubscribe, e-mail
marked @Column fields included to
hibernate mapping, the rest should be ignored. As an alternative maybe
there is also a blacklist annotation?
thanks.
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
Thiago H. de Paula Figueiredo schrieb:
Em Sat, 18 Apr 2009 13:00:19 -0300, manuel aldana
escreveu:
Yes, but as you said it is a workaround and looks not good inside the
template.
I think it is quite a common formular use-case, that some data
columns are displayed but are read only during
lumns
are displayed but are read only during editing a data-item (e.g. id,
email, username). I see such a thing in many webapps. Because
bean-edit-form is the handy formular component of tapestry such a
support would be very nice.
--
manuel aldana
ald...@gmx.de
software-engineering
Thiago H. de Paula Figueiredo schrieb:
Em Sat, 18 Apr 2009 07:38:53 -0300, manuel aldana
escreveu:
Generally I would need something more flexible how to tell whether a
parameter is read-only or editable inside the form. For my current
problem the read-only vs. editable depends on roles (i.e
er is read-only or editable inside the form. For my current
problem the read-only vs. editable depends on roles (i.e. different
roles have different access rights to edit certain fields).
thanks.
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.a
l method
via my builder?
-Daniel
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
--
manuel aldana
ald...@gmx.de
software-engineering blog: ht
window.
For that I want to use lightbox and load the detail page with ajax-style.
Is there maybe another hook inside bean-grid component for that? If not
maybe such a thing could be an interesting feature and could be
implemented as a mixin?
--
manuel aldana
ald...@gmx.de
software
quot;
In this case, you don't want that behavior. You surely want BeanEditForm
to instantiate via the public no-arguments constructor.
By placing an @Inject annotation on the public no-arguments constructor,
you can direct BeanEditForm to use that constructor instead.
Regards, nillehammer
public class Model{
public Model(MyEnum){..}
}
public enum MyEnum{...}
apart from the constructor problem the bean-edit-form handles the
enumeration good (gets displayed as combo-box)
am using 5.0.18.
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
Thiago H. de Paula Figueiredo schrieb:
[...] javascript enable parameter.
You're not exactly right. When Grid has more rows to show than rows
per page, you cannot just reorder the objects that are being shown,
you must reorder the whole row list. By the way, don't forget the
inplace="true"
Thiago H. de Paula Figueiredo schrieb[
[...] session rather than Tapestry's Session.
I'm having this issue too. Besides this, the @Secured annotation does not work.
I asked the creator about this. He said spring-security is not
compatible with 5.1. So I guess we need to wait or help :)
ds, e-mail: users-h...@tapestry.apache.org
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail:
For displaying it on the page tapestry seems to use Enum.toString(). So
I would override toString() and read some localized values from property
files. How can I access tapestry localization facilities for that?
--
manuel aldana
ald...@gmx.de
software-engineering blog: ht
OK, maybe I see the reason for firing the request another time. It is
about the pagination if my list result (many entries) spans several
pages -> it is far from obvious to let javascript know how to order this...
manuel aldana schrieb:
I really like the grid component. Especially the built
situation where I don't use IntelliJ
but use an external editor and 'mvn jetty:run' the update is faster
So does somebody know a faster feedback tweak with IntelliJ?
thanks.
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.a
e div-style
(vs. tables) for row layout? maybe due to browser compability
(especially older IEs)?
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
-
To unsubscribe, e-mail: users-uns
Thiago H. de Paula Figueiredo schrieb:
Em Sun, 29 Mar 2009 07:42:26 -0300, manuel aldana
escreveu:
is there a way to tell tapestry to have the Start page for subpage
folders as default also?
Why don't you use Index instead of Start?
Sorry, this works of course.
I mixed somethi
to tell tapestry to have the Start page for subpage
folders as default also?
thanks.
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
-
To unsubscribe, e-mail: users-unsubscr
Currently am working on this tapestry jira issue to provide a patch
maybe in around 10 days.
As current workaround you could go for:
1) Use plain Apache2 for accessing your images on different port from
tapestry app. Of course firewall could be a problem...
2) If port is an issue (has to be 80)
read this, very interesting:
http://www.theserverside.com/tt/articles/article.tss?l=RedirectAfterPost
rajesh sukumaran schrieb:
Hi,
I am evaluating Tapestry 5.1 to see if I can use it in one of my new projects.
I see that Tapestry uses client side redirects to handle response for event
reques
Thiago H. de Paula Figueiredo schrieb:
Em Sun, 08 Mar 2009 18:09:29 -0300, manuel aldana
escreveu:
Exception constructing service 'RememberMeServices': Error invoking
service builder method
nu.localhost.tapestry5.springsecurity.services.SecurityModule.build(UserDetailsService,
S
ements the interface
org.springframework.security.userdetails.UserDetailsService.
It does not find the UserDetailsService implementation though I placed one inside
.services.internal. Does somebody know how tapestry
spring-security plugin looks for the implementation? Most likely I forgot to set a
property.
thanks.
--
manuel aldana
al
Original-Nachricht
> Datum: Sat, 07 Mar 2009 13:01:33 +0100
> Von: Andy Pahne
> An: Tapestry users
> Betreff: Re: Page navigation passed value not displayed (@InjectPage style)
> manuel aldana schrieb:
> > So you mean if I provide a coercion for User, the
ivate(User user){...}
}
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
-
manuel aldana schrieb:
manuel aldana schrieb:
[...]
Thanks. Adding @Persist made the trick. But I think I will go for the
activation context,[...]
But I wonder, how to overcome the HttpSession, if I want to pass
multiple values and want to use activation context for that. So far I
have
manuel aldana schrieb:
[...]
Thanks. Adding @Persist made the trick. But I think I will go for the
activation context,[...]
But I wonder, how to overcome the HttpSession, if I want to pass multiple values and want to use activation context for that. So far I have only seen onActivation
vate String email;
public String getEmail()
{
return email;
}
public void setEmail(String email)
{
this.email = email;
}
}
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
---
ard Lewis Ship wrote:
http://tapestry.formos.com/nightly/tapestry-templating/
On Thu, Mar 5, 2009 at 4:03 PM, manuel aldana wrote:
Hi,
for sending out emails I need templates. Is there an internal tapestry
way
to solve this (currently .tml are bound to pages/components). Is the
t rendered.
public class SendingActivationEmail
{
@Persist
private String email;
-Luther
On Thu, Mar 5, 2009 at 7:10 PM, manuel aldana wrote:
Hi,
I want to pass one value to one page with the InjectPage pattern (
http://tapestry.apache.org/tapestry5/guide/pagenav.html). But below code
-page functionality
works in 5.1.
http://blip.tv/file/1844614/
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional com
ry.apache.org/schema/tapestry_5_0_0.xsd";>
We send an email to your registrated email ${email}. check it out.
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
-
To unsubsc
ouch (couldn't find the link on tapestry home, but on Google it can be
found easily).
Nice, there is even a plug for the email stuff :)
Howard Lewis Ship schrieb:
http://tapestry.formos.com/nightly/tapestry-templating/
On Thu, Mar 5, 2009 at 4:03 PM, manuel aldana wrote:
Hi,
.
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
/some/path and requests to
login.your.domain.com to your.tomcat.host:port/other/path
HTH,
Uli
manuel aldana schrieb:
yeah, but the requests should go to the same webapplication (port
should always be 80), so I somehow need to configure this inside my
one tapestry app.
Markus Lux schrieb
omers)
https://cs.xxx.com/ (non-public internal area)
How is it possible to map these different entry points in one tapestry
web-application?
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
---
hi,
I want to structure app-areas by subdomain:
http://www.xxx.com/ (public area)
https://login.xxx.com/ (non-public area for customers)
https://cs.xxx.com/ (non-public internal area)
How is it possible to map these different entry points in one tapestry
web-application?
--
manuel aldana
Currently this is one of the asset shortcoming. Therefore I want to
introduce file assettype (see
https://issues.apache.org/jira/browse/TAP5-423) and later also URL alias
for tapestry core (so you can include statics through another webroot).
Currently there does exist something like URL alias
s like 5.1 will
include this for context assets too?). Should I be putting my JS/CSS/static
images in src/main/resources, packaged with .tml files?
Anyway, any sort of clarification would be appreciated.
Thanks,
Jason
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana
there are no web sites written in any Java
framework. Can you believe that? I would like to prove him wrong with
Tapestry Cayenne combo. Unfortunately I have no list of T5 success stories.
I am sorry for spamming, but I had to let the steam out!
-Borut
--
manuel aldana
ald...@gmx.de
s
brains.net/devnet/message/5232219#5232219
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mai
Just in case one of you also had the problem upgrading to IntelliJ 8.1
and not having the smooth Jetty-integration working:
http://www.jetbrains.net/devnet/message/5232219#5232219
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
--
Howard M. Lewis Ship
Creator Apache Tapestry and Apache HiveMind
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
--
manuel
testing perspective this is not so nice.
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail:
his is not so nice.
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
I had the same problem Jetty does not work for 8.1 (which is very
unfortunate). I already sent a mail to the author two days ago but no
reaction yet.
Currently I am using Tomcat and IntelliJ 8.1, but thinking about going
back to 8.0.1 because Jetty works much smoother with Tapestry 5 (fast
it passed as a parameter but want to
render it as a property in my component.
thanks.
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
-
To unsubscribe, e-mail: users-unsubscr
://jumpstart.doublenegative.com.au
Please keep the feedback and suggestions coming. It always helps!
Cheers,
Geoff
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
-
To unsubscribe, e-mail: users-unsubscr
eally tough to debug :)
Ulrich Stärk schrieb:
This probably happens during class transformation. I'd look somewhere
in the o.a.t.transform packages.
Uli
manuel aldana schrieb:
Hi,
when a custom component throws a checked Exception it seems to be
handled by a kind of Interceptor, b
void renderMessage(MarkupWriter writer) {
throw new UncheckedException();
}
}
thanks.
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
-
To unsubscribe, e-mail: users-uns
completely, I don't think this is possible.
Because the values for those variables are determined from request
params/attributes.
- Original Message
From: manuel aldana
To: Tapestry users
Sent: Sunday, February 8, 2009 7:45:32 PM
Subject: Re: Dynamic Variables in Asset declara
il: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
-
To unsubscribe, e-mail: user
assets folder ->
http://x/assets/.
Jonathan O'Connor schrieb:
Manuel,
look at the AssetDispatcher class. That will clear up a lot of
problems, I think.
Ciao,
Jonathan
On 06/02/2009 00:49, manuel aldana wrote:
hi,
want to create a new asset-type, which makes images availa
rs or to webapp-context?
thanks a lot.
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail:
dary space for Tapestry
projects that can't be part of the project distribution itself, while
providing a more consistent set of resources (Bamboo CI, JIRA,
Confluence Wiki).
On Mon, Feb 2, 2009 at 2:44 AM, manuel aldana wrote:
Hi,
what is the general strategy for tapestry when it com
Hi,
what is the general strategy for tapestry when it comes to using own
modules vs. adding "similar-behaving" third party ones?
take the sample, where I need a asset-type which is based on URL
(currently tapestry supports only context and relative path). As
mentioned in https://issues.apach
the team. Every time I look an
the Tapestry source code for something, I am impressed by how clean the code
looks.
Many commercial projects could learn a thing or two from Tapestry :o)
regards,
Onno
On Fri, Jan 30, 2009 at 5:35 PM, manuel aldana wrote:
This confirms my gut feeling
This confirms my gut feelings that tapestry framework itself is not only
good but also its codebase :)
http://nemo.sonar.codehaus.org/project/index/org.apache.tapestry:tapestry-project
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
ces; these allow you to dynamically read and update an
expression on any object; it doesn't even have to be a component.
So propertyConduitSource.create(foo.getClass(), "stuff").set(foo,
"mojo") will create a PC for the "stuff" property and update it.
On Tue,
plates for setting @Property fields?
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mai
t.
I guess we all have a threshold for "code magic". Mine is pretty
high, I like all the magic and meta-programming that Tapestry does,
but sounds like your threshold is a bit higher than mine.
On Mon, Jan 26, 2009 at 1:00 PM, manuel aldana wrote:
hi,
the Loop component is us
;
Item listItem;
...
//getter+setters
}
Why is tapestry not holding/creating the listItem local-var on the fly
itself, instead of forcing to create a duplicated local variable
(listItem is derived from listItems) inside the page class?
--
manuel aldana
ald...@gmx.de
software-engineering blog
cool, is there some documentation how to use it or do I need to reverse
engineer from the sources?
Davor Miku schrieb:
You can try this one:
http://code.google.com/p/tapestry5-treegrid/
On Mon, Jan 26, 2009 at 2:55 PM, manuel aldana wrote:
hi,
I want to introduce a component which
look whether I could use an existing component for that but I
haven't found any. Does such a tree-structure display component exist
already?
thanks.
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-onli
with Maven (I'm not using it).
On Fri, Jan 23, 2009 at 12:04 AM, manuel aldana wrote:
hi,
sorry if I am posting framework-unrelated ide related stuff, but I guess
you can help more and I am sure some of you are IntelliJ users and maybe
have had similar problem.
Unfortunately Intelli
utput folder. Other
resources (e.g. properties are copied to output correctly). I looked at
setting whether I accidently set a filter, but did not find any.
I am using IntelliJ 8.0.1 with maven setup, .tml files are bound to
XML-type.
--
manuel aldana
ald...@gmx.de
software-engineering blog:
our layout-concept
directly as a page (see starter mail of thread). But I see now it is not
a good idea, so will go for layout as a component :)
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
--
Thiago H. de Paula Figueiredo schrieb:
Em Wed, 21 Jan 2009 21:30:42 -0300, manuel aldana
escreveu:
looking at this layout injection pattern, i wonder whether a normal
template, which references the dynamic site-parts directly wouldn't
be even easier (i at least find it more intuiti
itself is not exposed as page but as component.
manuel aldana schrieb:
thanks for the link.
looking at this layout injection pattern, i wonder whether a normal
template, which references the dynamic site-parts directly wouldn't be
even easier (i at least find it more intuitive as usin
ki.apache.org/tapestry/Tapestry5Layoutcomponent
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-
sorry... there was a discussion about this already
(http://www.mail-archive.com/users@tapestry.apache.org/msg17682.html),
but found it later as posting...
Just tell if information of above thread is out of date and tapestry
templates approach changed in latest tapestry.
manuel aldana
include another dynamic site part, like navigation bar on
the left side (would be another .tml template)? All examples I have seen
only play with one layout "injection" (main page content).
thanks.
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana
Generally, if you're new to tapestry and have not much tapestry 4 code,
you should go for tapestry 5.
christian bösch schrieb:
Hi Everyone,
I'm a new Tapestry user. I like tapestry it's very easy to build java
webapplications. But i have one little problem.
[...]
--
ma
ay to put this (tapestry wiki, or directly to
tapestry site-documentation)?
thanks.
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apach
92 matches
Mail list logo