How to get a translated string for an arbitrary locale?

2011-10-28 Thread Andrew Schetinin
somewhere up the component hierarchy - I've no idea where - so I cannot know the class name. I'd appreciate if somebody could hint what classes and methods to look for, and tell me if it is possible at all. Thank you in advance, Andrew -- -- Andrew Schetinin

Re: How to get a translated string for an arbitrary locale?

2011-10-28 Thread Andrew Schetinin
? model, final Locale locale, final String style, final String defaultValue) -igor On Fri, Oct 28, 2011 at 10:54 AM, Andrew Schetinin ascheti...@gmail.com wrote: Hi, I have a question about Wicket localization I could not find an answer for. I have a component where I'd like to get

Re: How to get a translated string for an arbitrary locale?

2011-10-29 Thread Andrew Schetinin
Thanks, Igor, it worked. Regards, Andrew Schetinin On Fri, Oct 28, 2011 at 10:45 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote: you are right. i was looking in 1.5 where we have exposed the locale. for the time being you can simply do this: Locale old=session.getlocale

Stale models in a form with a lot of AJAX

2011-10-31 Thread Andrew Schetinin
the model on every small change is too heavy. Regards, Andrew -- -- Andrew Schetinin

Re: Stale models in a form with a lot of AJAX

2011-10-31 Thread Andrew Schetinin
Hi again, Sorry, it looks like the model object got assigned to an old copy along the road, so there is no any problem with the models. Regards, Andrew On Mon, Oct 31, 2011 at 10:28 PM, Andrew Schetinin ascheti...@gmail.comwrote: Hi, I have a form that contains a complex object in a model

Navigation to a plain URL within the same application in Wicket 6

2013-03-25 Thread Andrew Schetinin
request target for ViewConfiguration.viewBaseURI: + viewBaseURI); } return RequestCycle.get().urlFor(target); } } Thank you in advance, Andrew -- -- Andrew Schetinin

Re: What is your setup for Rapid Application Development?

2013-04-25 Thread Andrew Schetinin
the second option, suitable for our needs - at least Wicket is more or less okay for that. Mentioned services are basic core services, I'd say low-level - they are necessary, but they don't mean RAD. For RAD, you need something like Rails or Grails. Regards, Andrew Schetinin On Thu, Apr 25, 2013 at 10

Re: What is your setup for Rapid Application Development?

2013-04-26 Thread Andrew Schetinin
Hi Martin, See inside... On Fri, Apr 26, 2013 at 10:01 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi Andrew, On Fri, Apr 26, 2013 at 7:13 AM, Andrew Schetinin ascheti...@gmail.com wrote: In our case, we had to implement the second option, suitable for our needs Can you explain

Re: What is your setup for Rapid Application Development?

2013-04-26 Thread Andrew Schetinin
Hi Martin, On Fri, Apr 26, 2013 at 11:17 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi Andrew, On Fri, Apr 26, 2013 at 9:38 AM, Andrew Schetinin ascheti...@gmail.com wrote: It is not the maintenance cost the problem. The reason why these frameworks have been abandoned is because

Re: What is your setup for Rapid Application Development?

2013-04-26 Thread Andrew Schetinin
Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Regards, Andrew -- Andrew

Problem with wiQuery Dialog after upgrade to Wicket 6.9

2013-07-16 Thread Andrew Schetinin
to port this code to Wicket 6.6 the same functionality worked fine. The question is - how is it possible to submit a form from JS? Regards, Andrew -- Andrew Schetinin

Re: Problem with wiQuery Dialog after upgrade to Wicket 6.9

2013-07-16 Thread Andrew Schetinin
, and that call does not work anymore because of the missing wicketSubmitFormById() function. It seems to me that the only way to extend Dialog in wiQuery is through JavaScript - at least everything related to reaction on the button clicks. Regards, Andrew -- Andrew Schetinin On Tue, Jul 16, 2013 at 6

Re: Problem with wiQuery Dialog after upgrade to Wicket 6.9

2013-07-17 Thread Andrew Schetinin
Hi Sebastien, I've tried it - used getCallbackFunction() - but it generated a function inside function, and broke JS syntax. I've tried a couple of other ideas, but none worked. Regards, Andrew -- Andrew Schetinin On Wed, Jul 17, 2013 at 1:54 AM, Sebastien seb...@gmail.com wrote: Hi, I

Re: Problem with wiQuery Dialog after upgrade to Wicket 6.9

2013-07-18 Thread Andrew Schetinin
( submitLink.getMarkupId() ) .append( ').triggerHandler('click'); ); That worked - good enough for me. I hope that wiQuery will have a more general solution for that, but that's something to be handled in wiQuery. Regards, Andrew -- Andrew Schetinin On Wed, Jul 17, 2013 at 6:41 PM, Andrew Schetinin

Reading placeholder parameters in mounted resources

2013-07-23 Thread Andrew Schetinin
a problem with shared resources? Regards, Andrew -- Andrew Schetinin

Re: Reading placeholder parameters in mounted resources

2013-07-23 Thread Andrew Schetinin
the list of parameters does not contain any id - only the optional arguments. Regards, Andrew -- Andrew Schetinin On Tue, Jul 23, 2013 at 9:47 PM, Cedric Gatay gata...@gmail.com wrote: Hi, I think this is because you're mixing path parameters with query string one. It could be a bug, could you

Re: Reading placeholder parameters in mounted resources

2013-07-24 Thread Andrew Schetinin
at 9:55 AM, Martin Grigorov mgrigo...@apache.orgwrote: Since IRequestParameters knows nothing about path parameters, but just normal request parameters (see HttpServletRequest#getParameters()) you can move your logic for extracting the id parameter in the resource. -- Andrew Schetinin

Re: Jquery tooltip for multiple fields in wicket

2013-07-26 Thread Andrew Schetinin
Hi Martin, for jQuery UI see: http://www.7thweb.net/wicket-jquery-ui/ But where is a tooltip in that library? I could not find it... Regards, Andrew -- Andrew Schetinin On Wed, Jul 24, 2013 at 3:28 PM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, If you use Twitter Bootstrap then you

Re: Jquery tooltip for multiple fields in wicket

2013-07-26 Thread Andrew Schetinin
Thanks, Sebastien! Regards, Andrew -- Andrew Schetinin On Fri, Jul 26, 2013 at 11:57 AM, Sebastien seb...@gmail.com wrote: Hi Andrew, There is no sample yet about the tooltip. I will add sample(s) as soon I add a missing functionality (specifying tooltip content using a Panel

Re: MultiThreading issues with Wicket.

2014-01-18 Thread Andrew Schetinin
these errors or better convert them to a one-line WARN messages? Where is the best place to catch them? Regards, Andrew -- Andrew Schetinin On Sat, Jan 4, 2014 at 11:50 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, On Sat, Jan 4, 2014 at 1:06 AM, eaglei22 jchojnack...@gmail.com wrote: