Strategies for the initial page

2010-05-19 Thread oskar_a
Hi, I'm developing an application with T5 (Tomcat, Hibernate+MySQl). And I'm looking for a solution for the initial page. The user shold see the initial page at the first start of the application. On this page he have to create an admin (of the web appication) and set default values. So this is a

Re: Using javax.servlet and tomcat (TapestryFilter cannot be cast to javax.servlet.Filter)

2010-03-02 Thread oskar_a
Thx Jens, works fine :) -- regards oskar titöf wrote: > > use provided in the mvn dependency section when including > the javax.servlet thing... > > > javax.servlet > servlet-api > 2.5 > provided > > > Jens > > -- View this message in context: http://old.nabble.com/Using-javax.servl

Re: Using javax.servlet and tomcat (TapestryFilter cannot be cast to javax.servlet.Filter)

2010-03-02 Thread oskar_a
there is an other way to resolve the client-IP.. -- regards Oskar Thiago H. de Paula Figueiredo wrote: > > On Tue, 02 Mar 2010 15:09:52 -0300, oskar_a > wrote: > >> Hi, > > Hi! > >> I have an Problem using T5 and javax.servlet. I need the javax.servlet to >

Using javax.servlet and tomcat (TapestryFilter cannot be cast to javax.servlet.Filter)

2010-03-02 Thread oskar_a
Hi, I have an Problem using T5 and javax.servlet. I need the javax.servlet to get the client IP (for some click statistics), so I added the servlet-api using maven. But when i try to run my app on tomcat I get an Exception: 02.03.2010 18:57:46 org.apache.catalina.startup.Embedded start INFO: St

Re: Chenillekit hibernate DAO

2010-01-16 Thread oskar_a
> > > > > 2010/1/16 oskar_a > >> >> Hi, >> >> I try to use Chenillekit Hibernate ( >> http://www.chenillekit.org/chenillekit-hibernate/dao_sample.html ). So I >> created an simple DAO like in the Tutorial: UserServiceImpl (its my DAO >&g

Chenillekit hibernate DAO

2010-01-16 Thread oskar_a
Hi, I try to use Chenillekit Hibernate ( http://www.chenillekit.org/chenillekit-hibernate/dao_sample.html ). So I created an simple DAO like in the Tutorial: UserServiceImpl (its my DAO for the User class) that extends AbstractHibernateDAO. But when I try to add an entity in my DB I get errors.

Re: Installing easyfckeditor

2010-01-10 Thread oskar_a
Thx to all, but I solved this problem by creating a new maven-project from tapestry quickstart archetype and addinng the statements in pom.xml. Not really elegant but it works. May be I did some mistakes in maven configuration or something else. -- Regards Oskar -- View this message in context:

Re: Installing easyfckeditor

2010-01-09 Thread oskar_a
favorite browser to > http://kenai.com/svn/t5-easy-fckeditor~maven-release-repository/com/orientimport/t5-easy-fckeditor > to view the releases. > > > oskar_a wrote: >> >> Hi, >> I'm really new in Tapestry and try to install the easyfckeditor component >

Installing easyfckeditor

2010-01-04 Thread oskar_a
Hi, I'm really new in Tapestry and try to install the easyfckeditor component http://code.google.com/p/easyfckeditor/ (I don't used maven to create my project and also don't have the maven eclipse plugin.) I downloaded the jar-file (Tapestry5EasyFckEditor-1.0-Beta-2.jar) and added it to the buil

Re: forward to page after delay

2009-12-05 Thread oskar_a
OMG...thats so easy :jumping: Thanks a lot. Ulrich Stärk wrote: > > http://URL.of/target/page/";> > > Don't forget to provide a link in case the user's browser doesn't follow > redirects. > > Uli > > oskar_a schrieb: >> Hi, >> I

forward to page after delay

2009-12-05 Thread oskar_a
Hi, I m new in tapestry and try to create confirmation page A which redirects to page B after 5 seconds. Something like: "Your login was successful. Now You will be redirected to the indexpage." I tried to realize this in the onActivate() method with Thread.sleep or (java.util.Timer) but it doesn