Re: workaround for hibernate-module problem (ValueEncoderSource contribution)

2009-05-03 Thread manuel aldana
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

workaround for hibernate-module problem (ValueEncoderSource contribution)

2009-05-03 Thread manuel aldana
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

[docs improvement] Make integration tests live

2009-05-03 Thread manuel aldana
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

Re: [integration-test apps] problems with starting them standalone

2009-05-02 Thread manuel aldana
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

Re: [integration-test apps] problems with starting them standalone

2009-05-02 Thread manuel aldana
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

Re: [integration-test apps] problems with starting them standalone

2009-05-02 Thread manuel aldana
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

Re: Solving the T5 Documentation Dilemma

2009-05-01 Thread manuel aldana
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

[integration-test apps] problems with starting them standalone

2009-05-01 Thread manuel aldana
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

[bean-edit-form] Render + binding list elements

2009-05-01 Thread manuel aldana
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

Re: Solving the T5 Documentation Dilemma

2009-05-01 Thread manuel aldana
(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

Re: T5: What is NOT beautiful about Tapestry?

2009-04-29 Thread manuel aldana
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

Re: [tap-ioc] passing a set of autobuild types to bind()

2009-04-21 Thread manuel aldana
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

Re: [tap-ioc] point of injection

2009-04-21 Thread manuel aldana
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

Re: [tap-ioc] point of injection

2009-04-21 Thread manuel aldana
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

Re: [tap-ioc] passing a set of autobuild types to bind()

2009-04-21 Thread manuel aldana
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

Re: [tap-ioc] passing a set of autobuild types to bind()

2009-04-20 Thread manuel aldana
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

Re: [tap-ioc] point of injection

2009-04-20 Thread manuel aldana
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

[tap-ioc] passing a set of autobuild types to bind()

2009-04-20 Thread manuel aldana
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

[tap-ioc] point of injection

2009-04-20 Thread manuel aldana
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

[tapestry-hibernate] ignoring certain fields to be O/R mapped

2009-04-19 Thread manuel aldana
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

Re: [bean-edit-form] make a sub-set of parameters visible but not editable

2009-04-18 Thread manuel aldana
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

Re: [bean-edit-form] make a sub-set of parameters visible but not editable

2009-04-18 Thread manuel aldana
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

Re: [bean-edit-form] make a sub-set of parameters visible but not editable

2009-04-18 Thread manuel aldana
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

[bean-edit-form] make a sub-set of parameters visible but not editable

2009-04-18 Thread manuel aldana
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

Re: "User" service?

2009-04-09 Thread manuel aldana
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

[bean-grid] master->detail flow with lightbox effect

2009-04-09 Thread manuel aldana
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

Re: [bean-edit-form] error with constructor and enum param

2009-04-07 Thread manuel aldana
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

[bean-edit-form] error with constructor and enum param

2009-04-07 Thread manuel aldana
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

Re: [grid-component] javascript style for ordering rows

2009-04-06 Thread manuel aldana
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"

Re: Tapestry 5.1.0.2 and tapestry-spring-security 2.0.1

2009-04-06 Thread manuel aldana
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 :)

Re: Start.tml behaviour?

2009-04-05 Thread manuel aldana
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:

[localization] reusing facilities for enum-names

2009-04-05 Thread manuel aldana
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

Re: [grid-component] javascript style for ordering rows

2009-04-05 Thread manuel aldana
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

[intellij support] how to faster update webapp-content?

2009-04-05 Thread manuel aldana
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

[grid-component] javascript style for ordering rows

2009-04-05 Thread manuel aldana
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

Re: make Start page default for page subfolder

2009-03-29 Thread manuel aldana
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

make Start page default for page subfolder

2009-03-29 Thread manuel aldana
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

Re: Image Asset Help Needed

2009-03-11 Thread manuel aldana
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)

Re: Implication of client side redirect

2009-03-11 Thread manuel aldana
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

Re: problem tapestry-spring-security plugin: UserDetailsService implementation not found

2009-03-08 Thread manuel aldana
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

problem tapestry-spring-security plugin: UserDetailsService implementation not found

2009-03-08 Thread manuel aldana
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

Re: Page navigation passed value not displayed (@InjectPage style)

2009-03-07 Thread manuel aldana
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

Re: Page navigation passed value not displayed (@InjectPage style)

2009-03-07 Thread manuel aldana
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 -

Re: Page navigation passed value not displayed (@InjectPage style)

2009-03-06 Thread manuel aldana
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

Re: Page navigation passed value not displayed (@InjectPage style)

2009-03-06 Thread manuel aldana
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

Re: Page navigation passed value not displayed (@InjectPage style)

2009-03-06 Thread manuel aldana
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 ---

Re: Tapestry way for email-templates

2009-03-06 Thread manuel aldana
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

Re: Page navigation passed value not displayed (@InjectPage style)

2009-03-05 Thread manuel aldana
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

Re: Tapestry 5.1: Wait for Page

2009-03-05 Thread manuel aldana
-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

Page navigation passed value not displayed (@InjectPage style)

2009-03-05 Thread manuel aldana
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

Re: Tapestry way for email-templates

2009-03-05 Thread manuel aldana
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,

Tapestry way for email-templates

2009-03-05 Thread manuel aldana
. -- 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

Re: how to realize subdomain app areas?

2009-03-01 Thread manuel aldana
/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

Re: how to realize subdomain app areas?

2009-03-01 Thread manuel aldana
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 ---

how to realize subdomain app areas?

2009-03-01 Thread manuel aldana
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

Re: T5: accessing assets/files using apache httpd instead of tomcat

2009-02-27 Thread 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

Re: assets in src/main/resources (classpath?) vs. src/main/webapp (context?)

2009-02-26 Thread manuel aldana
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

Re: [OT] By boss decided

2009-02-18 Thread manuel 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

Re: IntelliJ 8.1 + jetty-plugin, make it work

2009-02-17 Thread manuel aldana
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

IntelliJ 8.1 + jetty-plugin, make it work

2009-02-16 Thread manuel aldana
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

Re: T5: PageTester and services in AppModule

2009-02-15 Thread manuel aldana
-- 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

Re: @Property convention (private field bad for testing)

2009-02-13 Thread manuel aldana
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:

@Property convention (private field bad for testing)

2009-02-13 Thread manuel aldana
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

Re: T5: Intellij 8.1 and template live reloading

2009-02-13 Thread manuel aldana
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

[T5] filter on parameters

2009-02-12 Thread manuel aldana
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

Re: [ANN] JumpStart 4.2 released - deploy to Tomcat too!

2009-02-09 Thread manuel aldana
://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

Re: Looking for 'magic RuntimeException wrapper' after component throws checked Exception

2009-02-09 Thread manuel aldana
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

Looking for 'magic RuntimeException wrapper' after component throws checked Exception

2009-02-09 Thread manuel aldana
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

Re: Dynamic Variables in Asset declarations

2009-02-08 Thread manuel aldana
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

Re: Dynamic Variables in Asset declarations

2009-02-08 Thread manuel aldana
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

Re: [T5] filesystem asset problems

2009-02-07 Thread manuel aldana
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

[T5] filesystem asset problems

2009-02-05 Thread manuel aldana
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:

Re: [T5] strategy of tapestry-core vs. third-party modules

2009-02-02 Thread manuel aldana
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

[T5] strategy of tapestry-core vs. third-party modules

2009-02-02 Thread manuel aldana
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

Re: [T5] metrics about tapestry-5 codebase quality

2009-02-01 Thread manuel aldana
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

[T5] metrics about tapestry-5 codebase quality

2009-01-30 Thread manuel aldana
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

Re: [T5] programmatically setting/getting @Property values

2009-01-27 Thread manuel aldana
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,

[T5] programmatically setting/getting @Property values

2009-01-27 Thread manuel aldana
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

Re: [T5] loop component -> t:value local variable

2009-01-26 Thread manuel aldana
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

[T5] loop component -> t:value local variable

2009-01-26 Thread manuel aldana
; 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

Re: [T5] component for displaying tree like structure

2009-01-26 Thread manuel aldana
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

[T5] component for displaying tree like structure

2009-01-26 Thread manuel aldana
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

Re: [T5] .tml files not recognized in IntelliJ

2009-01-22 Thread manuel aldana
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

[T5] .tml files not recognized in IntelliJ

2009-01-22 Thread manuel aldana
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:

Re: [T5] Layout component: resolving unclarities

2009-01-21 Thread manuel aldana
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 --

Re: [T5] Layout component: resolving unclarities

2009-01-21 Thread manuel aldana
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

Re: [T5] Layout component: resolving unclarities

2009-01-21 Thread manuel aldana
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

Re: [T5] Layout component: resolving unclarities

2009-01-21 Thread manuel aldana
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-

Re: [T5] Layout component: resolving unclarities

2009-01-20 Thread manuel aldana
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

[T5] Layout component: resolving unclarities

2009-01-20 Thread 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

Re: T4: IE Select options to small

2008-12-30 Thread manuel 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

[T5] codebase question: transform of methods/classes

2008-12-28 Thread manuel aldana
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