Wicket - TinyMCE

2011-08-01 Thread ramazan pekin
Hi to everyone, I am looking for rich text editor and I found TinyMCE. But I couldnt find any document/example page how can I integrate wicket and TinyMCE explained detailed. Do you know is there any documentation or example about this subject? Thanks, br. Ramazan

on the fly components

2011-07-31 Thread ramazan pekin
Hi to everyone, I am trying to generate dynamic form elements. I need to add and remove some components dynamically. I have added listChoice component succesfuly whenever user select a listChoice item, but when I tried to remove listChoice component, I received an error like that:

Re: on the fly components

2011-07-31 Thread ramazan pekin
31.07.2011 21:06, schrieb ramazan pekin: Hi to everyone, I am trying to generate dynamic form elements. I need to add and remove some components dynamically. I have added listChoice component succesfuly whenever user select a listChoice item, but when I tried to remove listChoice component, I received

Re: on the fly components

2011-07-31 Thread ramazan pekin
://sanityresort.blogspot.com/ Am 31.07.2011 21:06, schrieb ramazan pekin: Hi to everyone, I am trying to generate dynamic form elements. I need to add and remove some components dynamically. I have added listChoice component succesfuly whenever user select a listChoice item, but when I tried

Re: on the fly components

2011-07-31 Thread ramazan pekin
PropertyModelListCategoryModel(this, categories)) { On Mon, Aug 1, 2011 at 12:09 AM, ramazan pekin rep...@gmail.com wrote: And this is CatogoryModel class: public class CategoryModel implements Serializable {        private static final long serialVersionUID = 1L;        private ListOmCategory

Re: on the fly components

2011-07-31 Thread ramazan pekin
Thanks a lot :) On Mon, Aug 1, 2011 at 12:36 AM, ramazan pekin rep...@gmail.com wrote: I removed item.remove(listChoice); from code and I just changed ListView definition, I used PropertyModel, and every thing working well... listView = new ListViewCategoryModel(categoryList, categories

creating datatable with dynamical columns

2007-10-06 Thread Ramazan Pekin
Hi, I need to create AjaxFallbackDefaultDataTable with dynamical columns. I am reading columns from database and creating AjaxFallbackDefaultDataTable with this info. I have classes DataTable and DataRow like .net's data layer structure. DataTable have DataRows in ArrayList and DataRows have

Inter Application Session (Same Context)

2007-09-16 Thread Ramazan Pekin
Hi, In the same context, how can I provide inter application session? when I reach to new application with wicket.Link session is passing to new application, when I try this with html link it needs signin again. a href=# wicket:id='linkToREQ001A'request/a a href=req001arequest/a