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: 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: 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: 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
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: 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

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: 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

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: 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-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-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
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: 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: 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: 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: 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: 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: 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: Refreshing captcha image

2011-07-19 Thread vineet semwal
 if (target != null) { >                target.addComponent(imgCaptcha); >            } > } > > Thanks > > - > To unsubscribe, e-mail: users-unsubscr...@w

Re: target.addComponent and impact

2011-07-14 Thread vineet semwal
than once on a particular component? >> > That should lead to a multiple rendering of the component. > > > - > 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: resetting form components

2011-07-03 Thread vineet semwal
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

Re: resetting form components

2011-07-03 Thread vineet semwal
-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 F

Re: regarding wicketstuff push

2011-06-24 Thread vineet semwal
Hey seb , thanks for the quick fix ! On Fri, Jun 24, 2011 at 5:01 AM, Sebastian wrote: > hi vineet, > > you are right. this is probably a left over from the refactoring we did. I > just fixed it on github. > > regards, > > seb > > On 23.06.2011 22:58, vineet semwal

regarding wicketstuff push

2011-06-23 Thread vineet semwal
String label) why does a new channel creation needs event ? i have also looked at the code i noticed "event" is just not used in the channel creation method in AbstractPushService :| i think method declaration can be improved or may be i am missing something ?? -- thank you, regar

Re: Back button problem in wicket

2011-04-29 Thread vineet semwal
pache.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: SpringComponentInjector and non-Wicket servlets

2011-04-07 Thread vineet semwal
46.n4.nabble.com/SpringComponentInjector-and-non-Wicket-servlets-tp3434182p3434182.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apach

Re: AttibuteModifier question

2011-04-05 Thread vineet semwal
uteModifier-question-tp3429987p3429987.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-mail:

Re: Navigation and Adding Panels dynamically.

2011-03-27 Thread vineet semwal
new EditUserScreen(); > currentPanel.replaceWith(screen); > currentPanel = screen; > > Still nothing changed. So it doesn't look to me like the wat I am > creating the panel is the problem. I think there is issues with the way > I am using replaceWith method. > > Any i

Re: Navigation and Adding Panels dynamically.

2011-03-27 Thread vineet semwal
> >> > > >> > > - >> > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> > > For additional commands, e-mail: users-h...@wicket.apache.org >> > > >&

Re: BestPractice - working with Wicket properites outside of Wicket context

2011-03-21 Thread vineet semwal
sorry a correction , DomainObjectA.class.getName() instead of canonical name because you can have property files for inner classes too in that case canonical name will fail.. On Mon, Mar 21, 2011 at 11:52 PM, vineet semwal wrote: > simply use resource bundle? > > ResourceBundle.

Re: BestPractice - working with Wicket properites outside of Wicket context

2011-03-21 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: Redirecting to another page in a WebPage constructor

2011-03-11 Thread vineet semwal
ly when the current page is mounted. > - > 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: Wicket-Hibernate Related LazyInitializationException

2010-12-03 Thread vineet semwal
howing > him the actual list which is a reflection of your database.. > > Cheers for the thoughts > Niv > > > On Fri, Dec 3, 2010 at 3:48 PM, vineet semwal >wrote: > > > afaik,if your collection is lazy ,you will be able to initialize it in > the > > same sessio

Re: Wicket-Hibernate Related LazyInitializationException

2010-12-02 Thread vineet semwal
a list of Phones for the subject > it > will overwrite the ones user has added. > > Not sure if that made sense, thanks for your thoughts > Will ping back > Niv > > > On Thu, Dec 2, 2010 at 5:43 PM, vineet semwal >wrote: > > > do you see the exception w

Re: Wicket-Hibernate Related LazyInitializationException

2010-12-02 Thread vineet semwal
leDetachableModel() { > > >@Override > > >protected Object load() { > > >return containerForm.getModelObject().getPhoneList(); > > >} > > >}; > > > } > > > > > > If someone has any thoughts would appreiciate hearing from you. > > > > > > > > > Cheers > > > > > > > - > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > > For additional commands, e-mail: users-h...@wicket.apache.org > > > > > -- regards, Vineet Semwal

Re: get localized string from Model class?

2010-10-30 Thread vineet semwal
milar? >>>> >>>> >>>> Thanks >>>> >>>> - >>>> 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: new feature in trunk and branch: Component#onConfigure()

2010-07-21 Thread vineet semwal
(); // make sure source is > configured > * setVisible(source.isVisible()); > * } > * } > * > * > * > */ >public final void configure() >{ > if (!getFlag(FLAG_CONFIGURED)) >{ >onConfigure(); >setFlag(FLAG_CONFIGURED, true); >} >} > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- regards, Vineet Semwal

Re: Welcome Martin Grigorov as a core team member

2010-07-19 Thread vineet semwal
e team! > > -- > Jeremy Thomerson > http://www.wickettraining.com > -- regards, Vineet Semwal

Re: validations in a form with listView

2010-06-03 Thread vineet semwal
ket.1842946.n4.nabble.com/validations-in-a-form-with-listView-tp2242009p2242137.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 > > -- regards, Vineet Semwal

Re: AutocompleteTextField behaviours

2010-05-24 Thread vineet semwal
a typo in previous post , formcomponentupdatingbehavior or a *formsubmitting* behavior to fire . 2010/5/24 vineet semwal > sorry i realized the previous idea is bad because to even read the > formcomponent input you will require either formcomponentupdatingbehavior > or a ajax s

Re: AutocompleteTextField behaviours

2010-05-24 Thread vineet semwal
to your autocompletetextfield ,it will work... 2010/5/24 Katherine > Thanks for idea, but unfortunately onrequest is a final method. > I tried to add my Label to the target used in respond method, but nothing > happens in this case :(. > > * vineet semwal [Mon, 24 May 2010 1

Re: AutocompleteTextField behaviours

2010-05-24 Thread vineet semwal
Katherine > There is no problem in how many items returned, the problem I need to > notify user, that there are N items in general. > So I just need a possibility to update Label by ajax after getChoices got > number of items. > > * vineet semwal [Mon, 24 May 2010 13:19:47 > +0

Re: AutocompleteTextField behaviours

2010-05-24 Thread vineet semwal
- > >> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> > For additional commands, e-mail: users-h...@wicket.apache.org >> > >> > >> > > > > > -- > Katherine. > > -- > Самые низкие цены на недвижимость. http://domoteka.ru/ > > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- regards, Vineet Semwal

Re: Implement Check Availability link

2010-05-16 Thread vineet semwal
> -- > Jeremy Thomerson > http://www.wickettraining.com > > > > On Sun, May 16, 2010 at 4:03 PM, vineet semwal > wrote: > > > should work,have you tried it in onerror method? > > > > On Sun, May 16, 2010 at 11:02 PM, Apple Grew > wrote: >

Re: Implement Check Availability link

2010-05-16 Thread vineet semwal
heck Availability link. When this link is > > > > clicked > > > > >> it > > > > >> > will check if the entered username exists for not For this link > I > > > have > > > > >> used > > > > >> > AjaxLink. The problem is in AjaxLink's onClick I am not sure how > > > will > > > > I > > > > >> > fetch the value of the text filed - username? The model seems > not > > to > > > > hold > > > > >> > the value.. > > > > >> > > > > > >> > Please suggest. > > > > >> > > > > > >> > Regards, > > > > >> > Apple Grew > > > > >> > my blog @ http://blog.applegrew.com/ > > > > >> > > > > > >> > > > > >> > > - > > > > >> 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 > > > -- regards, Vineet Semwal

Re: Implement Check Availability link

2010-05-16 Thread vineet semwal
gt;> > > > >> > Please suggest. > > >> > > > >> > Regards, > > >> > Apple Grew > > >> > my blog @ http://blog.applegrew.com/ > > >> > > > >> > > >> - > > >> 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: wickestuff-push not working with jetty standalone

2010-04-22 Thread vineet semwal
he logs and see what the cometd servlet is requiring, > > This is more of a jetty issue than a problem wicketstuff-push.. > > You should find something in the jetty mailing lists regarding the > requirements for the comet servlet. > > On Thu, Apr 22, 2010 at 9:24 AM, vineet semwal &g

wickestuff-push not working with jetty standalone

2010-04-22 Thread vineet semwal
when i am using it with maven-jetty plugin.. Following is my setup :- jetty:6.1.23 wicket:1.4.7 push:1.4.7-snapshot any advice will be welcomed... -- 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: 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: 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: 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: 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-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: 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: mvn jetty plugin not compatible with wicket

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

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: 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: 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-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-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: 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: 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: 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: 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: 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: 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: [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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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

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

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: 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

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-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: 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: 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-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: 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: 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: 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: 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

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: 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

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-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

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: 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

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: [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
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 &

<    1   2   3   4   >