Palette and Link Submit (T4.1.1)

2007-03-27 Thread Vladimir
Hi All! I have "small" problem with Tapestry Palette and LinkSubmit components. When form submitted by pure Submit button all options on right side of palette (selected elements) saves normally during request. (I noticed that they all become selected before submit). But when form submits by Lin

AW: I thought this was a newsgroup about Tapestry ;-)

2007-03-27 Thread Peter Schröder
there is no need to download anything. you can just use your local repo. perhaps you may even share your repo through some local network (didnt try that though). mvn -o should start maven in offline mode... -Ursprüngliche Nachricht- Von: Jan Vissers [mailto:[EMAIL PROTECTED] Gesendet:

AW: Tapestry: implicit component reference not passing parameter

2007-03-27 Thread Peter Schröder
hi, you have to mark your attribute as a parameter. you can do this bye adding a tag to you jwc or by using the @Parameter annotation. you should avoid using private members in you component classes. -Ursprüngliche Nachricht- Von: bhomass [mailto:[EMAIL PROTECTED] Gesendet: Dienstag,

Re: I thought this was a newsgroup about Tapestry ;-)

2007-03-27 Thread Jesse Kuhnert
What do you really expect Howard to say that you didn't read in TSS link posted earlier in this thread? At this point this conversation is redundant and annoying. Everyone is free to develop their software however they like, please allow us the same courtesy. On 3/28/07, Jan Vissers <[EMAIL PROT

Re: I thought this was a newsgroup about Tapestry ;-)

2007-03-27 Thread Jan Vissers
> but I think there's tremendous value in imposing some sort of > standard build lifecycle and directory structure, not to mention > transitive > dependency management. Sure - but in my opinion this shouldn't be imposed by a web application framework. I should be able to decide whether to use Mav

How to set pages to the different folder

2007-03-27 Thread Stony Zhang
Hi everyone, Now I want to organize my folder structure, and I don't wish all page in the same folder. Then I new a folder, and add some page files(html files too) to the new folder, But I can't access the pages in the new folder! Anyone can tell me how to solve it? Thanks Stony

Re: I thought this was a newsgroup about Tapestry ;-)

2007-03-27 Thread Konstantin Ignatyev
--- Borut Bolčina <[EMAIL PROTECTED]> wrote: > Hello, > > Konstantin Ignatyev wrote: > > http://www.bileblog.org/?p=59 > This pretty insulting blog was posted on July 17th, > 2005. > Insulting, but pretty damn valid IMO to this day (Mar-27-2007). > I share my oppinion with > http://www.these

Re: Extendet ValidationDelegate not used

2007-03-27 Thread andyhot
Are you sure you made your form use that bean? jwcid="@Form" delegate="bean:delegate" ? Skorpien126 wrote: Hmm I´ve a strange behaviour in my app... I´ve build an own ValidationDelegate because I want to display the errorMessage in the Label. Therefor I thought ... extend a Subclass (http://tap

Re: I thought this was a newsgroup about Tapestry ;-)

2007-03-27 Thread Miguel Angel Hernández
I find maven extremely useful, not only for my own projects. But also for building fresh checkouts from other os projects. Its really time saving and handy. We are currently working in a multimodule project using maven and it's working charmingly. On 3/27/07, D&J Gredler <[EMAIL PROTECTED]> wrote

Re: I thought this was a newsgroup about Tapestry ;-)

2007-03-27 Thread D&J Gredler
I wasn't a very big fan of Maven 1, but I really like Maven 2. I've spent a couple of days in the aggregate tearing my hair out over various Maven 2 quirks, but I think there's tremendous value in imposing some sort of standard build lifecycle and directory structure, not to mention transitive dep

Extendet ValidationDelegate not used

2007-03-27 Thread Skorpien126
Hmm I´ve a strange behaviour in my app... I´ve build an own ValidationDelegate because I want to display the errorMessage in the Label. Therefor I thought ... extend a Subclass (http://tapestry.apache.org/tapestry4.1/usersguide/validation.html) should be easy. My subclass extends from the orginal

Re: I thought this was a newsgroup about Tapestry ;-)

2007-03-27 Thread Borut Bolčina
Hello, Konstantin Ignatyev wrote: http://www.bileblog.org/?p=59 This pretty insulting blog was posted on July 17th, 2005. I share my oppinion with http://www.theserverside.com/news/thread.tss?thread_id=44285#227686 Best, Borut P.S. This thread is a paradox, quite funny.

Solution: Re: [T5]yet another question on ASO configuration

2007-03-27 Thread Arnon Klein
Answering my own question: The class field that was supposed to use the ASO was annotated with @Inject. After carefully re-reading the docs, it seems that using @ApplicationState is the right thing to do... Once the ASO field is accessed, contributeApplicationStateManager() gets magically invoked.

[announce] @EventListener form autowiring

2007-03-27 Thread Jesse Kuhnert
I just made a few changes - that are currently deploying to the maven repos - to the EventListener annotation such that any targeted components that implement IFormComponent will automatically be wired to submit that form instead of having to know and specify the formId manually via submitForm = "

[T5] Is there a tapestry5 application example?

2007-03-27 Thread Arnon Klein
I know that T5 is still alpha, but we're considering several web frameworks, and there's a need for some executable example code to serve as a reference, and a template for creating our own t5 spike app. Is there something that can be shared? Arnon

Re: T5: maven build error

2007-03-27 Thread Stephan Schwab
Howard Lewis Ship wrote: > > Which version do you use? I've head rumors that 0.0.10 is unstable, > so I've been holding back at 0.0.9. We use 0.0.10 of the M2Eclipse plugin since a few months. First we built it from SVN and then switched to the released version. No problems so far. But there w

[T5]yet another question on ASO configuration

2007-03-27 Thread Arnon Klein
Hi! Following the user guide about ASO, I've written a method to define an ASO creator. After getting it compiled (found the typo...), it still doesn't get called at runtime. what's missing? public void contributeApplicationStateManager(MappedConfiguration configuration) { Applicatio

Tapestry: implicit component reference not passing parameter

2007-03-27 Thread bhomass
I made an implicit component reference in a html template and set a parameter value for it. in EntityElement.jwc, I have the following code public abstract class EntityElement extends AbstractComponent { private String m_tablename; public String getTableName(){

Re: I thought this was a newsgroup about Tapestry ;-)

2007-03-27 Thread Konstantin Ignatyev
Maven is very much like Windows and Project Wizards - does work fine till we need something slightly different than "they" think we would need. For example I think that: Much praised transitive dependencies in Maven 2 is simply abomination because it makes build dependent on repository content.

Re: I thought this was a newsgroup about Tapestry ;-)

2007-03-27 Thread Jan Vissers
What's more - suppose I want to create a web application, consisting of several (Eclipse) projects reflecting my application layering. Using Maven I first have to figure out how to setup multimodule applications and then wait whether this is indeed working properly in the specific Maven version

Re: I thought this was a newsgroup about Tapestry ;-)

2007-03-27 Thread Jan Vissers
Just created a new Tapestry 5 app and am not sure whether things completed ok. Maven is given me the following feedback: [INFO] Created: 20 parsers. [INFO] Velocimacro : initialization starting. [INFO] Velocimacro : adding VMs from VM library template : VM_global_library.vm [ERROR] ResourceMana

Re: I thought this was a newsgroup about Tapestry ;-)

2007-03-27 Thread Renat Zubairov
Hi I would disagree. Maven (especially version 2) is a very nice framework that really simplify project structure and development practices. It has some issues in the dynamic projects like tapestry5 but in general it works very well (which is reflected by the number of projects build by maven).

Re: I thought this was a newsgroup about Tapestry ;-)

2007-03-27 Thread Robin Ericsson
On 3/27/07, Jan Vissers <[EMAIL PROTECTED]> wrote: Is it me, or is the amount of maven related posts steadily growing I hope T5 will not be dependent on Maven, or will it? Development of, currently yes. Development with, currently no. -- regards, Robin -

Re: I thought this was a newsgroup about Tapestry ;-)

2007-03-27 Thread Konstantin Ignatyev
Good catch. Maven has good idea behind but not too good implementation :) I think that inventor of Jelly simply can not produce anything useable :( I wish Howard used good-old Ant + Ivy for dependency management and publishing: just a bit more work initially but them it all just works... --- J

I thought this was a newsgroup about Tapestry ;-)

2007-03-27 Thread Jan Vissers
Is it me, or is the amount of maven related posts steadily growing I hope T5 will not be dependent on Maven, or will it? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How are post variables converted to objects?

2007-03-27 Thread mxc
Hi all, I am new to tapestry and trying to write a component. The component is basically a drop down box which will be used to filter the results of a database query. The reason I want it as a component is that it will be used on many pages. I am also using this to understand tapestry better so I

Palette and Link Submit (T4.1.1)

2007-03-27 Thread Vladimir
Hi All! I have "small" problem with Tapestry Palette and LinkSubmit components. When form submitted by pure Submit button all options on right side of palette (selected elements) saves normally during request. (I noticed that they all become selected before submit). But when form submits by L

Re: error in quickstart

2007-03-27 Thread Massimo Lusetti
On 3/27/07, Peter Schröder <[EMAIL PROTECTED]> wrote: hi howard, i just tried to run the T5 example from http://tapestry.apache.org/tapestry5/quickstart/ this did not work for me with 5.0.3, cause the AppModule missed some annotations (Id, Contribute), so i changed to 5.0.2 wich worked well.

Maven2 - Jetty - com.sybase.jdbc3.jdbc.SybDriver - JNDI Services

2007-03-27 Thread Bruno Mignoni
I want to use JNDI Services with Jetty + Maven2 + Eclipse + Tapestry 4.0.2 + com.sybase.jdbc3.jdbc.SybDriver Do i need to include dependencies? -- __ Bruno Mignoni [EMAIL PROTECTED]

[CORRECTION] Re: @EventListener in Border (in and out of TabContainer)

2007-03-27 Thread Borut Bolčina
@EventListener(elements = "footerText", events = "onclick") in Border.java also doesn't get called as no appropriate _javascript_ is generated. Only tapestry.cleanConnect(dojo.byId("xxx"), "onmouseover", "event1707250979"); tapestry.event1707250979=function(e){ var content={beventname:"onmouse

@EventListener in Border (in and out of TabContainer)

2007-03-27 Thread Borut Bolčina
Hello, Why is this java method *not* invoked: ### Border.java ### @EventListener(elements = "tab1", events = "onclick") public void tab1Clicked() { logger.info("tab1 clicked"); } ...and this one *is*. @EventListener(elements = "footerText", events = "onclick") public

IFormComponent questions

2007-03-27 Thread Martino Piccinato
Is IFormComponent interface intended to be used also for form "chunks" meaning for components representing certain input fields aggregation? Imagine we have a ContactForm component used in different pages to gather phone numbers, emails etc (just simple a simple TextField components aggregate) usi

Re: T5: maven build error

2007-03-27 Thread Jun Tsai
I think Tapestry should use other build system such as ivy. 2007/3/27, Howard Lewis Ship <[EMAIL PROTECTED]>: Which version do you use? I've head rumors that 0.0.10 is unstable, so I've been holding back at 0.0.9. On 3/26/07, Celia Mou <[EMAIL PROTECTED]> wrote: > Hi, has anyone tried to build