Re: [Wicket-user] VOTE

2006-02-17 Thread shumbola
+1 > 2. Do the constructor change in a seperate release (Wicket 1.3) and > put Java 5 in the next (Wicket 2.0) > Shumbola --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Downloa

Re: [Wicket-user] Re: Re: Get version of Wicket from program

2006-03-16 Thread shumbola
in the prime developer group breaking into this new coding >> territory! >> > > >> http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642 >> > > ___ >> > > Wicket-use

Re[2]: [Wicket-user] FrameworkSettings.getVersion() seems to be buggy

2006-03-30 Thread shumbola
internal, why read it from a property file at all? Why isn't >> this hard-coded into the code? >> >> Gili -- Regards, shumbola mailto:[EMAIL PROTECTED] --- This SF.Net email is sponsored by xPML

Re[2]: [Wicket-user] FrameworkSettings.getVersion() seems to be buggy

2006-03-30 Thread shumbola
internal, why read it from a property file at all? Why isn't >> this hard-coded into the code? >> >> Gili -- Regards, shumbola mailto:[EMAIL PROTECTED] --- This SF.Net email is sponsored by xPML

Re[2]: [Wicket-user] FrameworkSettings.getVersion() seems to be buggy

2006-03-30 Thread shumbola
internal, why read it from a property file at all? Why isn't >> this hard-coded into the code? >> >> Gili -- Regards, shumbola mailto:[EMAIL PROTECTED] --- This SF.Net email is sponsored by xPML

[Wicket-user] Difference between Link and PageLink

2007-04-22 Thread shumbola
I wonder what's the difference between Link and PageLink in the following situation: -use Link and in onClick() handler use setResponsePage(new MyPage(myParam)); -use PageLink and provide getPage() and getPageIdentity() functions and inside getPage() return new MyPage(myParam); -- View this mes

[Wicket-user] HttpSessionListener interface

2007-04-23 Thread shumbola
The use case is following: I want to prevent simultaneous logins for users. If user already logged in from one ip address, I show the error message. For this I've added a HashMap field into my Application class, and after successful authorization I add a user into this map. If user logs out, I rem

Re: [Wicket-user] HttpSessionListener interface

2007-04-23 Thread shumbola
Johan Compagner wrote: > > just let your websession implement the httpsessionlistener > That was my first try ;) But HttpSessionListener requires an empty ctor, WebSession ctor with parameters (Application, Request). Is it ok to make a default ctor for my session as calling super(null, null)?

Re: [Wicket-user] HttpSessionListener interface

2007-04-23 Thread shumbola
shumbola wrote: > > > > Johan Compagner wrote: >> >> just let your websession implement the httpsessionlistener >> > That was my first try ;) > But HttpSessionListener requires an empty ctor, WebSession ctor with > parameters (Application, Request). &

[Wicket-user] wicket app under websphere problem

2007-05-08 Thread shumbola
class loading problem due to wicket 1.3 filter? The only difference in my app now is that I've migrated it to the 1.3, and instead of commons-logging am using slf4j now. Do you have any idea idea how to solve this problem? Thanks! -- Regards

Re: [Wicket-user] wicket app under websphere problem

2007-05-08 Thread shumbola
Hello Nino, > Did you use any servlet context listeners? Do I use any servlet context listener? No, I'm not using any. And never did. > shumbola wrote: >> Hello, >> >> After migrating to 1.3 I decided to test if my application still works >> under Web Sph

Re: [Wicket-user] wicket app under websphere problem

2007-05-08 Thread shumbola
x27;ll play with websphere settings on this later today and will let you know if something changes... > On 5/8/07, shumbola <[EMAIL PROTECTED] > wrote: > Hello, Johan. > Âû ïèñàëè Tuesday, May 08, 2007, 4:13:21 PM: >> are you sure that the wicket lib is not in a shared lib >&

Re: [Wicket-user] wicket app under websphere problem

2007-05-08 Thread shumbola
ception. I wonder if someone in this list works with/tried wicket 1.3 and websphere. The exact version of my websphere is 6.0.2.9. I've played with websphere's classloader settings, but without any success. Any other idea, guys? >> On 5/8/07, shumbola <[EMAIL PROTECTED] > wrote

Re: [Wicket-user] wicket app under websphere problem

2007-05-08 Thread shumbola
wicket servlet but not with filter? If there needs some work to be made, I'll do it myself, at least, I'll try. > On 5/8/07, shumbola <[EMAIL PROTECTED]> wrote: >> Hello, Johan. >> Âû ïèñàëè Tuesday, May 08, 2007, 4:38:26 PM: >>> If the war works

Re: [Wicket-user] wicket:message for attributes?

2007-06-06 Thread shumbola
I wanted to localize both value and title attributes of element, but got an error, that there can not be two wicket:message elements. example: http://www.nabble.com/wicket%3Amessage-for-attributes--tf3874468.html#a10978311 >> Sent from the Wicket - User mailing list archive at Nabble.com. >> >>

Re: [Wicket-user] wicket:message for attributes?

2007-06-06 Thread shumbola
I'm sorry, I had to look into WicketMessageTagHandler first. ;) Previous question should be ignored. Thanks shumbola wrote: > > I wanted to localize both value and title attributes of element, > but got an error, that there can not be two wicket:message elements

[Wicket-user] Palette problem with latest snapshot

2007-06-15 Thread shumbola
rade the wicket-extensions, it does not work. If I downgrade the wicket, then it works as before. What could be the problem here? Thanks, shumbola -- View this message in context: http://www.nabble.com/Palette-problem-with-latest-snapshot-tf3927222.html#a11137476 Sent from the Wicket - User mailing

Re: [Wicket-user] Palette problem with latest snapshot

2007-06-17 Thread shumbola
, I'll do so. Of course, until someone says, hey it is not worth it ;) Timo Rantalaiho wrote: > > On Fri, 15 Jun 2007, shumbola wrote: >> A few days ago I've upgraded my project to the 1.3 snapshot from June 12. >> Before I was using a one from May 10. Today I notice

Re: [Wicket-user] Palette problem with latest snapshot

2007-06-17 Thread shumbola
Ok, here are new details for this. I was using following form: On Fri, 15 Jun 2007, shumbola wrote: >> A few days ago I've upgraded my project to the 1.3 snapshot from June 12. >> Before I was using a one from May 10. Today I noticed that my page which >> use

Re: [Wicket-user] Wicket and Websphere

2006-06-23 Thread shumbola
ackporting wicket.  I'll post the library if I am > successful. I'll be interested in such a port, too. Let me know if you come up with working solution. Thanks. -- Ñ óâàæåíèåì, shumbola mailto:[EMAIL PROTECTED] Using Tomcat but need to do more? Need to

[Wicket-user] NavigationToolbar issue

2006-08-29 Thread shumbola
ith this intention? Thanks, shumbola - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Applicat

[Wicket-user] wicket 1.2.1 and ModalDialog problem

2006-09-07 Thread shumbola
pt.append("); ").append(" else UserListRef.focus();}"); return script.toString(); } } BTW, in order to make a different javascript code I copy-pasted entire content of PopupSettings and made a new getPopupSettings function. Is there other way around? Thank you. Regards,

Re: [Wicket-user] wicket 1.2.1 and ModalDialog problem

2006-09-08 Thread shumbola
Should I provide some other forms of code in order to get help? No developer using wicket faced similar problem? Maybe my approach is not correct? Regards, shumbola > All, > I've got this simple use case: > On compose e-mail page click on some button that shows list of users >

[Wicket-user] ModalDialog with PopupSettings

2006-10-12 Thread shumbola
INewBrowserWindowListener"; } /*-->]]>*/ var UserListRef = null; ... To: ...

Re: [Wicket-user] Why I recommended Wicket...

2006-12-21 Thread shumbola
ourceforge&CID=DEVDEV > ___ > Wicket-user mailing list > Wicket-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wicket-user -- С уважением, shumbola mailto:[EMAIL PROTECTED] --

Re: [Wicket-user] how to detect http session expiry - timeout due to no user activity

2007-06-18 Thread shumbola
} > }); How to find out what was the reason for firing onbeforeunload, window close, navigate to other place, back button, forward button, etc? I.e. is there a way to find out the exact window close here? > Regards, > Al shumbola mailto:[EMAIL PROTECTED

Re: [Wicket-user] Wicket Real World Performance!

2007-06-21 Thread shumbola
Express >>> Download DB2 Express C - the FREE version of DB2 express and take >>> control of your XML. No limits. Just data. Click to get it now. >>> http://sourceforge.net/powerbar/db2/ >>> ___ >>> Wicket-user mailing list >

Re: [Wicket-user] No get method defined for expression recorder when using Palette and CompoundPropertyModel

2007-07-06 Thread shumbola
PropertyModel change between beta1 and beta2? >> > Hi > I've just had exactly the same problem. did you solve it? I've had the same problem. I solved it by changing CoumpoundPropertyModel to the PropertyModel and tossing around my models. My form now

Re: [Wicket-user] Localized Attributes

2007-07-09 Thread shumbola
javadoc for WicketMessageTagHandler class. -- С уважением, shumbola mailto:[EMAIL PROTECTED] - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and