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
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
.
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
thank you,
regards,
Vineet Semwal
see AjaxRequestTarget#getComponents()
On Fri, Nov 1, 2013 at 7:15 PM, Nick Pratt nbpr...@gmail.com wrote:
Is there a way for a Component to detect if its been added to an
AjaxRequestTarget?
N
--
regards,
Vineet Semwal
.
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
redirect in this listener?
Evgheni
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
registered ,i tried looking a bit at code but could not find it ..
On Tue, May 14, 2013 at 5:18 PM, Martin Grigorov mgrigo...@apache.orgwrote:
On Tue, May 14, 2013 at 9:51 AM, Martin Grigorov mgrigo...@apache.org
wrote:
Hi Vineet,
On Mon, May 13, 2013 at 11:09 PM, vineet semwal
also why is well known tagnames getting registered and why are not they
just kept at start itself,they are just strings ,registering only makes
sense for the new tags in my opinion..
On Tue, May 14, 2013 at 6:45 PM, vineet semwal vineetsemwa...@gmail.comwrote:
Martin,
thanks
i have just created issue https://issues.apache.org/jira/browse/WICKET-5189
thank you !
On Tue, May 14, 2013 at 7:15 PM, Martin Grigorov mgrigo...@apache.orgwrote:
On Tue, May 14, 2013 at 3:28 PM, vineet semwal vineetsemwa...@gmail.com
wrote:
also why is well known tagnames getting
On Tue, May 14, 2013 at 6:45 PM, vineet semwal vineetsemwa...@gmail.comwrote:
Martin,
thanks for the explanation,you are right ! ,i just tested that static
block doesn't get executed .. but i could never reproduce Andy's problem
..,
i also checked and noticed that WicketTagIdentifier
file:
!doctype html
html xmlns:wicket=http://wicket.apache.org;
wicket:panel
span wicket:id=label/span
/wicket:panel
/html
--
regards,
Vineet Semwal
://jWeekend.com http://jweekend.com/
--
regards,
Vineet Semwal
/
--
regards,
Vineet Semwal
-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
, there is an isCacheable() method , where is it in 6.7 ?
Thanks .
--
regards,
Vineet Semwal
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,
Vineet Semwal
if I want to add additional header information, which is correct ?
data.getHeaders().addHeader(key, value); ?
or
((WebResponse) attributes.getResponse()).addHeader(key , value); ?
Thanks.
--
regards,
Vineet Semwal
adding header in data.getHeaders() appears better to me according to code
flow in AbstractResource
On Thu, Apr 25, 2013 at 2:15 AM, vineet semwal vineetsemwa...@gmail.comwrote:
both does the same thing ,however there are some internal headers so take
a look at them in AbstractResource,if your
planned to store the email ID of the User in the session and load the
User data in the onBeginRequest function of the RequestCycleListener. But
... I only want to load the User data once per request.
What do I wrong? Any help?
Thanks,
Andre
On Mon, 22 Apr 2013 11:03:43 +0530
vineet semwal
-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
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
--
regards,
Vineet Semwal
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
.
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
.
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
or upload it somewhere else and give a url here from where it can be
downloaded,sometimes here the attached files don't go through..
or just mail your project at vineetsemwa...@gmail.com
On Mon, Apr 15, 2013 at 5:31 PM, vineet semwal vineetsemwa...@gmail.comwrote:
hi,
i am making a guess now
sorry i made a typo in one of the post ..
i wrote gives you an expectation
what i meant was gives you an *exception* :-)
On Mon, Apr 15, 2013 at 5:39 PM, vineet semwal vineetsemwa...@gmail.comwrote:
or upload it somewhere else and give a url here from where it can be
downloaded,sometimes
.
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
.
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
-tp4657948.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: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
forgot to write there is AjaxItemsNavigator in the package which on click
adds new rows for QuickView, you can use or extend it or write your own
depending on your usecase,see examples..
On Sat, Apr 13, 2013 at 12:39 PM, vineet semwal vineetsemwa...@gmail.comwrote:
hi,
if you can change
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,
Vineet Semwal
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
commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
--
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com http://jweekend.com/
--
regards,
Vineet Semwal
,
I mean something like
https://github.com/mleibman/SlickGrid/wiki#virtual-rendering - DOM objects
are added and removed while scrolling, thus keeping the DOM tree size small
On Wed, Mar 27, 2013 at 12:52 PM, vineet semwal vineetsemwa...@gmail.com
wrote:
hi ,
do you mean removing items
!
--**--**-
To unsubscribe, e-mail:
users-unsubscribe@wicket.**apache.orgusers-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
.
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
...@wicket.apache.org
--
regards,
Vineet Semwal
.
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
? Would the devs on this list consider
taking it in for the next release of Wicket (if so I can open an JIRA)? Is
this already implemented and I'm just too stupid to have found it?
Thanks...
Bill-
--
regards,
Vineet Semwal
.
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
/closer.cgi/wicket/6.5.0
The Wicket team
--
regards,
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
--
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com http://jweekend.com/
--
regards,
Vineet Semwal
/return to home page'.
What is the best place to put in a hook or a listener to be activated
when this occurs so that we can have an email sent to an admin or log
extra details etc.,
Yours sincerely,
Chris Colman
--
regards,
Vineet Semwal
...@wicket.apache.org
--
regards,
Vineet Semwal
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
() otherwise
WicketTester is not used at all in your test.
On Thu, Nov 1, 2012 at 10:49 PM, vineet semwal vineetsemwa...@gmail.com
wrote:
hi,
this is expected behavior,
AbortWithHttpErrorCodeException doesn't respond with
InternalErrorPage,it merely sets HTTP error code ,
you can assert
.
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
-
To unsubscribe, e-mail: users
the file size, all dependent libraries are in the
WEB-INF/lib directory. The project itself is actually really small.
--
Regards - Ernesto Reinaldo Barreiro
Antilia Soft
http://antiliasoft.com/ http://antiliasoft.com/antilia
--
regards,
Vineet Semwal
--
regards,
Vineet Semwal
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
to be /foo/* for the
AtmosphereServlet as well as
servlet-mapping
servlet-nameAtmosphereApplication/servlet-name
url-pattern/foo/*/url-pattern
/servlet-mapping
looks ok
Regards
Nick
--
regards,
Vineet Semwal
.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: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
.
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
-
To unsubscribe, e-mail: users-unsubscr
hmm i see it now...
thank you core devs for the great work !
On Wed, Oct 24, 2012 at 2:18 AM, vineet semwal vineetsemwa...@gmail.com wrote:
how come i don't see any tag related to 6.2.0 ?
On Wed, Oct 24, 2012 at 1:24 AM, Martijn Dashorst
martijn.dasho...@gmail.com wrote:
The Apache Wicket
...@wicket.apache.org
--
regards,
Vineet Semwal
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
false;};
}
};
attributes.getAjaxCallListeners().add(myAjaxCallListener);
}
});
What should I call to handle ok or cancell event?
Marco
On Oct 19, 2012, at 6:10 PM, vineet semwal
...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h
is removed.
On Oct 22, 2012, at 12:34 PM, vineet semwal wrote:
i can't reproduce your problem,on clicking cancel ,the precondition
should fail ie. return false
which is what the code is doing,what browser are you using? i tested
it on chrome/firefox
On Mon, Oct 22, 2012 at 3:33 PM, Marco Di
i have fixed that and tested it in IE8,firefox,chrome,i have created a
new tag 1.5.8.2 for this.you can download it from the below link
https://github.com/vineetsemwal/quickview/tags
On Mon, Oct 22, 2012 at 5:39 PM, vineet semwal vineetsemwa...@gmail.com wrote:
hi,
i tested successfully
migration
page doesn't have any reference explaining how to replace it.
--
regards,
Vineet Semwal
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail
-h...@wicket.apache.org
--
regards,
Vineet Semwal
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
://people.apache.org/~mdisabatino
--
regards,
Vineet Semwal
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
-mail: users-h...@wicket.apache.org
--
regards,
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
--
regards,
Vineet Semwal
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional
: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail
, Oct 13, 2012 at 4:07 PM, Lucio Crusca lu...@sulweb.org wrote:
In data sabato 13 ottobre 2012 11:53:54, vineet semwal ha scritto:
i can't reproduce ,which wicket version and servlet container are you on?
Wicket version 6.0 and not sure about the servlet container, because what's
failing
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
.
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
-
To unsubscribe
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,
Vineet Semwal
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,
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
--
regards,
Vineet Semwal
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
,
Vineet Semwal
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
for example?
Are there any examples of a similar dynamic form?
cheers,
Steve
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet
sorry somehow i didn't type last message correctly :)
use a repeater and you can add your formcoponents to its items ,see
listview/dataview
On Fri, Sep 28, 2012 at 1:35 PM, vineet semwal vineetsemwa...@gmail.com wrote:
use a repeater which and yo can attach your formcomponents to items
On Fri
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,
Vineet Semwal
sorry,i just realized i have misread the post ,follow what Ernesto recommended..
On Fri, Sep 28, 2012 at 1:32 PM, vineet semwal
vineetsemwal1...@gmail.com wrote:
hi!
see AjaxEditableLabel
On Fri, Sep 28, 2012 at 12:58 PM, rpere...@ok.de wrote:
Hello,
does it exist an edit label component
semwal vineetsemwa...@gmail.com wrote:
sorry,i just realized i have misread the post ,follow what Ernesto
recommended..
On Fri, Sep 28, 2012 at 1:32 PM, vineet semwal
vineetsemwal1...@gmail.com wrote:
hi!
see AjaxEditableLabel
On Fri, Sep 28, 2012 at 12:58 PM, rpere...@ok.de wrote:
Hello
/WICKET/migration-to-wicket-60.html#MigrationtoWicket6.0-Refactorings
--
Best regards / Med venlig hilsen
Nino Martinez
--
regards,
Vineet Semwal
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional
.
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
-
To unsubscribe
-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail
);
new BookmarkablePageLink ( link, ReleasePage.class, rel); //
This would create page params the properties.
Anything like this available? If not, is it doable? It would reduce
quite some boilerplate code.
Thanks,
Ondra
--
regards,
Vineet Semwal
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
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,
Vineet Semwal
: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h
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
.:(
--
regards,
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
--
regards,
Vineet Semwal
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
...@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
not dirty.
--
thank you,
regards,
Vineet Semwal
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
log4j.logger.org.springframework.beans.factory=DEBUG
log4j.logger.org.apache.wicket=INFO
log4j.logger.org.apache.wicket.protocol.http.HttpSessionStore=INFO
log4j.logger.org.apache.wicket.version=INFO
log4j.logger.org.apache.wicket.RequestCycle=INFO
On Wed, Sep 5, 2012 at 4:23 PM, vineet semwal
-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail
,
Yusuf
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
-h...@wicket.apache.org
--
regards,
Vineet Semwal
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
...@wicket.apache.org
--
regards,
Vineet Semwal
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
sorry typo i meant wickettester#executeAjaxEvent(button,onclick)
On Thu, Aug 16, 2012 at 8:11 PM, vineet semwal vineetsemwa...@gmail.com wrote:
that is expected behavior try
wickettester#ajaxEvent(button,onclick) or it's path equivalent
On Thu, Aug 16, 2012 at 7:00 PM, JCoder i
in more details.
To be continued...
On 10/08/2012 6:33 PM, vineet semwal wrote:
you are right onconfigure is executed once before rendering .
actually isPageStateless() can be broken easily as that variable can
be populated before the page#onbeforerender is completed ie. say if
some
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
regards,
Vineet Semwal
-
To unsubscribe, e-mail: users-unsubscr
1 - 100 of 312 matches
Mail list logo