Re: how to start learn T5.2.x?

2010-03-28 Thread oliver lee
thank you so much,Igor Drobiazko! follow your instruction ,i close the tapestry-hibernate* project in my eclipse workspace, then i can run the tutorial1 project successfully! i wonder why i have to close the tapestry-hibernate* project, the tutorial1 project or the t-h project got problem??

Re: how to start learn T5.2.x?

2010-03-28 Thread Igor Drobiazko
Tapestry IoC searches for the MANIFEST.MF inside a JAR. If the manifest entry is available, its value is interpreted as a comma separated list of module classes. Read [1] for more details. When tapestry-hibernate-core is built a MANIFEST.MF is created with manifest-jar-plugin [2]. In your eclipse

Re: easyfckeditor and file upload

2010-03-28 Thread Ville Virtanen
Hi, can you attach the stack trace for further analysis? Also what servlet container are you using to run software? -Ville Tomek-28 wrote: Hi, i need to integrate a WYSIWYG editor to my website. I found only 2 projects that integrate fckeditor with tapestry 5 - ChenilleKit and

Re: Autocomplete mixin css

2010-03-28 Thread based2
https://addons.mozilla.org/fr/firefox/addon/60 Bryan Lewis-5 wrote: http://tapestry.apache.org/tapestry5/guide/css.html Basically, you'll look at Tapestry's built-in stylesheet -- default.css in the org.apache.tapestry5 folder of tapestry-core-5.1.0.5.jar or whatever version you have --

Re: how to start learn T5.2.x?

2010-03-28 Thread Ulrich Stärk
Or even easier: add the modules to your command line parameters: -Dtapestry.modules=org.apache.tapestry5.hibernate.HibernateModule,org.apache.tapestry5.hibernate.HibernateCoreModule Uli On 28.03.2010 10:26, Igor Drobiazko wrote: Tapestry IoC searches for the MANIFEST.MF inside a JAR. If the

Re: [ANNOUNCEMENT] Tapestry-resteasy 0.0.1 released!

2010-03-28 Thread Alejandro Scandroli
It's done! The (yet to be released) tapestry-resteasy 0.2.0 is droppinable, just drop it in and run. It doesn't need any web.xml configuration at all. Cheers! Alejandro. On Fri, Jan 22, 2010 at 8:07 PM, Kalle Korhonen kalle.o.korho...@gmail.com wrote: On Fri, Jan 22, 2010 at 10:49 AM, Howard