Re: How to override a service by service id?

2015-11-25 Thread Sven Homburg
Hi rural, have a look at this page http://tapestry.apache.org/ioc-cookbook-overriding-ioc-services.html hope it helps 2015-11-26 2:10 GMT+01:00 Rural Hunter : > I have a service having several implementations with different service ids. > I want to override one of them by its id. I looked aroun

TAP54-SNAPSHOT Maven Repository

2015-02-12 Thread Sven Homburg
Hey folks, is there a TAP54-SNAPSHOT Maven Repository online where i can get the latest build? cheers Sven

Re: 5.4-beta-27 rendered unbalanced elements

2015-02-11 Thread Sven Homburg
hey george, yesterday, jochen commits a fix for that problem 2015-02-11 5:44 GMT+01:00 George Christman : > Hi, I just tried upgrading from 5.4-beta-27 and started receiving the > following exception all over my app. > > *Component vehicles/Index:gridlisting.if_5 has rendered unbalanced > elemen

Re: Asset placement t5.4

2014-05-16 Thread Sven Homburg
Put your layout.css into META-INF/assets/css and call it via @Import(stylesheet = {"css/layout.css"}) thats all 2014-05-08 15:10 GMT+02:00 George Christman : > Hi everyone, I'm getting the following error, > > (AssetSourceImpl.java:188) - Packaging of classpath assets has changed in > release

TAP54 implemnt an ACE editor component

2013-12-30 Thread Sven Homburg
Hi there, i want to implement en ACE editor component in my own library so i drop all ace dist files into META-INV/assets/mylib/ace classpath and wrote the module "editor" (function () { define(["jquery"], function ($) { var aceEditor; aceEditor = function (spec) { var textarea = $('#' + spec.te

Re: Beaneditor bug null property error

2012-01-03 Thread Sven Homburg
The prefered convention in java : instantiate an class before work with it. the documentation advise you only, where it make sense to do this job ;-) with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2012/1/3 felipexz : > Hi Sven.. I read it but

Re: Beaneditor bug null property error

2012-01-03 Thread Sven Homburg
will be referenced in the form. For example, this is a good place to create a temporary entity object to be rendered, or to load an entity from a database to be edited."" with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2012/1/3 felipexz : >

Re: java.lang.IllegalStateException within Mixins

2011-11-20 Thread Sven Homburg
add to you mixin @InjectContainer private ClientElement container; and replace element.getClientId() with container.getClientId() with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2011/11/21 Dmitriy Vsekhvalnov : > Hi all, > >   lo

Re: Conditional CSS

2011-11-16 Thread Sven Homburg
as sample void afterRender() { javaScriptSupport.importStylesheet(new StylesheetLink(ie7Css, new StylesheetOptions("screen").withCondition("IE"))); } with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.co

Re: Runtime.exec()

2011-08-25 Thread Sven Homburg
catch (IOException e) { e.printStackTrace(); } catch (InterruptedException e) { e.printStackTrace(); } } with regards Sven Homburg Founder of the Cheni

Re: Runtime.exec()

2011-08-25 Thread Sven Homburg
tell exec() the absolute path to "pdf2swf" and "namefile.pdf". to get some error messages, use the returned object "Process" and read out the error stream with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2011/8/

More action than only a zone update after form success

2011-07-05 Thread Sven Homburg
t know how to act my own logic like hide formB-zone and show noth submits in formA. Any suggestions? with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org - To unsubscribe, e-mail: u

Re: Hibernate-Search

2011-06-01 Thread Sven Homburg
extSession(sessionManager.getSession()); } with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2011/6/1 Mark : > I'm working on a project where I want to user Hibernate-Search (uses > lucene queries and analyzers for stemming, etc.).  However,

Re: Query string

2011-04-27 Thread Sven Homburg
@Inject private Request request; somewhere in the page code String parameter = request.getParameter("parameter-name"); with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2011/4/27 Tim Koop : > I have some third party code t

Re: Firefox 4 does not handle onSelectFrom...

2011-04-26 Thread Sven Homburg
If this should come true, we need no longer afraid of 21 December 2012 ! with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2011/4/26 AlbertoAlmagro : > Hi, > > I have been trying for hours to find out what is happing with > onSele

Re: Questions: Chenillekit-reports, Services

2011-03-17 Thread Sven Homburg
L()); } catch (MalformedURLException e) { throw new RuntimeException(e); } } with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2011/3/17 degressor : > Hi,

Re: Discussion- the verdict

2011-01-12 Thread Sven Homburg
George, we wish you a nice journey with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2011/1/12 George Banus : > Hi Guys, > > I gave up on Tapestry. This was based on the overwhelmingly negative > comments I've been reading abou

Re: attn howard: live reloading breaking using jetty

2011-01-11 Thread Sven Homburg
since using tapestry, there is more time for gaming ;-) with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2011/1/11 Thiago H. de Paula Figueiredo : > Take a look at > http://docs.codehaus.org/display/JETTY/Files+locked+on+Windows. One more &g

Re: Updating a CheckBox Value via Ajax Call

2010-12-13 Thread Sven Homburg
Have a nice day with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/12/13 alanhay : > > Okay, no-one can help with this? > > That's why I will probably never use this framework again: the almost > complete lack of any ass

Re: Tapestry-Hibernate

2010-12-02 Thread Sven Homburg
here is a very very simple demo apllication (maven-ized) http://www.chenillekit.org/tap5hib36.tar.gz unzip that achive, step into the "tap5hib36" folder and start "mvn jetty:run" from command line and point your browser to "http://localhost:8080/taphib-demo/"; wit

Re: chenillekit-quartz 1.3.0 Service 'QuartzSchedulerManager'

2010-11-18 Thread Sven Homburg
configuration.add("configuration", file.toURI().toURL()); } catch (MalformedURLException e) { throw new RuntimeException(e); } } with regards Sven Homburg Founder of the Chenille Kit Project ht

Re: ChenilleKit RELEASE 1.3.0

2010-11-08 Thread Sven Homburg
the internal changes in tap522 was not very painful. we remove the most internal apis we used and looking happy into the future ;-) the most pain for me is to mess around with maven ... but thats another part with regards Sven Homburg Founder of the Chenille Kit Project http

Re: Adding virtual column to a grid

2010-11-08 Thread Sven Homburg
Josh, i advise you: read the documents . and read carefully !!! with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/11/8 Josh Kamau > Hi > > Am trying to add a virtual column to a grid (an action link for deleting a > rec

Re: i give up

2010-11-06 Thread Sven Homburg
${value} in the Menubar template should be ${item} with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/11/6 Sven Homburg : > class Menubar > { > �...@property >  private List menuItems; > > �...@property >

Re: i give up

2010-11-06 Thread Sven Homburg
tems.add("First Item"); menuItems.add("Second Item"); } } Menubar.tml http://tapestry.apache.org/schema/tapestry_5_1_0.xsd";> ${value} class Index { @Component private Menubar menubar } Index.tml http://tapestry.apache.org/schema/tapestry_5_1_0.xsd";>

Re: Creating custom component

2010-11-06 Thread Sven Homburg
ols like dreamweaver or others with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/11/6 Josh Kamau : > thanks Thiago, > > I have fixed the component as follows : > > http://tapestry.apache.org/schema/tapestry_5_1_0.xsd";> >    

Re: i give up

2010-11-06 Thread Sven Homburg
ars (since Tapestry 5), i feel extremly well with tapestry. i recommend you, stay on this road and take advantage of the community, that is very fast an extremly polished with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/11/6 Josh Kamau > &

Re: Unknown Configuration changes with Tap 5.2 and Chenillekit 1.3.0 - Quartz

2010-11-03 Thread Sven Homburg
eName); if (!file.canRead()) throw new RuntimeException(String.format("can't read file '%s'", file.toURI())); try { configuration.add("configuration", file.toURI().toURL()); } catch (MalformedURLException e) { throw new RuntimeException(e); } } with regards Sve

Re: AjaxCheckbox component

2010-10-19 Thread Sven Homburg
add a javascript function to the onClick event of the checkbox that do trigger the form.submit() with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/10/19 Dmitriy Vsekhvalnov : > I'm sorry what exactly you suggested me to look into? i c

Re: Early steps getting Tapestry and Hibernate working via DAO

2010-10-08 Thread Sven Homburg
have a look here, perhaps it helps you http://www.chenillekit.org/chenillekit-hibernate/dao_sample.html with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/10/8 Alex W. Croton : > Many thanks to all who offered solutions on this one - I th

Re: My mails are rejected

2010-09-18 Thread Sven Homburg
same as me. try to send mails with igor.drobiazko ... add ... googlemail.com with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/9/18 Igor Drobiazko : > Hm, this one was not rejected. I cannot reply to mails in the other thread. > > On

Re: Alternating table rows

2010-09-14 Thread Sven Homburg
i totaly agree with Thiago, implement logic into design should an absolutly no-go with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/9/14 Thiago H. de Paula Figueiredo : > On Tue, 14 Sep 2010 05:38:07 -0300, Gunnar Eketrapp > wrote: &

Re: form field validation

2010-09-09 Thread Sven Homburg
.tapestry5.ValidationException: Thirteen is an unlucky number. and second: Thirteen is an unlucky number. is this the desired behavior? with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/9/8 Sven Homburg : > hehe, cool > > i cant see the forrest

Re: form field validation

2010-09-08 Thread Sven Homburg
hehe, cool i cant see the forrest there are too many trees in front of with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/9/8 LLTYK : > > If you validate server side its easy with onValidateFromSoAndSoField(). > Then you j

form field validation

2010-09-08 Thread Sven Homburg
problem? with component parameters? with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail

Re: Capturing hibernate exception

2010-08-20 Thread Sven Homburg
http://tapestry.apache.org/tapestry5.1/cookbook/exceptions.html with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/8/20 Elin : > > I have a project where im using hibernate with Tapestry. Everything works > fine. Following the tut

Re: IntelliJIDEA vs Eclipse

2010-08-19 Thread Sven Homburg
> to use mouse. Could any one tell me is there a keyboard shortcut to call red > bulb actions? (e.g. when i write function that does not exist and want to alt-enter with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/8/19 Michal

Re: IntelliJIDEA vs Eclipse

2010-08-18 Thread Sven Homburg
upport". And, i hope that i dont lie, IntelliJ's refactoring is unbeatable. with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/8/18 Michal Gruca : > > The best IDE will be the one that fits You best. After couple of years when I >

Re: annotation on t5 event method couldn't work!!!

2010-08-10 Thread Sven Homburg
look here for example: http://svn.codehaus.org/chenillekit/trunk/chenillekit-access/src/main/java/org/chenillekit/access/services/impl/RestrictedWorker.java with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/8/11 mfz2008 : > > hey,I

Re: T5: How to have .tml/.properties files in the same directory as the .java files

2010-08-08 Thread Sven Homburg
be sure that your IDE copies the resource files (properties/tml) into your classpath (WEB-INF/classes) with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/8/8 Patrick Moore > > I tried with the tutorial and it didn't work. the rende

Re: Grids embedded in custom component interfer with each other

2010-08-05 Thread Sven Homburg
hmm, same as here, the grid/gridpager dont become an unique id with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/8/5 olip > > Hi here is a test code: > > === > EmbeddedGrid.tml: > > "http://www.w3.org/TR/xh

Re: Grids embedded in custom component interfer with each other

2010-08-05 Thread Sven Homburg
let us see you component code/template with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/8/5 olip > > Hi! > > I have a problem or suggestion. > > I have made a custom component which has a Grid embedded. > > Now I

Re: Grid Sorting of Timestamp objects

2010-08-04 Thread Sven Homburg
disable column sorting: getGridModel().add("fieldName").sortable(false); with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/8/4 Rich > Hi, > > I have a Grid with a source class that contains a Timestamp object. When >

Re: Select a property file

2010-08-02 Thread Sven Homburg
google for "multiline properties java" with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/8/3 LeSanglier > > Another question, does it possible to have a multi-line in my .properties > file, by example : > > vacumcl

Re: Unable to load an Asset which contains a folder destination in Tapestry 5.1.0.5 using PageTester

2010-08-02 Thread Sven Homburg
point the asset path to the image to load ( context:), not onley the directory where the image located. with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/8/2 Smita > > java.lang.RuntimeException: Exception assembling root component o

Re: Use pagelink with multiple context parameters

2010-08-02 Thread Sven Homburg
change your page template to: ${batchs.nomBatch} and add to your page class: public Object[] getContextParams() { return new Object[]{batchs.id.idBatch, (long) batchs.id.idAo}; } with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/8/2 mcfly37

Re: chenillekit on T5.2.0

2010-07-11 Thread Sven Homburg
the trunk is always compatible with tapestry trunk with regards from holyday Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/7/11 Jim O'Callaghan > Can anyone share their experience of using chenillekit components against > the trunk? Is co

Re: Inject in SetupRender?

2010-07-08 Thread Sven Homburg
add an If-component to your page class like this @Component(parameters = {"test=whatever"} private If ifWhateverIsTrue and put your components in you page-template between the if-tag like this: . put you components/html code here .. with regards Sven Homburg Founder of th

Re: reloading not working, what did i break?

2010-06-15 Thread Sven Homburg
http://wiki.github.com/dpp/liftweb/how-to-fix-file-locking-problem-with-jettyrun-in-windows with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/6/16 Paul Stanton > howard, > > my application classes are not packed up into jars. th

Re: Tapestry Hibernate dependency

2010-05-24 Thread Sven Homburg
Sorry, wrong answer, its too early in the morning here, my eyes was too tiered ;-) with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/5/25 Ben Dotte > I had the same issue; I had to add a new Hibernate repository: > > >

Re: Tapestry Hibernate dependency

2010-05-24 Thread Sven Homburg
try this org.hibernate.javax.persistence hibernate-jpa-2.0-api 1.0.0.Final with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/5/25 Ben Dotte > I had the same issue; I had to add a

Re: @InjectPage injects the same page instance ?

2010-05-19 Thread Sven Homburg
In your case, you dont need the InjectPage. try this: public String getPageLinkContext() { return "another"; } with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/5/19 Albert Tumanov > Dear Tapestry users, > >

Re: Updating Hibernate Entites

2010-02-08 Thread Sven Homburg
de.leomedia.leotipp.model.Configuration(); } @OnEvent(value = EventConstants.SUCCESS) void onSuccess() { doSaveEntity(); } @CommitAfter private void doSaveEntity() { configDAO.doSave(configuration); } } with regards Sven Homburg Founder of the Chenille Kit

Re: AW: AW: Updating Hibernate Entites

2010-02-08 Thread Sven Homburg
Sorry, through = true with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/2/8 Sven Homburg > Firlefanz! > > Of couse, Urlich sayed the through, but in this context its not right. > Dominik, dont @Persist-ing the entity, you will s

Re: AW: AW: Updating Hibernate Entites

2010-02-08 Thread Sven Homburg
Firlefanz! Of couse, Urlich sayed the through, but in this context its not right. Dominik, dont @Persist-ing the entity, you will see, it works. with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/2/8 Ulrich Stärk > You really should cons

Re: using back button with clientValidation from

2010-01-29 Thread Sven Homburg
ButtonPressed = true; editForm.clearErrors(); } @CommitAfter @OnEvent(value = EventConstants.SUCCESS) Class onSuccess() { if (!isCancelButtonPressed) shipmentOrderDAO.doSave(entity); return BrowseOrder.class; } with regards Sven Homburg Founder of the Cheni

Re: Unable to access www.chenillekit.org

2010-01-28 Thread Sven Homburg
the chenillekit site is online again. with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/1/28 Alexander Muthmann > Yeah, but thats not the "official" homepage with the demo application and > working download links. > But ch

Re: Help with Tapestry IoC

2010-01-26 Thread Sven Homburg
remove the line IOCUtilities.addDefaultModules(builder); with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/1/26 Ashwanth Kumar > This is my class: > > package reformists.util; > > import org.apache.tapestry5.ioc.IOCUtil

Re: Required action attribute of form component

2010-01-21 Thread Sven Homburg
Tapestry build his own action url and throws "yours" away. with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/1/21 Stephan Windmüller > Hello! > > We are creating our templates with default XHTML tags like > > >

Re: Chenillekit hibernate DAO

2010-01-16 Thread Sven Homburg
search the SQLState "08S01" here: http://dev.mysql.com/doc/refman/5.0/en/connector-j-reference-error-sqlstates.html with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/1/16 oskar_a > > Hi, > > but I can read. Stuff like

Re: Chenillekit hibernate DAO

2010-01-16 Thread Sven Homburg
have you write access to the DBA? with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/1/16 oskar_a > > Hi, > > but I can read. Stuff like findAll() or doDelete() works also... > > regards Oskar > > > Sven Homburg w

Re: Chenillekit hibernate DAO

2010-01-16 Thread Sven Homburg
It looks like, that you dont have a connection to the DBA with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/1/16 oskar_a > > Hi, > > I try to use Chenillekit Hibernate ( > http://www.chenillekit.org/chenillekit-hibernate/

Re: [Tapestry Central] Securing Tapestry pages with Annotations, Part 1

2010-01-02 Thread Sven Homburg
sometimes i am wondered about people, the hopes, that they "learn" tapestry at their REM phase. with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/1/2 cleverpig > On Sun, Jan 3, 2010 at 4:40 AM, Alessandro Bottoni > wrote: &

Re: [Tapestry Central] Securing Tapestry pages with Annotations, Part 1

2009-12-31 Thread Sven Homburg
Hi Allesandro, i totally agree with you. The documentation of the ChenilleKit-Modules is bad or lacks at some points. One of our good intentions for 2010 is to write more and better docs. with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2009/12

Re: ognl question

2009-11-19 Thread Sven Homburg
eventualy this helps you http://www.chenillekit.org/chenillekit-tapestry/ognlbinding.html with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2009/11/19 Ken in nashua > > Folks, > > OGNL is used in t4. > > Is it being used in t

Re: Date Field Component - Disable

2009-11-19 Thread Sven Homburg
try this component: http://www.chenillekit.org/demo/tapcomp/datetimefielddemo http://www.chenillekit.org/chenillekit-tapestry/ref/org/chenillekit/tapestry/core/components/DateTimeField.html with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2009/11

Re: Switching between Stage & Production DB with Tapestry5 & Hibernate3

2009-11-16 Thread Sven Homburg
you can read a more detailed description here: http://hombisblog.blogspot.com/2009/11/switching-between-stage-production-db.html with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2009/11/16 Sven Homburg > why dont write your

Re: Switching between Stage & Production DB with Tapestry5 & Hibernate3

2009-11-16 Thread Sven Homburg
{ throw new RuntimeException(e); } catch (IOException e) { throw new RuntimeException(e); } return new ApplicationHibernateConfigurer(properties); } with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.c

Re: [OT] ChenilleKit home, update your bookmark

2009-11-10 Thread Sven Homburg
I updated the project site at google to point the people to our new home at Codehaus<http://xircles.codehaus.org/projects/chenillekit> I will delete the google project till end of this year with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009

Re: [OT] ChenilleKit home, update your bookmark

2009-11-10 Thread Sven Homburg
I will do my best, to find and remove that "bug" ;-) with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/11/10 Massimo Lusetti > On Tue, Nov 10, 2009 at 3:54 PM, Ivano Luberti > wrote: > > > Massimo, I think I have alr

Re: OGNL expressions in Tapestry 5

2009-10-28 Thread Sven Homburg
http://tapestry.apache.org/tapestry5.1/guide/propexp.html or try this http://chenillekit.codehaus.org/chenillekit-tapestry/ognlbinding.html with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/10/28 ARD Marx Tobias > > > Why are the follo

Re: AjaxFormLoop and Update/SubmitRow

2009-10-23 Thread Sven Homburg
no, you are not blind . the project team is lazy ;-) http://xircles.codehaus.org/projects/chenillekit with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/10/23 Ivano Luberti > Hey ChenilleKit guys ! > Am I blind or the demo link don&#x

Re: T5.0.1.5 / Grid / ??? / Strange loggings ...

2009-10-08 Thread Sven Homburg
have a look here https://issues.apache.org/jira/browse/TAP5-881 with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/10/8 Gunnar Eketrapp > Hi! > > I added a new page and used the grid component (for the first time) and > gets >

Re: [ANNOUNCE] ChenilleKit 1.2.0 RELEASE

2009-09-23 Thread Sven Homburg
Hi Peter, that is not complete correctly. we use the 3.9GA but have missed to disable the using of the 3.7GA that comes with the hibernate package. we will remove this conflict by excluding the older version from hibernate's maven package with regards Sven Homburg Founder of the Chenill

Re: First try with chenilleKit.

2009-09-14 Thread Sven Homburg
Are you sure, that the chenillekit libs are resists in you WEB-INF/lib ? with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/9/14 Madtyn > I tried for the first time to use a chenilleKit component, so I was > reading about, and I only incl

Re: Exception handling after violation of unique constraint

2009-09-11 Thread Sven Homburg
what is your reason, that you want to persist the enity in the validation event? i think its more clear to persist it in the onSuccess event method with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/9/11 Bruno Santos > Thanks for your answer

Re: t5: URLWriting, is this correct?

2009-08-09 Thread Sven Homburg
you were faster ;-) with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/8/9 Sven Homburg > i cant see, that you add the URLRewriterRule object to the configuration > object > > with regards > Sven Homburg > Founder of the Ch

Re: t5: URLWriting, is this correct?

2009-08-09 Thread Sven Homburg
i cant see, that you add the URLRewriterRule object to the configuration object with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/8/9 Angelo Chen > > Hi, > > in a 5.1.0.5 app, i want to rewrite the url: > > http://127.0.0.1:808

Re: Announcment: T5 FCK editor integration library

2009-07-24 Thread Sven Homburg
Why invent the wheel again? I know and agree with you, that the chenillekit documentation is far away from being the big shot, but we invite everybody to contribute the project and share your time to create the real big one with regards Sven Homburg Founder of the Chenille Kit Project http

Re: having big trouble with evalJSON() - am I really at war with it?

2009-07-23 Thread Sven Homburg
dont use the evanJSON() function, its not needed anymore with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/7/23 Max Weißböck (info) : > Based on the example from Hugo Palma (see > http://markmail.org/message/4bdwo2yrx6tavdgh) > I impl

Re: Is AjaxFormLoop example working for you?

2009-07-20 Thread Sven Homburg
WinAmp plays it too. with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/7/20 Sven Homburg : > Quicktime??? Ouuuch! > > try to view with VideoLan or MPlayer > > with regards > Sven Homburg > Founder of the Chenil

Re: Is AjaxFormLoop example working for you?

2009-07-20 Thread Sven Homburg
Quicktime??? Ouuuch! try to view with VideoLan or MPlayer with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/7/20 Robert Zeigler : > I get a quicktime logo, and then a blank screen. > > Cheers, > > Robert > > On Jul 19, 2009,

Re: Is AjaxFormLoop example working for you?

2009-07-19 Thread Sven Homburg
Ok, i will try to describe it this way, pictures say more than thousand words ;-) http://www.chenillekit.org/screencast-.mpeg with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/7/18 Robert Zeigler : > Managed to duplicate without screwing w

Re: Is AjaxFormLoop example working for you?

2009-07-18 Thread Sven Homburg
Robert, i am sure enough for you too ;-) with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/7/18 Robert Zeigler : > That's an interesting theory, but I'm not convinced, personally. > I've explicitly set FF3.5 to block cooki

Re: Is AjaxFormLoop example working for you?

2009-07-18 Thread Sven Homburg
added to the Event URL and breaks its behavior. hope it helps with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/7/18 Geoff Callender : > To everyone who hasn't tried the experiment yet, can you give it a try now? > That would be fabulous

Re: Is AjaxFormLoop example working for you?

2009-07-16 Thread Sven Homburg
Ok, more detailed: if youre Browser points the the page, and you clear all cookies hosted by your browser, the AjaxFormLoop failes after add a row to the form.. with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/7/17 Sven Homburg : > It doe

Re: Is AjaxFormLoop example working for you?

2009-07-16 Thread Sven Homburg
It doesnt works, if you turn off the cookies with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/7/17 Geoff Callender : > Everyone, > > Please try this quick experiment. I am trying to figure out why it works for > some people and no

Re: t5: moving to 5.1.0.5 and can't find @Inject

2009-07-16 Thread Sven Homburg
try a better mvn plugin, or even better try a better IDE. i just kidding, so dont flame me ;-) with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/7/16 Newham, Cameron : > Thanks Kristian. I had to manually add it to my POM - that did the >

Re: t5.1.x: IOC only app

2009-06-26 Thread Sven Homburg
Angelo, you questions somtimes realy funny! specify you problem, and its more easier for us to reflect to your problems with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/6/27 Angelo Chen : > > Hi, > > is there any easier way now t

Re: T5 & CRUD

2009-06-26 Thread Sven Homburg
for spring-less DAOs try this: http://www.chenillekit.org/chenillekit-hibernate/index.html with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/6/26 Norman Franke : > I did look into that, but I don't really want to use Spring's IoC and

Re: blog, wiki, chat, alert, poll components

2009-06-08 Thread Sven Homburg
hmm, a blog or wiki module would be a nice feature and not realy hard to realize for general using .. but you are right, a complete CMS shouldnt be a component or module with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/6/8 Piero Sartini >

Re: blog, wiki, chat, alert, poll components

2009-06-08 Thread Sven Homburg
you have my full aggreement, but its up to you and all other tapestry users, to contribute your code to the community. please feel free to send us (chenillekit project team) your components, so we can implement them into the library. with regards Sven Homburg Founder of the Chenille Kit Project

Re: blog, wiki, chat, alert, poll components

2009-06-08 Thread Sven Homburg
Its seem to me, that you are looking for a whole blog/wiki/chat module. If so, i think you must code by yourself and much better, you give the result back to the comminity ;-) with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/6/8 spaway >

Re: t5: printing?

2009-05-21 Thread Sven Homburg
it is also possible to print PDFs non-interactive via adobe reader. with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/5/21 Ulrich Stärk > You could also have the server running the webapp print to a networked > printer using some LPR implemen

Re: recursion in PropertyConduitSource?

2009-05-14 Thread Sven Homburg
have a look at your console output. may be there ist another exception in front of the shown exception with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/5/13 Christine > After upgrading to 5.1, I get the error below. Apparently, there's an

Re: How to download 5.1 compatible Chenille kit?

2009-04-23 Thread Sven Homburg
- >>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org >>>> For additional commands, e-mail: users-h...@tapestry.apache.org >>>> >>>> >>>> >> >> - >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org >> For additional commands, e-mail: users-h...@tapestry.apache.org >> >> > > > -- > Thiago H. de Paula Figueiredo > Independent Java consultant, developer, and instructor > Consultor, desenvolvedor e instrutor em Java > http://www.arsmachina.com.br/thiago > > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- with regards Sven Homburg http://www.chenillekit.org http://tapestry5-components.googlecode.com

Re: T5 - Chenillekit Quartz & Services

2009-03-31 Thread Sven Homburg
87045p22805264.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapes

Re: dialog component

2009-03-23 Thread Sven Homburg
ject in Tapestry 360. >> >> > --------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- with regards Sven Homburg http://www.chenillekit.org http://tapestry5-components.googlecode.com

Re: [T5.1-SNAPSHOT] problem launching with ChenilleKit: URIAssetFactory' has already been defined

2009-03-17 Thread Sven Homburg
pl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) > > ----- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- with regards Sven Homburg http://www.chenillekit.org http://tapestry5-components.googlecode.com

Re: Tapestry way for email-templates

2009-03-06 Thread Sven Homburg
che Tapestry and Apache HiveMind >>> >>> --------- >>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org >>> For additional commands, e-mail: users-h...@tapestry.apache.org >>> >>> >>> >>> >>> >> >> >> > > > -- > manuel aldana > ald...@gmx.de > software-engineering blog: http://www.aldana-online.de > > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- with regards Sven Homburg http://www.chenillekit.org http://tapestry5-components.googlecode.com

  1   2   3   4   5   >