Hi, Aarrgh - I think is the correct statement.
A simple explaination is that the Antelope is generally created by taking the bits we want to open source from much bigger Anite applications - now those missing files are sat in the other application. I am quite busy and won't have time for a few days to sort through and locate them and fix it all. On the back button. This is a trick we have added to turbine to let us control the back button. What happens is if you press back the SessionValidator detects this and redirects you back to the task list. The reason you would want to do this it in workflow a screen submit can trigger another user doing something - so you can't go back cos it will often be too late. You can disable this behavious per page if you want. On Why workflow is useful. Firstly it is not useful at all and just a pain if you are doing read-only data display. If however you are doing a process where the user does A then B and if it is sunny do D if raining do C and D etc, it control the flow. The GUI designer lets you model the flow as a chart in front of the users. Then the app picks it up. You then implement each screen. Also workflow gives us some toys such as - A Pause Button on each form that let us save unvalidated data can come back later - Ability to assign tasks to users, groups of users, set permissions on a row level dynamically - A PropertySet which works like a HTTPSession but lasts forever and is persisted in the DB (using serializable objects - or if you don't mind the performance hit you can plug in XStream). Workflow is only really useful for systems with a lot of state. Ben On Sat, 8 Jan 2005 00:13:16 +0100, ANSI Webmaster <[EMAIL PROTECTED]> wrote: > Ok for some reason it is working after i used the CVS version instead. Found > that I could get it to work also by given the whole servlets path to > antelope... > > In the workflow explaination pages two files are missing: > EnterExpiryDate > Summary > > Also the workflow stuff is new to me, im not quite sure why it is supposed > to be so much better than before - there is an awful lot of stuff on the > http://tmitwww.tm.tue.nl/research/patterns/ site... Also I've noticed that > if you are at a page, and wants to go back to the prior page - hitting the > back arrow which normally takes you one page back - here you are directed up > to several pages back. Why is that? It doesn't seem like a good idea to me, > users will have to go through all the pages again? > > Hope you can clear up why it is like this now :) > > Regards > /Martin > > -----Original Message----- > From: ANSI Webmaster [mailto:[EMAIL PROTECTED] > Sent: 7. januar 2005 21:56 > To: 'Turbine Users List' > Subject: RE: Duplicate Parameter in Validation.xml file :template.index.vm > .template > > Thats great man, im looking forward to trying out the new version. > > However I tried to download the newest antelope sample, and running it but > it caused an error when trying to access the http://localhost:8080/antelope/ > > [2005-01-07 21:43:04,437][http-8080-Processor25] ERROR > com.anite.meercat.PersistenceTidyUpFilter - FilterChain generate > > d an error > > org.apache.jasper.JasperException > > at > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:3 > 72) > > at > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292) > > at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application > FilterChain.java:237) > > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh > ain.java:157) > > at > com.anite.meercat.PersistenceTidyUpFilter.doFilter(PersistenceTidyUpFilter.j > ava:76) > > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application > FilterChain.java:186) > > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh > ain.java:157) > > at > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja > va:214) > > at > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex > t.java:104) > > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) > > at > org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContext > Valve.java:198) > > at > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja > va:152) > > at > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex > t.java:104) > > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) > > at > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137 > ) > > at > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex > t.java:104) > > at > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118 > ) > > at > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex > t.java:102) > > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) > > at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java > :109) > > at > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex > t.java:104) > > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) > > at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) > > at > org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) > > at > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799) > > at > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne > ction(Http11Protocol.java:705) > > at > org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577) > > at > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav > a:683) > > at java.lang.Thread.run(Thread.java:534) > > Why is that? > > Besides whats up with all the deprecated warnings? I get many of the kind, > like: > > The method doPerform(RunData) from the type TemplateSessionValidator is > deprecated > > AntelopeSessionValidator.java > antelope/src/java/com/anite/antelope/modules/actions > > line 55 7. januar 2005 20:40:42 > > Cheers > > /Martin > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks Ben --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]