Re: Modify items in quickview?

2014-10-31 Thread vineet semwal
quickview supports both reconstructing view on complete re-render and partial adding/removing of items when abstractitemsnavigationstrategy implementations like itemsnavigationstrategy or reuseallstrategy is used.. regards, Vineet Semwal

Re: OT: Code Search Engine for Java using wicket

2009-03-25 Thread vineet semwal
wow, thanks for this ultimate application ! I have bookmarked it ;) regards, vineet semwal On Wed, Mar 25, 2009 at 9:07 AM, Vinayak Borkar wrote: > Hello fellow Wicketeers, > > We have released a beta version of a code search engine for open source > Java code, that uses Wicket v

Re: Hibernate Transactions and Wicket

2009-06-18 Thread vineet semwal
d in data access layer that retrieves collection/association( initialize the collection this time). you can also do database paging in this case. regards, vineet semwal On Fri, Jun 19, 2009 at 11:13 AM, Ryan wrote: > I have been reading Nick Wiedenbrueck's blog, specifically ab

Re: Page Expire

2009-06-23 Thread vineet semwal
You can specify session-timeout in web.xml . regards, vineet semwal On Tue, Jun 23, 2009 at 3:31 PM, Dipu wrote: > isn't it container specific ? > > On Tue, Jun 23, 2009 at 10:57 AM, srinivas > wrote: > > Hi, > > > > After how much time will we get the page

Re: Submit form with ajax on enter

2009-06-24 Thread vineet semwal
you can use AjaxButton,AjaxFallbackButton,IndicatingAjaxButton. regards, Vineet Semwal On Thu, Jun 25, 2009 at 9:47 AM, John Patterson wrote: > Hi, I have a single text box which I wan to be submitted by ajax when > either the enter key is pressed or a submit button clicked. Is there an

artwork problem while changing background color of liquid canvas

2009-07-05 Thread vineet semwal
dient()); Fill fill=new Fill("#ADDFFF"); LiquidCanvasBehavior lcb=new LiquidCanvasBehavior(fill,g,new RoundedRect()); regards, Vineet Semwal

Re: artwork problem while changing background color of liquid canvas

2009-07-07 Thread vineet semwal
also attaching a quick project(unjar and mvn jetty:run.) if you have time please take a look ... thanks again, regards, vineet semwal On Mon, Jul 6, 2009 at 2:10 PM, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > Or the combination of things? I know it's very loose. If y

Fwd: artwork problem while changing background color of liquid canvas

2009-07-09 Thread vineet semwal
of all the properties of Graphics subclasses but may be *sequence* of concatenation matters... thanks again to both nino and stefan ! regards, Vineet Semwal -- Forwarded message -- From: Istvan Date: Wed, Jul 8, 2009 at 4:50 PM Subject: Re: artwork problem while changing backgr

Re: artwork problem while changing background color of liquid canvas

2009-07-11 Thread vineet semwal
We are not even half way mark in the application we are developing :( i will give you a update as soon as the application concludes .. regards, Vineet Semwal On Fri, Jul 10, 2009 at 2:27 AM, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > Oh and I'd really like some

Re: HashMap.Entry not serializable?

2009-07-18 Thread vineet semwal
keys,values are serializable but entry itself isn't . quick solution is to use LDM. regards, Vineet Semwal On Sat, Jul 18, 2009 at 3:36 PM, Martin Makundi < martin.maku...@koodaripalvelut.com> wrote: > Hi! > > I am a bit onfused.. I have new ListView("id", new

Re: HashMap.Entry not serializable?

2009-07-18 Thread vineet semwal
Russell, Set,List,Map do not implement Serializable but their implementations do. In the case of Entry ,it's implemented in Map implementations like hashmap . the class which implements Entry there isn't Serializable. regards, Vineet Semwal On Sat, Jul 18, 2009 at 5:22 PM, Russel

Re: HashMap.Entry not serializable?

2009-07-18 Thread vineet semwal
. regards, Vineet Semwal On Sat, Jul 18, 2009 at 6:29 PM, Russell Simpkins < russellsimpk...@hotmail.com> wrote: > > True, but if he does not cast his reference to the underlying > implementation, the jvm has no way to know that the underlying > implementation is serializable does

Re: HashMap.Entry not serializable?

2009-07-18 Thread vineet semwal
loadable detachable model On Sat, Jul 18, 2009 at 7:24 PM, Martin Makundi < martin.maku...@koodaripalvelut.com> wrote: > Veery strange... what is LDM? > > ** > Martin > > 2009/7/18 vineet semwal : > > keys,values are serializable but entry itself isn't

Re: "at least one"-validation?

2009-08-24 Thread vineet semwal
It's simple to write a custom form validator for that purpose 1)create a list of form components, 2)add those form components to list which need validation, 3)in your custom form validator ,do validation of those form components. -- regards, Vineet Semwal 2009/8/24 Stefan Malmesjö &

Re: "at least one"-validation?

2009-08-25 Thread vineet semwal
list of form components. 3)in your custom validator ,you can simply return list.toArray(new FormComponent[list.size()]) and do validations/checking for formcomponents in validate method. and finally clear the list at appropiate time .. -- regards, Vineet Semwal 2009/8/25 Stefan Malmesjö

flot problem

2009-08-26 Thread vineet semwal
I am doing a timeseries chart . I am not able to control size of flotpanel even when i set width,height of div. also the time format specified is not working ,time axis has entries in millisecs :( -- regards, Vineet Semwal

Re: flot problem

2009-08-26 Thread vineet semwal
the graph image generated by flot is big ,i want to control it's size say of size width:200px ,height:100px -- regards, Vineet Semwal On Wed, Aug 26, 2009 at 7:36 PM, Martin Makundi < martin.maku...@koodaripalvelut.com> wrote: > What are you trying to accomplish? > > Th

Re: flot problem

2009-08-26 Thread vineet semwal
been position:relative, or there is a better way? -- regards, Vineet Semwal On Wed, Aug 26, 2009 at 5:13 PM, Martin Makundi < martin.maku...@koodaripalvelut.com> wrote: > duh.. could you provide a code example? > > ** > Martin > > 2009/8/26 vineet semwal : > > I am doin

Re: @SpringBean and IDataProvider

2009-09-09 Thread vineet semwal
InjectorHolder.getInjector().inject(this); //do this in dataprovider constructor -- regards, Vineet Semwal On Wed, Sep 9, 2009 at 1:50 PM, Charles Moulliard wrote: > Hi, > > I have a strange problem that I can't explain. I don't know if this is a > bug > or a limi

Re: [OT] More "Java's generic type parameters are not reified"...

2009-09-17 Thread vineet semwal
actory and that genericsuperclass hack will work .. apart from that one another simple way for retrieving the generic classtype is intializing the class type in constructor. conditions apply ;) -- regards, Vineet Semwal On Thu, Sep 17, 2009 at 4:13 AM, jWeekend wrote: > Since you can NOT do &

Re: [OT] More "Java's generic type parameters are not reified"...

2009-09-17 Thread vineet semwal
; public Funnier( ClasstypeClassT,ClasstypeClassR){ super(typeClassT); this.typeClassT=typeClassT; this.typeClassR=typeClassR; } } -- regards, Vineet Semwal On Thu, Sep 17, 2009 at 2:58 PM, jWeekend wrote: > > Vineet , > > Yes, this is a technique that, carefully and properly used

Re: [OT] More "Java's generic type parameters are not reified"...

2009-09-17 Thread vineet semwal
and using it in this way Funnier funnier=new Funnier(Foo.class,Bar.class); or Funny funny=new Funny(Foo.class); -- regards, Vineet Semwal On Thu, Sep 17, 2009 at 8:16 PM, vineet semwal wrote: > I should have stated it clearly .. > i actually meant passing type Class in constructor

Re: Best way to work with the iterator of IDataProvider

2009-09-28 Thread vineet semwal
Iterator is not serializable, wicket will try to serialize it if it's at class level so either move it inside iterator method or make it transient , In your case,you can easily move it inside method ;) -- regards, Vineet Semwal On Mon, Sep 28, 2009 at 6:42 PM, T Ames wrote: > Furt

table columns ajax update

2009-10-03 Thread vineet semwal
can i update some columns in wicket-stuff table with ajax timer ? i have seen wicket-stuff table example but can't understand how to do it .. -- regards, Vineet Semwal

Re: table columns ajax update

2009-10-03 Thread vineet semwal
Pedro, does it have or will it have capability to update some columns in a table with ajax timer ? table still is good but good to hear that you are doing major improvement in design ;) thank you ! -- regards, Vineet Semwal On Sun, Oct 4, 2009 at 3:57 AM, Pedro Santos wrote: > Hi Sem

Re: table columns ajax update

2009-10-04 Thread vineet semwal
Pedro, eagerly waiting for next version ;) thank you , -- regards, Vineet Semwal On Mon, Oct 5, 2009 at 4:25 AM, Pedro Santos wrote: > Hi Semwal, > it has capability to update some columns. I update HomePage on > table-example > to show how it can be done now. But it makes no

Re: table columns ajax update

2009-10-06 Thread vineet semwal
Pedro, yes,that's what i was exactly looking for .. api is very easy and intuitive . You are super fast ;) thank you ! -- regards, Vineet Semwal On Tue, Oct 6, 2009 at 12:59 AM, Pedro Santos wrote: > I just commit the new version: > > - Refactoring the OrderingImage c

artwork mootip conflict

2009-10-07 Thread vineet semwal
I can't say what exactly is causing problem but when i am using liquid canvas with mootip(minis) in a page, the liquid canvas fails to render .. -- regards, Vineet Semwal

Re: artwork mootip conflict

2009-10-08 Thread vineet semwal
s not used . -- regards, Vineet Semwal On Thu, Oct 8, 2009 at 1:59 PM, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > I've created a wiki here > http://wicketstuff.org/confluence/display/STUFFWIKI/WicketStuff+Artwork so > we can accumulate information like th

Re: artwork mootip conflict

2009-10-08 Thread vineet semwal
In the case of mootip ,mootools.v1.11.js is causing conflict .. but your fix works ;) -- regards, Vineet Semwal On Thu, Oct 8, 2009 at 8:13 PM, Stefan Jozsa wrote: > Yes, you right, if jquery.js not added then > no artwork, no jwicket, no jgrowl. > But, at that time I knew tha

Re: Getting the "Choose Option" on page reload

2009-11-06 Thread vineet semwal
you can set the dropdown model object to a value which you will read it from pageparams, and you will set the pageparams in onsubmit, on first page load you will not be able to retrieve from pageparams so in this case set the modelobject to default value. -- regards, Vineet Semwal On Fri

Re: getCallbackUrl question

2009-11-08 Thread vineet semwal
i have not used wiquery but I do the same in such cases , in some cases i attach the placeholder for components in panel constructor and replace them in onbeforerender component.getPage() inside panel constructor is wrong because panel is attached after instantiation, -- regards, Vineet Semwal

Re: Query related to displaying ListView items in a particular way

2009-12-02 Thread vineet semwal
ld check this email and any attachments for the presence of viruses. The > company accepts no liability for any damage caused by any virus transmitted > by this email. > > www.wipro.com > -- regards, Vineet Semwal

Re: ATOM/RSS feeds in wicket

2009-12-03 Thread vineet semwal
Shiraz > -- regards, Vineet Semwal

Re: Query related to displaying ListView items in a particular way

2009-12-03 Thread vineet semwal
x EA description > x CA description > > On Thu, Dec 3, 2009 at 1:17 AM, vineet semwal >wrote: > > > take a look at gridview > > > > On Thu, Dec 3, 2009 at 11:33 AM, wrote: > > > > > Hi, > > > > > > > > >

Re: not addding componet in case of error

2009-12-11 Thread vineet semwal
t. Is there > a clean way to do this. I'm getting > Unable to find component with id 'chart1image' exception. Appreciate your > feedback > thank you > > > -- regards, Vineet Semwal

Re: table columns ajax update

2009-12-11 Thread vineet semwal
purposes than Table > > - Development of columns components that use ajax timing behavior > > > > On the table-example you can notes the line: > > > > table.getColumnModel().addColumn(new SelfUpdateColumn(1, > > Duration.seconds(5))); > > > > Hope it is

Re: not addding componet in case of error

2009-12-13 Thread vineet semwal
toggling visibility will always do, my idea was creating the actual component only if data is available . On Mon, Dec 14, 2009 at 2:05 AM, Martijn Dashorst < martijn.dasho...@gmail.com> wrote: > Or just set visibility based on error > > On Saturday, December 12, 2009, vineet

wicketstuff push, publishing event in a page2 and component installed with channel listener in page1

2009-12-24 Thread vineet semwal
one channel listener on a component? -- regards, Vineet Semwal

Re: wicketstuff push, publishing event in a page2 and component installed with channel listener in page1

2009-12-24 Thread vineet semwal
regarding first doubt, i can't seem to catch the event in page 1 if i publish a event in page 2, On Thu, Dec 24, 2009 at 7:33 PM, vineet semwal wrote: > Hellos, > recently i started using wicketstuff push ,i have few doubts as following > .. > i have a situation where i need t

Re: Converter for AjaxEditableMultiLineLabel

2009-12-25 Thread vineet semwal
-------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- regards, Vineet Semwal

Re: wicketstuff push, publishing event in a page2 and component installed with channel listener in page1

2010-01-15 Thread vineet semwal
you write a quickstart > with your use cases, so I can flesh any bugs out? > > > On Thu, Dec 24, 2009 at 10:03 AM, vineet semwal > wrote: > > > Hellos, > > recently i started using wicketstuff push ,i have few doubts as following > > .. > > i have a sit

Re: wicketstuff push, publishing event in a page2 and component installed with channel listener in page1

2010-01-18 Thread vineet semwal
thanks, i will take a look at them. On Mon, Jan 18, 2010 at 9:32 PM, Rodolfo Hansen wrote: > On Fri, Jan 15, 2010 at 5:24 AM, vineet semwal > wrote: > > > > > Sorry ,a little late .. > > push is a great project,thanks for your efforts. > > > > i am a l

Re: Tooltip like popup component which can perform text copy(to clipboard)?

2010-02-03 Thread vineet semwal
ket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- regards, Vineet Semwal

Re: Bookmarkable link url is broken in 1.4.6 after ajax update

2010-02-03 Thread vineet semwal
ption is enough for fast > reproduction, but I will try to add a quickstart asap and will open a JIRA > issue. > > This issue is pretty critical. I cannot migrate the application to > wicket-1.4.6 because of it. > > Thank you! > -- regards, Vineet Semwal

Re: Bookmarkable link url is broken in 1.4.6 after ajax update

2010-02-03 Thread vineet semwal
i have opened the jira issue for the same problem, https://issues.apache.org/jira/browse/WICKET-2717 On Thu, Feb 4, 2010 at 1:07 AM, vineet semwal wrote: > I noticed the same problem after moving to 1.4.6 , > I am creating a new bookmarkablepagelink on ajax submit , > current page mou

Re: wicketstuff-push and component replacing

2010-02-03 Thread vineet semwal
on.java:179) > > >>>at > > >>> org.apache.wicket.Component.getApplication(Component.java:1323) > > >>>at > > org.apache.wicket.Component.(Component.java:920) > > >>> > > >>> It seems that in this push method, context is lost, I have no > session, > > >>> request,... > > >>> > > >>> Is there any way I gan regain it or make new? > > >>> > > >>> Or how should I implement push service, which needs to replace some > > >>> components on page? > > >>> > > >>> Thanks in advance, > > >>> Roland > > >>> > > >> > > >> > > >> > > >> -- > > >> Rodolfo Hansen > > >> CTO, KindleIT Software Development > > >> Email: rhan...@kindleit.net > > >> Mobile: +1 (809) 860-6669 > > >> > > > > > > > > > > > > -- > > > Rodolfo Hansen > > > CTO, KindleIT Software Development > > > Email: rhan...@kindleit.net > > > Mobile: +1 (809) 860-6669 > > > > > > > > > > -- > > View this message in context: > > > http://old.nabble.com/wicketstuff-push-and-component-replacing-tp27274128p27435497.html > > Sent from the Wicket - User 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 > > > > > > > -- > Rodolfo Hansen > CTO, KindleIT Software Development > Email: rhan...@kindleit.net > Mobile: +1 (809) 860-6669 > -- regards, Vineet Semwal

Re: wicketstuff-core subprojects correct version number??

2010-02-03 Thread vineet semwal
it be? > > Anyone else know about this? > > On Wed, Feb 3, 2010 at 6:04 PM, vineet semwal >wrote: > > > i can't build the wicketstuff core for last few days,i think the problem > is > > some projects > > have their parents as 1.4-SNAPSHOT while

Re: Bookmarkable link url is broken in 1.4.6 after ajax update

2010-02-07 Thread vineet semwal
- User 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, Vineet Semwal

Re: Bookmarkable link url is broken in 1.4.6 after ajax update

2010-02-07 Thread vineet semwal
ried to use latest version from branch-1.4.x? > > > > vineet semwal wrote: > > > > afaik,it's working correctly after the fix(2717),atleast i can't > reproduce > > the problem . > > > > On Sun, Feb 7, 2010 at 8:16 PM, Alex Objelean > >

Re: [1.4.6] inconsistent setResponsePage behavior in AjaxButton , with 1.4.5

2010-02-09 Thread vineet semwal
irect to > http://foo.bar/app/CurrentPage/key/CurrentPage/key/value > , it is WRONG > > I think it is related to wicket2312 patch. > -- regards, Vineet Semwal

Re: BookmarkablePage with PageParameters

2010-02-12 Thread vineet semwal
/page?param=0. I guess that if I don't have any trailing slashes in the > URL, > the "URL fragment" message should be avoided, isn't it? > > Thanks in advance and regards, > > Pierre > > > -- > Les deux règles universelles du bide : > > 1) on n'explique pas un bide > > 2) dans le futur, un bide sera toujours un bide. > -- regards, Vineet Semwal

Re: OnChangeAjaxBehavior: nth character

2010-02-12 Thread vineet semwal
arted using Wicket as part of an article series (because of all of > your passion for it) and I have to say all of you are doing incredible > work - I love it.. Here's the link to the article series in case any of > you are interested: > http://www.informit.com/guides/content.aspx?g=java&seqNum=529 > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- regards, Vineet Semwal

Re: OnChangeAjaxBehavior: nth character

2010-02-12 Thread vineet semwal
> which method on the server side is intercepting the GET (or POST)? > > That information seems to be missing from the wiki unless it's easier than > I > realize and I'm overthinking this... > > On Fri, Feb 12, 2010 at 2:15 PM, vineet semwal > wrote: > > > you

Re: AjaxPagingNavigator and mounted pages produces incorrect links

2010-02-13 Thread vineet semwal
n > using ajax? > > I just tested this on 1.4.5 and it works correctly. > > -Ryan > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- regards, Vineet Semwal

Re: How to hide / show additional descriptive Row below empty DataView?

2010-02-13 Thread vineet semwal
add(emptyRow); > > In HTML: > > >ID >Delete > > >No Items to show > > > > --------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- regards, Vineet Semwal

Re: How to hide / show additional descriptive Row below empty DataView?

2010-02-13 Thread vineet semwal
i meant dataprovider.size() ... On Sun, Feb 14, 2010 at 1:12 PM, vineet semwal wrote: > two suggestions, > 1)emptyrow.setoutputmarkupplaceholdertag(true) instead of > setoutputmarkupid(true). > 2)you can use dataview.getitemscount() instead of data.size() as later can > be expens

Re: best way to detect session termination

2010-02-16 Thread vineet semwal
> > >> > > > >> > > - > > >> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > > >> > For additional commands, e-mail: users-h...@wicket.apache.org > > >> > > > >> > > > >> > > > > > > > > > > - > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > > For additional commands, e-mail: users-h...@wicket.apache.org > > > > > > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- regards, Vineet Semwal

Re: best way to detect session termination

2010-02-16 Thread vineet semwal
i think i didn't use my words correctly :( with "you can store the sessionid when user logs in" i mean persist user object with sessionid when the user signed in ... On Tue, Feb 16, 2010 at 6:45 PM, vineet semwal wrote: > can't you simply do that in webapplicatio

Re: best way to detect session termination

2010-02-17 Thread vineet semwal
d I don't want to > configure that manually... > > Does somebody see another way to access my user data, or am I doing > something > stupid? > > Andreas > > > > -Original Message- > > From: vineet semwal [mailto:vineetsemwal1...@gmail.com] &g

Re: best way to detect session termination

2010-02-17 Thread vineet semwal
a small example, WebApplicationContextUtils.getRequiredWebApplicationContext(getServletContext()).getBean("name") On Wed, Feb 17, 2010 at 8:50 PM, vineet semwal wrote: > > quick solution to do by retrieving the bean from spring applicationcontext > in your webapplication, >

Re: Redirect to bookmarkable page from self - broken in 1.4.6?

2010-02-25 Thread vineet semwal
the 1.4.6 release notes to say this > behaviour may have changed, is this a bug? > -Gianni > > > ----- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- regards, Vineet Semwal

Re: mvn jetty plugin not compatible with wicket

2010-03-04 Thread vineet semwal
wicket.apache.org > > -- regards, Vineet Semwal

Re: mvn jetty plugin not compatible with wicket

2010-03-04 Thread vineet semwal
sorry ignore my post .. On Thu, Mar 4, 2010 at 6:51 PM, vineet semwal wrote: > you have to edit your settings.xml , > take a look at http://docs.codehaus.org/display/JETTY/Maven+Jetty+Plugin > > > On Thu, Mar 4, 2010 at 5:24 PM, Douglas Ferguson < > doug...@doug

Re: Avoiding wickety URLs in login form

2010-03-09 Thread vineet semwal
y for a stateless login form that doesn't show > wickety stuff in the URL bar? Thanks in advance for any help. > > Neil > -- regards, Vineet Semwal

Re: mountBookmarkablePage issue with panels

2010-03-09 Thread vineet semwal
e mount name. If I use > "/section-signup" as the URL name instead (without the frontslash) it works > perfectly. Is this a bug? > > Thanks, > Tony -- regards, Vineet Semwal

Re: Avoiding wickety URLs in login form

2010-03-10 Thread vineet semwal
the URL bar, not how > componentIds etc are put in links on that page. Or am I doing something > wrong? > > Thanks, > Neil > > On Tue, Mar 9, 2010 at 10:47 AM, vineet semwal > wrote: > > > please try hybridurlcodingstrategy or mixedparamshybridurlcodingstrategy &

Re: Page reload after submit action

2010-03-13 Thread vineet semwal
Manfred > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- regards, Vineet Semwal

Re: How to return a result value for wicketAjaxGet

2010-03-19 Thread vineet semwal
> and provid the result value in the respond method on the Java side? > > Does anobody know the trick? > > Stefan > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- regards, Vineet Semwal

Re: How to return a result value for wicketAjaxGet

2010-03-19 Thread vineet semwal
forgot to add the concatenation result has to be passed as argument to wicketajaxget as you already know.. On Fri, Mar 19, 2010 at 9:03 PM, vineet semwal wrote: > Hi, > take a look at > http://cwiki.apache.org/WICKET/calling-wicket-from-javascript.html > > following is what

Re: Ten things every Wicket programmer must know?

2011-07-28 Thread vineet semwal
--- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- thank you, regards, Vineet Semwal - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Form Model Not Available for AjaxFallbackLink

2011-07-31 Thread vineet semwal
@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- thank you, regards, Vineet Semwal - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Form Model Not Available for AjaxFallbackLink

2011-07-31 Thread vineet semwal
rs forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.a

Re: Disabling Entire Page, and Redirecting to Page in N Seconds

2011-08-03 Thread vineet semwal
itional commands, e-mail: users-h...@wicket.apache.org > > -- thank you, regards, Vineet Semwal - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Username gets cached

2011-08-03 Thread vineet semwal
--- >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> For additional commands, e-mail: users-h...@wicket.apache.org >> >> > > > -- > Anna Simbirtsev > (416) 729-7331 > -- thank you, regards, Vin

Re: onClick on Image

2011-08-15 Thread vineet semwal
t archive at Nabble.com. > > --------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- thank you, regards, Vineet Semwal - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Can't properly override getConverter on FormComponent subclasses

2011-08-15 Thread vineet semwal
just >> as example, could be any type) when I try to to provide a specific >> converter for my instance I >> >> -- >> Fabio Cechinel Veronez >> > > > > -- > Fabio Cechinel Veronez > > --

Re: Can't properly override getConverter on FormComponent subclasses

2011-08-15 Thread vineet semwal
o cast but all > users of them benefit without seeing this casting > > On Mon, Aug 15, 2011 at 6:21 PM, vineet semwal > wrote: >> the signature of method is  public final IConverter >> getConverter(Class clazz) ; >> >>    public IConverter getConverter(Class type)

Re: Can't properly override getConverter on FormComponent subclasses

2011-08-15 Thread vineet semwal
sorry i just realized i goofed up while copying the method signature .. there is no final in the method signature.. On Mon, Aug 15, 2011 at 8:51 PM, vineet semwal wrote: > the signature of method is  public final IConverter > getConverter(Class clazz) ; > >    public IConverter

Re: Can't properly override getConverter on FormComponent subclasses

2011-09-05 Thread vineet semwal
onverter)getConverter(); >                        return converter; >                } >                else >                { >                        return super.getConverter(type); >                } >        } >         > ?? > > On Mon, Aug 15, 2011 at 1:27 PM, vinee

Re: Can't properly override getConverter on FormComponent subclasses

2011-09-05 Thread vineet semwal
ady known whether by getType or by > T type... wouldn't it? > > > > On Mon, Sep 5, 2011 at 8:24 AM, vineet semwal > wrote: >> In FormComponent class >> >>  /** >>        * subclasses would override it instead of getConverter(Class) >> s

Re: Statful image

2011-09-07 Thread vineet semwal
> jWeekend >> Training, Consulting, Development >> http://jWeekend.com >> >> - >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> For additional comman

wicketstuffpush 1.5 timepushservice not working

2011-09-30 Thread vineet semwal
the same .. -- thank you, regards, Vineet Semwal pushquickie.jar Description: application/java-archive - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: wicketstuffpush 1.5 timepushservice not working

2011-10-02 Thread vineet semwal
h this change your example worked for me with Chrome and Opera > latest stables. Did not work with FF 7 however so there might be other bugs. > > Attila > > 2011/10/1 vineet semwal > >> hellos ! >> >> i have used wicketstuff 1.4.17.2 push before with wicket 1.4.x

Re: What is the right way to identify the second login for the same user?

2011-10-03 Thread vineet semwal
t; 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 > > -- thank you, regards, Vineet Semwal ---

Re: What is the right way to identify the second login for the same user?

2011-10-03 Thread vineet semwal
correcting a typo i made retrieve the previous session by *userid* On Mon, Oct 3, 2011 at 7:54 PM, vineet semwal wrote: > you can store sessionid corresponding to a particular user , > if he tries to login from different browser,you can retrieve the > previous session by session id &g

Re: What is the right way to identify the second login for the same user?

2011-10-03 Thread vineet semwal
ubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- thank you, regards, Vineet Semwal - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Wicket 1.5 and ExceptionHandling

2011-10-06 Thread vineet semwal
ceptionHandling-tp3877300p3877300.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e

Re: DateTimeField and AjaxFormComponentUpdatingBehavior

2011-10-06 Thread vineet semwal
-- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- thank you, regards, Vineet Semwal - To unsubscribe, e-ma

Re: [wicketstuff-push] How to disconnect cleanly?

2011-10-11 Thread vineet semwal
stallNode() only removes the behaviour but does not > stop the timer. > > Any hints welcome... > > Best regards, > > Harald > > - > To unsubscribe, e-mail: user

Re: [wicketstuff-push] How to disconnect cleanly?

2011-10-12 Thread vineet semwal
e before calling > uninstallNode(), but that requires copying code from the private > method TimerPushService._findPushBehavior(). So it seems the API could > do with a couple of extensions for this case... > > Best regards, > Harald > > 2011/10/11 vineet semw

Re: [wicketstuff-push] How to disconnect cleanly?

2011-10-12 Thread vineet semwal
thank you martin ! herald ,i have opened a issue for you https://github.com/wicketstuff/core/issues/66 thank you ! On Wed, Oct 12, 2011 at 2:19 PM, Martin Grigorov wrote: > On Wed, Oct 12, 2011 at 11:13 AM, vineet semwal > wrote: >> there is no need for the api change,its a bug

Re: Retain Focus After Ajax Update

2011-10-17 Thread vineet semwal
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 > > -- thank you, regards, Vineet Semwal ---

Re: [wicketstuff-push] How to disconnect cleanly?

2011-10-21 Thread vineet semwal
just tested on a quickstart,works well .. thanks for the fix ! On Fri, Oct 21, 2011 at 6:23 PM, Sebastian wrote: > hi, > > we fixed it in trunk now. please give it a try. > > regards, > > seb > > On 12.10.2011 11:18, vineet semwal wrote: >> >> thank you

Re: Clarification on defining component visibility

2011-11-11 Thread vineet semwal
ent codebase (or rather, trying to > make a dirty and inconsistent codebase less so).  What is the intended, > preferred, or rules-of-thumb for how to accomplish this?  Is some > combination of these methods the inevitable result, or is there a > consistent method to this?

Re: StringValue.toOptionalLong incorrect behavior

2011-11-16 Thread vineet semwal
>> >> The problem in following code: >> >> public final Long toOptionalLong() throws StringValueConversionException >>    { >>        return (text == null) ? null : toLongObject(); >>    } >> >&g

Re: StringValue.toOptionalLong incorrect behavior

2011-11-16 Thread vineet semwal
yeah not needed for toOptionalString() but why not for toOptionalBoolean()? On Wed, Nov 16, 2011 at 3:39 PM, Martin Grigorov wrote: > Hi, > > On Wed, Nov 16, 2011 at 11:50 AM, vineet semwal > wrote: >> martin i too think tooptionalMethods in StringValue should behave the >

Re: @SpringBean scope, where does it start-end?

2011-11-17 Thread vineet semwal
nal commands, e-mail: users-h...@wicket.apache.org > > -- thank you, regards, Vineet Semwal - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: How to get client ip with wicket 1.5

2011-11-20 Thread vineet semwal
cycle > Returns: > remoteAddr IP address of the client, using the X-Forwarded-For header and > defaulting to: getHttpServletRequest().getRemoteAddr( > > > > But I am a beginner in wicket 1.5 and java, so I need some example code to > get ip address, if it is p

Re: How to get client ip with wicket 1.5

2011-11-20 Thread vineet semwal
te: > Alle domenica 20 novembre 2011, vineet semwal ha scritto: >>   HttpServletRequest request = servletWebRequest.getContainerRequest(); >>             String ipAddress = request.getHeader("X-Forwarded-For"); >> > > Thank you for your very fast reply. > I imp

  1   2   3   4   >