Highlighting selected row in AjaxFallbackDefaultDataTable

2009-10-09 Thread Roman Ilin
Hello *, is it possible to highlight selected row without rewrithing populateItem() or something similar? If not then what is the best method to override? Regards Roman - To unsubscribe, e-mail: users-unsubscr...@wicket.apache

Re: Highlighting selected row in AjaxFallbackDefaultDataTable

2009-10-09 Thread Roman Ilin
; > -igor > > On Fri, Oct 9, 2009 at 5:43 AM, Roman Ilin wrote: >> Hello *, >> >> is it possible to highlight selected row without rewrithing >> populateItem() or something similar? >> >> If not then w

Re: Highlighting selected row in AjaxFallbackDefaultDataTable

2009-10-09 Thread Roman Ilin
I have being looking on wrong Page. I found what you mean. Thank you one more time. On Fri, Oct 9, 2009 at 5:41 PM, Roman Ilin wrote: > Thank you Igor, > > but I cant find where 'toggle highlight' Link/Action is added to ActionPanel. > > > Regards > > Roma

Re: 1.4.2 upgrade problem

2009-10-12 Thread Roman Ilin
I can confirm. I see the same exception after upgrade to 1.4.2 Regargds Roman On Mon, Oct 12, 2009 at 11:37 PM, Girts Ziemelis wrote: > Sorry about double post - I sent it first to the dev list accidentally :( > > I believe there is a bug in wicket 1.4.2, which stopped me from upgrading :( > I

Re: Wicket Component Overview

2009-10-16 Thread Roman Ilin
Thank you. Very useful diagrams. Und danke fürs pointing zum Graphviz. On Fri, Oct 16, 2009 at 11:40 AM, Michael Mosmann wrote: > Hi, > > i did some wicket component diagram stuff (model, listener etc.) > > http://www.wicket-praxis.de/blog/2009/10/16/wicket-component-overview/ > > glad to see

Secured/Constraint IDataProvider and DropDownChoice choices

2009-10-20 Thread Roman Ilin
Hi *, I develop WebApplication where database records belong to different organizations. I use AjaxFallbackDefaultDataTable to present tabular data. User from some organization is allowed to see his organization data only. To reach this I implement custom IDataProvider for every table. Is there s

Re: Secured/Constraint IDataProvider and DropDownChoice choices

2009-10-20 Thread Roman Ilin
n your application models... > > On Tue, Oct 20, 2009 at 6:14 PM, Roman Ilin wrote: > >> Hi *, >> >> I develop WebApplication where database records belong to different >> organizations. >> I use AjaxFallbackDefaultDataTable to present tabular data. User fr

Re: Secured/Constraint IDataProvider and DropDownChoice choices

2009-10-20 Thread Roman Ilin
Sorry. I do it for every query but normally every component has its own query. On Tue, Oct 20, 2009 at 10:26 PM, Pedro Santos wrote: > every time for every component > why not for every query? > > > On Tue, Oct 20, 2009 at 6:23 PM, Roman Ilin wrote: > >> Sure I save my

Re: Secured/Constraint IDataProvider and DropDownChoice choices

2009-10-20 Thread Roman Ilin
cessFor(this) > > but the major access logic is implemented on data access layer > > On Tue, Oct 20, 2009 at 6:26 PM, Pedro Santos wrote: > >> every time for every component >> why not for every query? >> >> >> >> On Tue, Oct 20, 2009 at 6:23 PM, Ro

Re: Secured/Constraint IDataProvider and DropDownChoice choices

2009-10-21 Thread Roman Ilin
Does someone have any fresh idea? On Tue, Oct 20, 2009 at 10:32 PM, Roman Ilin wrote: > My components should stay visible all time. But data should be > filtered by customer currently logged in. > > > > On Tue, Oct 20, 2009 at 10:29 PM, Pedro Santos wrote: >> I had app

Re: Secured/Constraint IDataProvider and DropDownChoice choices

2009-10-21 Thread Roman Ilin
n that will automatically rewrite your queries > for you based on the database user that's connected (most people don't > use Oracle usernames to connect, though). > > On Wed, Oct 21, 2009 at 7:48 AM, Roman Ilin wrote: >> Does someone have any fresh idea? >> >>

Re: Secured/Constraint IDataProvider and DropDownChoice choices

2009-10-21 Thread Roman Ilin
> We use a thread local to store the organization of our user, and have > custom createCriteria() methods in our DAO's to add restrictions on > the organization. > > Martijn > > On Tue, Oct 20, 2009 at 10:14 PM, Roman Ilin wrote: >> Hi *, >> >> I develo

where download inmethod datagrid

2009-10-23 Thread Roman Ilin
Hi *, I saw some screen shots of inmethod datagrid components. I see some messages in this mailing list as well writing people are using them. But I can't find it following the link to http://www.inmethod.com/ on wicket site. Can someone tell me how can I start using it? Docs, maven repo? Regar

Re: where download inmethod datagrid

2009-10-23 Thread Roman Ilin
thank you On Fri, Oct 23, 2009 at 1:36 PM, Linda van der Pal wrote: > It's part of wicketstuff now: > http://wicketstuff.org/confluence/display/STUFFWEB/Home > > Regards, > Linda > > Roman Ilin wrote: >> >> Hi *, >> >> I saw some screen sho

Wicket EJB3 integration

2009-11-06 Thread Roman Ilin
Hi *, what is the preferable solution to integrate Wicket war in existing ear project? I would like to deploy wicket war as separate war and not in the ear. In ear project I have stateful bean which is used by other part of application. EJB interfaces are packed in separate jar. Should I do lookup

how to disable pagination in inmethod grid?

2009-11-17 Thread Roman Ilin
Hi *, does anybody know how to hide pagination and "Showing x of y" message in inmethod grid component? Regards Roman - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wic

Re: Error with Wicket 1.4.6

2010-02-03 Thread Roman Ilin
Hello Giovanni, I think he means you should create small application using quickstart maven archetype which should cover error you have. Regards Roman On Tue, Feb 2, 2010 at 9:14 PM, Giovanni wrote: > Hello Igor, > > excuse me, I don't understand your reply. > > Can you please explain a little

Re: Announcing: visural-wicket 0.5 released - open source wicket components

2010-02-24 Thread Roman Ilin
Nice components! I currently work on an application that should be deployed on GAE. I think I'll need some new components because wickets three and some other do not work on GAE. So I think I could commit some new components/ideas to your project as well. Regards Roman On Wed, Feb 24, 2010 a

Re: Announcing: visural-wicket 0.5 released - open source wicket components

2010-02-24 Thread Roman Ilin
GAE is free up to 500MB and ~5 000 000 pages per day (I think) and some other limitations. On Wed, Feb 24, 2010 at 1:09 PM, nino martinez wael wrote: > Nice components.. Are there any costs on hosting it on GAE? I guess we > should try to make examples available for wicket-stuff core there asw

Re: Announcing: visural-wicket 0.5 released - open source wicket components

2010-02-24 Thread Roman Ilin
http://code.google.com/appengine/docs/quotas.html On Wed, Feb 24, 2010 at 1:12 PM, Roman Ilin wrote: > GAE is free up to 500MB and ~5 000 000 pages per day (I think) and > some other limitations. > > > > > On Wed, Feb 24, 2010 at 1:09 PM, nino martinez wael > wrote:

Re: WicketStuff Core examples on GAE?

2010-02-24 Thread Roman Ilin
+1 but generally it would be nice to have 100% working wicket on GAE javax.swing. package is disabled on GAE so Tree components don't work. MaskConverter doesn't work To allow to work them on GAE someone (me? core team?) should remove all javax.swing dependencies and add appropriate classes O

Re: Announcing: visural-wicket 0.5 released - open source wicket components

2010-02-24 Thread Roman Ilin
sed it in a project before, but the app has not been hosted on GAE. > > Christian > >> -Ursprüngliche Nachricht- >> Von: Roman Ilin [mailto:roman.i...@gmail.com] >> Gesendet: Mittwoch, 24. Februar 2010 13:02 >> An: users@wicket.apache.org >> Betreff: Re

Re: [OT] Wicket App Hosting

2010-02-24 Thread Roman Ilin
I can recomend http://www.server4you.net/vserver/ I use them for 2 years now. One of the best price/power ... Roman On Thu, Feb 25, 2010 at 2:42 AM, wrote: > Linode. Best vps provider I've ever had by far, never had any problems at > all. Very good prices too. > > --Original Message

Re: wiQuery components with server side state - live demo

2010-03-02 Thread Roman Ilin
Great, ready for use components. On Tue, Mar 2, 2010 at 5:58 PM, Cemal A Bayramoglu wrote: > We've been building a few wiQuery components [0], for clients' and > internal projects. These wiQuery components typically maintain some of > their state server-side, in the spirit of standard Wicket co

show ConfirmDialog in the middle of some action/function

2010-04-15 Thread Roman Ilin
Hello dear Wicket Gurus, I'm currently rewrite one fat client java program to wicket one. And I have to say that mostly this isn't a big issue but there is one thing that I really miss in wicket. In a program is a lot of business logic there and we used ConfirmDialogs to go through branches. For

Re: show ConfirmDialog in the middle of some action/function

2010-04-15 Thread Roman Ilin
Any ideas? On Thu, Apr 15, 2010 at 1:33 PM, Roman Ilin wrote: > Hello dear Wicket Gurus, > > I'm currently rewrite one fat client java program to wicket one. > And I have to say that mostly this isn't a big issue but there is one > thing that I really miss in wicket. &

Re: show ConfirmDialog in the middle of some action/function

2010-04-15 Thread Roman Ilin
e: > >        https://issues.apache.org/jira/browse/WICKET-598 > > Sven > > Roman Ilin wrote: >> >> Any ideas? >> >> On Thu, Apr 15, 2010 at 1:33 PM, Roman Ilin wrote: >>> >>> Hello dear Wicket Gurus, >>> >>> I'm currently rewri

Unserializable exceptions on declaring springs org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor

2011-01-03 Thread Roman Ilin
Hi *, in wicket 1.4.15 spring 3.0.5 hibernate 3.6 application if defined springs PersistenceExceptionTranslationPostProcessor bean I get Unserializable exceptions in different spring classes (PersistenceExceptionTranslationInterceptor, ChainedPersistenceExceptionTranslator, ...) After looking int

Re: Unserializable exceptions on declaring springs org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor

2011-01-03 Thread Roman Ilin
, Jan 4, 2011 at 12:17 AM, Jeremy Thomerson wrote: > On Mon, Jan 3, 2011 at 4:50 PM, Roman Ilin wrote: >> Hi *, >> >> in wicket 1.4.15 >> spring 3.0.5 >> hibernate 3.6 >> application >> >> if defined springs PersistenceExceptionTranslation

Re: Unserializable exceptions on declaring springs org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor

2011-01-04 Thread Roman Ilin
Nobody uses such weird thing? On Tue, Jan 4, 2011 at 12:44 AM, Roman Ilin wrote: > Sorry, I haven't said that I get unserializable exceptions in Provider > for my table - list. > > public class UserDataProvider extends >                CustomerAwareSortableDataProvider

Re: Unserializable exceptions on declaring springs org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor

2011-01-04 Thread Roman Ilin
@Martin: UserDao is an Interface. @Igor: thank you for good advice, I will use it ofter from now :) but I know that problem is the classes I mentioned erlier, because if I copy them into my project and add Serializable interface to them, exception desappears. But anyway here is error dump: Hiber

Re: Unserializable exceptions on declaring springs org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor

2011-01-04 Thread Roman Ilin
Thank you Igor one more time. I found place where I load springs bean without @SpringBean. So exception gone away. No other web framework has such PREMIUM SUPPORT as wicket!!! On Tue, Jan 4, 2011 at 7:20 PM, Roman Ilin wrote: > @Martin: UserDao is an Interface. > > @Igor: thank you