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

2006-03-16 Thread shumbola
___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- shumbola mailto:[EMAIL PROTECTED

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

2006-03-30 Thread shumbola
this hard-coded into the code? Gili -- Regards, shumbola mailto:[EMAIL PROTECTED] --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile

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

2006-03-30 Thread shumbola
this hard-coded into the code? Gili -- Regards, shumbola mailto:[EMAIL PROTECTED] --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile

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

2006-03-30 Thread shumbola
this hard-coded into the code? Gili -- Regards, shumbola mailto:[EMAIL PROTECTED] --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile

Re: [Wicket-user] Wicket and Websphere

2006-06-23 Thread shumbola
.  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 support web services, security? Get

[Wicket-user] NavigationToolbar issue

2006-08-29 Thread shumbola
with 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 Application

[Wicket-user] wicket 1.2.1 and ModalDialog problem

2006-09-07 Thread shumbola
around? Thank you. Regards, 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 Application

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 in modal window

[Wicket-user] ModalDialog with PopupSettings

2006-10-12 Thread shumbola
td class=input input size=40 type=file name=theFile/ /td /tr /table /form /body /html -- Regards shumbola - Using Tomcat but need to do more? Need to support web

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

2006-12-21 Thread shumbola
/wicket-user -- С уважением, shumbola mailto:[EMAIL PROTECTED] - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions

[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

[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

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). Is it ok to make a default ctor for my session

[Wicket-user] wicket app under websphere problem

2007-05-08 Thread shumbola
it was working ok. Is this 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 shumbola

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 Sphere 6.0. And I'm getting this error: SRVE0026E

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

2007-05-08 Thread shumbola
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 and your application code is in a web app lib dir? Because

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

2007-05-08 Thread shumbola
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: 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
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 on tomcat en jetty but not on webspere then it is really a classloading problem

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

2007-06-06 Thread shumbola
, shumbola. Juergen Donnerstag wrote: Please see the javadoc for WicketMessageTagHandler Juergen On 6/5/07, Jonathan Locke [EMAIL PROTECTED] wrote: Is there something like wicket:message for localizing attributes like title tooltips? I looked on the WIKI but there wasn't anything

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 input element, but got an error, that there can not be two wicket:message elements. example: input type

[Wicket-user] Palette problem with latest snapshot

2007-06-15 Thread shumbola
-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 list archive

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

2007-06-17 Thread shumbola
some extra time, 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 noticed that my page which

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

2007-06-17 Thread shumbola
yet, as soon as I'll have some extra time, I'll do so. Of course, until someone says, hey it is not worth it ;) Вы писали Saturday, June 16, 2007, 1:23:04 PM: 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

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

2007-06-18 Thread shumbola
? I.e. is there a way to find out the exact window close here? Regards, Al shumbola mailto:[EMAIL PROTECTED] - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE

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

2007-06-22 Thread shumbola
XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user shumbola mailto

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

2007-07-06 Thread shumbola
are doing something wrong with models, or your way of doing things is not what expects Palette component. Cheers -- Vincent Robert Novotny -- С уважением, shumbola mailto:[EMAIL PROTECTED

Re: [Wicket-user] Localized Attributes

2007-07-09 Thread shumbola
for button.save in your properties file. See javadoc for WicketMessageTagHandler class. -- С уважением, shumbola mailto:[EMAIL PROTECTED] - This SF.net email is sponsored by DB2 Express Download DB2 Express C