From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com]
Sent: 09 June 2011 17:44
To: Tapestry users
Subject: Re: Image file upload with Easy FCKEditor
On Thu, 09 Jun 2011 13:25:47 -0300, Alex W. Croton
wrote:
> Hi All,
Hi!
> In Firefox, I get a dialog box informing me that I hav
Hi All,
I posted a question some time ago regarding getting image uploads to work
correctly with FCKEditor, but was pulled off onto another project and therefore
unable to follow up, please accept my apologies.
[previous posts on
http://tapestry.1045711.n5.nabble.com/Image-file-upload-with-Eas
Hi All,
I cannot work out how to get images to upload using the Easy FCKEditor
component in Tapestry.
I have created a fresh project, just to test this, using Tapestry 5.2.4,Easy
FCK Editor 1.0.5 and the server is Tomcat 6.0.26 [currently being run from
Eclipse Helios].
To set this up, I have
Many thanks to all who offered solutions on this one - I think I've got it
cracked now.
My problem was not so much in getting the code for the DAO working, it was the
realisation that I could/needed to inject the Session into the DAO to be able
to 'talk' to Hibernate, and to then inject the DAO
etting Tapestry and Hibernate working via DAO
>
> PersonIndex is a page, probably listing all the people...
> On Oct 1, 2010 8:51 AM, "Alex W. Croton" wrote:
> > So, working through the code; I've built my own Person entity (and
> > created
> it in the db) an
So, working through the code; I've built my own Person entity (and created it
in the db) and have got the first stage of the example code working - I'm now
getting to the 'Commiting Changes' part of the example.
This has the following:
@InjectPage
Private PersonIndex personIndex;
So ... what is
Having now had two replies directing to the same page - which I've looked at
_so many_ times over the last few days that I ought to have my own page counter
- I'm coming to the conclusion that I must be brain dead and looking through
the obvious!
Thanks for the replies - I'll set a new Eclipse
Hi,
I am a real newbie when it comes to Tapestry and even worse than that when it
comes to Hibernate.
I am using Tapestry 5.1.0 and Hibernate 3.3.1 - talking to a MySQL database.
I've got the code from the Tapestry5HowToUseTapestryHibernate working fine, but
in the application that I am puttin