Re: Tapestry Component Report 5.3

2012-01-25 Thread Igor Drobiazko
Starting with 5.3, the component report has been replaced by Tapestry's JavaDoc taglets. Read here: http://blog.tapestry5.de/index.php/2011/11/09/javadoc-plugin-for-component-reference-documentation/ If you still prefer to use the component report, it's should be possible to use 5.2.6 for 5.3 app

Re: Use Translator

2012-01-25 Thread resign
hi, i want to say "THANKS" for help. Unfortunately it was not possible to get this thing to run, so i made an work around. It now works, the problem was - no communication between developers bye Live long and prosper! -- View this message in context: http://tapestry.1045711.n5.nabble.com/Us

A question about the MappedConfiguration add/override

2012-01-25 Thread Sigbjørn Tvedt
Hi. I am trying to integrate tapestry5-ckeditor(1) in the quickstart examples, but I have a problem figuring out how tapestry is adding/updating the application_version key. In the AppModule, application_version is added by using override(x,y). In the DevelopmentModule, application_version is add

Re: Tapestry Component Report 5.3

2012-01-25 Thread Gerold Glaser
Hi Igor! Thank you very much. That is exactly what I was searching for. The doc on the tapestry page was confusing for me: http://tapestry.apache.org/component-report.html because it shows an example for tapestry5.3 2012/1/25 Igor Drobiazko > Starting with 5.3, the component report has been

Re: OnEvent Action Handler Without Template

2012-01-25 Thread Thiago H. de Paula Figueiredo
On Wed, 25 Jan 2012 04:33:41 -0200, MarcelS wrote: Greetings, Hi! My problem is that the action handler doesn't seem to be visible, even though the event method is annotated with the OnEvent annotation. You should create the event URL by @Inject'ing ComponentResources and using its crea

Re: A question about the MappedConfiguration add/override

2012-01-25 Thread Howard Lewis Ship
You can only override a key that has been added, and only provide a single override for any key. Processing goes in two steps: first the adds are applied, then the overrides. In any case, I'm very confident about the code and tests for this logic, so if you open a JIRA, be sure to include a test

jsp & jstl in tapestry

2012-01-25 Thread csckid
Is it possible to write jstl or use jsp tag in tapestry? -- View this message in context: http://tapestry.1045711.n5.nabble.com/jsp-jstl-in-tapestry-tp5430730p5430730.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: jsp & jstl in tapestry

2012-01-25 Thread Lutz Hühnken
Short answer: no. Long answer: well, you know, "impossible is nothing". I you really must, you could probably "mix" Tapestry templates and JSP pages in the same application, but I cannot think of a good reason why one should attempt this. What are you trying to achieve? Why not use just Tapestry,

Re: jsp & jstl in tapestry

2012-01-25 Thread Thiago H. de Paula Figueiredo
On Wed, 25 Jan 2012 14:53:53 -0200, csckid wrote: Is it possible to write jstl or use jsp tag in tapestry? No, and like Lutz, I just can's see why would someone do that. Why do you want that, csckid? -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 and Hibernate consul

Re: jsp & jstl in tapestry

2012-01-25 Thread csckid
there are few things which will take time if I do it with tapestry. I mean I am quite beginner with tapestry and didn't feel like researching. But with jsp I guess I can do it quickly. In my country tapestry job is very very few. Most of the companies uses jsf. I really wonder whether I made the

Re: jsp & jstl in tapestry

2012-01-25 Thread Taha Hafeez Siddiqi
Hi Well, your tapestry question has already been answered but I will answer your apprehension about Tapestry related work. Where I live, there is no tapestry work (Kashmir, India) but I get a lot of work related to tapestry on internet. I think less people using Tapestry is an advantage rather

Re: jsp & jstl in tapestry

2012-01-25 Thread Thiago H. de Paula Figueiredo
On Wed, 25 Jan 2012 15:21:34 -0200, csckid wrote: there are few things which will take time if I do it with tapestry. I mean I am quite beginner with tapestry and didn't feel like researching. But with jsp I guess I can do it quickly. Examples please. ;) -- Thiago H. de Paula Figueiredo I

Re: jsp & jstl in tapestry

2012-01-25 Thread csckid
Thiago I guess doing things using tapestry will be lot easier than jsp. The thing is I haven't yet worked on javascript in tapestry, so it looks little complicated to me. Moreover, as I have already mentioned my country doesn't have much/or may be none at all jobs. So, I am in a doubt these day

Re: jsp & jstl in tapestry

2012-01-25 Thread Thiago H. de Paula Figueiredo
On Wed, 25 Jan 2012 17:00:50 -0200, csckid wrote: Thiago I guess doing things using tapestry will be lot easier than jsp. The thing is I haven't yet worked on javascript in tapestry, so it looks little complicated to me. Everything about JavaScript you can do in JSP you can do in Tape

Re: Want locale to be part of every uri

2012-01-25 Thread Lutz Hühnken
Hi Nillehammer, I was facing the same task and took the liberty of using your code - works like a charm! Thanks for that! One thing though... it will redirect with a "302 - Found" code, while I need it to return a "301 - moved permanently". Maybe it's because it is late, but I can't seem to figu

Passing parameters dynamically to jquery dialog

2012-01-25 Thread Russell John-Baptistr
trying to wrap my brain around how I should pass IDs from my jquery.dialogajaxlink to my jquery.dialog. I am using query builder to build a list of hosts. I can display the id and other host information of each host, per row. However whenever the delete dialog box is called via clicking "delete"

Re: Passing parameters dynamically to jquery dialog

2012-01-25 Thread François Facon
Hi Did you check the code related to http://tapestry5-jquery.com/core/docsgrid? 2012/1/25 Russell John-Baptistr : > trying to wrap my brain around how I should pass IDs from my > jquery.dialogajaxlink to my jquery.dialog. > > I am using query builder to build a list of hosts. I can display the i

Re: A question about the MappedConfiguration add/override

2012-01-25 Thread Sigbjørn Tvedt
You are correct about the processing. The thing that threw me off track is that the quickstart application mixes where it overrides the symbol. AppModule has a contributeFactoryDefaults where it sets the application version and it says that it is possible to override this further in in the Develop

Re: jsp & jstl in tapestry

2012-01-25 Thread Taha Hafeez Siddiqi
Hi I get work from our mailing list, my github repository(https://github.com/tawus) and my blog (http://tawus.wordpress.com) (Pretty much every time I help tapestry it helps me back :)). A lot of people use guru.com, elance.com, rent-a-coder.com etc. regards Taha On Jan 26, 2012, at 12:30 AM

Re: [tynamo-user] Re: tapestry-resteasy 0.3.0 snapshot stable enough?

2012-01-25 Thread Yohan Yudanara
Hi.. Sorry for the late reply. I've tried using tapestry-resteasy 0.3.0-SNAPSHOT with tapestry 5.3.1. But I've got problem now. When I'm accessing All of my REST URL, I've got this exception: 26 Jan 2012 08:33:26,965 [WARN] core.SynchronousDispatcher Failed executing GET /authentication/challeng

Re: Passing parameters dynamically to jquery dialog

2012-01-25 Thread Taha Hafeez Siddiqi
Hi If your dialog is in some kind of a loop you have to ensure t:clientId is unique for each dialog something like ... Link and then in your java file public String getDialogId(){ return "myDialog" + loopIndex; } regards Taha On Jan 26, 2012, at 2:43 AM, Russell John-Baptistr wrote:

Re: [tynamo-user] Re: tapestry-resteasy 0.3.0 snapshot stable enough?

2012-01-25 Thread Yohan Yudanara
When I'm using tapestry 5.3.1 with tapestry-resteasy 5.2.1, I also get similar exception: org.jboss.resteasy.spi.BadRequestException: content-type was null and expecting to extract a body into public abstract java.lang.String MyAuthentication.requestChallenge(java.lang.Long,java.lang.String)

Re: [tynamo-user] Re: tapestry-resteasy 0.3.0 snapshot stable enough?

2012-01-25 Thread Yohan Yudanara
This error happens when I'm moving @GET, @Produces, @Path annotations from service implementation to service interface. I've tried using tapestry-resteasy 0.2.1 and tapestry 5.2.6 with annotations on service interface, and then the same error happened. When I move the annotations to service imple

Re: [tynamo-user] Re: tapestry-resteasy 0.3.0 snapshot stable enough?

2012-01-25 Thread Yohan Yudanara
After long investigation I realized that I forgot to move @QueryParam annotation to service interface.. :) Now everything works great with Tapestry 5.3.1 and tapestry-resteasy-0.3.0-SNAPSHOT :) On Thu, Jan 26, 2012 at 11:17 AM, Yohan Yudanara wrote: > This error happens when I'm moving @GE

migration / porting idea

2012-01-25 Thread Chris Mylonas
Hi Tap List - Disclaimer: I'm more systems than dev at the moment, but I can fumble my way through J2EE deving and have implemented a standard protocol for telephony signalling in the early 2000's - I'm not pure dev these days because 10 years ago the complexity of java web dev put me off (rea

EventContext.toString() ?

2012-01-25 Thread Gunnar Eketrapp
Hi! Some time ago I suggested to add a toString method to EventContext in order for it to be properly logged by the @Log annotation. I coded a workaround at that time. This was fixed in T5 for some time ago . My old workaround code is still there but now I noticed that @Log Object onA