So to be clear you want to do something like this: Page: Button A <- User clicks Page: SomeComponents Button A <- User clicks Page: Some components Some more components ButtonA
etc. So what you want is not adding pages but components This can be done using Zones. This is a basic concept of Tapestry. Take a look here: http://jumpstart.doublenegative.com.au/jumpstart/ Check out the EventLink (former ActionLink) Then all you do is to replace the innerhtml of a existing component with new components. Check out Ajax EventLink and Zone without yellow highlight etc. The whole Ajax XXX sections should held the answer you seek. Cheers, Martin (Kersten), Germany 2013/8/18 nn kk <inv...@abv.bg> > Hi all, > I want to be able to create and insert component dynamicly. For example, I > want to have "add button" and by every click to add whole new tapestry page > or component. I don't know how many addings will I have, I want this to be > handeled dynamicly. It's like using spring to return ModelAndView object by > ajax request and inserting it in some UI container. > > ----------------------------------------------------------------- > Само сега спечели смартфон SAMSUNG и още много награди!виж > http://www.specheli.eu/specheli-textgbg.php > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >