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
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
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
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
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
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
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.
--
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,
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
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
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
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
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
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
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
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"
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
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
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
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
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:
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)
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
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
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
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
26 matches
Mail list logo