Re: ListView broken?

2008-10-23 Thread Dipu
looks like template.getQuestions() is returning a list with items in it which is not of the type QuestionAndAnswer try iterating through the list and logging the class name of each item in it Dipu On Thu, Oct 23, 2008 at 9:46 AM, pieter claassen <[EMAIL PROTECTED]>wrote: > I am

Re: ListView broken?

2008-10-23 Thread Dipu
can't you check what exactly is being returned by template.getQuestions() and if its a list what are the items in it On Thu, Oct 23, 2008 at 10:10 AM, pieter claassen <[EMAIL PROTECTED]>wrote: > Hi Dipu, > > I tried that but when I do the following: > >

Re: ListView broken?

2008-10-23 Thread Dipu
eturn questions; >} > > This is what I saw in my console. There are two objects in the list and > they are both QuestionAndAnswer objects > > > ++DEBUG++: class com.musmato.model.QuestionAndAnswer > ++DEBUG++: class com.musmato.model.QuestionAndAnswer > > Regar

Re: New site developed in wicket - WWW.FITCOMPLEX.SK

2009-04-21 Thread Dipu
Looks nice !, congrats On Mon, Apr 20, 2009 at 5:22 PM, Stefan Simik wrote: > New site about health, nutrition, exercise and life > style > > We are using stateless pages for public interface, and stateful ajaxified > pages for admin interface. > Stateless ajax in

Re: How to keep fields between pages

2009-05-22 Thread Dipu
can't you store the List in the session when you move to other page's and get it from session when you get back. -dipu On Fri, May 22, 2009 at 12:46 PM, Lorenzo Bolzani wrote: > Hi, I'm trying to keep a page state between requests. > > I know this should be a ver

Re: wicket and jquery

2009-05-29 Thread Dipu
take a look at this https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/jquery-parent -dipu 2009/5/29 Dorothée Giernoth : > Hello everyone, > > i know this might sound a little weird and naive and maybe stupid ... I > dunno, I'll ask any

Re: [VOTE] Release Wicket 1.4-rc5

2009-06-09 Thread Dipu
[X ] Yes release 1.4-rc5 [ ] No, don't release it On Tue, Jun 9, 2009 at 4:08 PM, Jeremy Thomerson wrote: > I've created a release for Wicket 1.4-rc5.  Until it is officially > released, you can download from the following locations: > > SVN Tag: http://svn.apache.org/repos/asf/wicket/releases/

Re: Page Expire

2009-06-23 Thread Dipu
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 expire in wicket . Please give me > the replay if any one know this . > Thanks in advance. > > Regards, > Srinivasa Raju CH. > > > Get your world in your inbox! > > Ma

Re: Page Expire

2009-06-23 Thread Dipu
try to perform another operation i am > getting the  *Page Expired*  error. > > Regards, > Srinivasa Raju CH. > > vineet semwal wrote: >> >> You can specify session-timeout in web.xml . >> >> regards, >> vineet semwal >> >> On Tue, Jun

Re: How to get Dynamic value of TextField

2009-08-26 Thread Dipu
is the text field in a form ? do you have a model attached to the form or the text field ? when you submit the form or click the button the input value will be updated to the model and you can read it from the model. hope that make sense. regards On Wed, Aug 26, 2009 at 2:45 PM, Gerald Fern

Re: How to get Dynamic value of TextField

2009-08-27 Thread Dipu
gt; > if possible give me some samples > > Thanks&Regards, > Gerald A > > On Wed, Aug 26, 2009 at 7:20 PM, Dipu wrote: > >> is the text field in a form ? >> do you have a model attached to the form or the text field ? >> >> >> when you submit the

Re: Choose one

2009-08-27 Thread Dipu
add this in your .properties file yourForm.yourDropDownId.nullValid = Choose One (or what ever you want to appear) regards On Thu, Aug 27, 2009 at 1:45 PM, Gatos wrote: > After I choose something in DropDownChoice then 'Choose one' item is removed > from the list. > > If I will try to use "setN

Re: Form and PageParameters

2009-09-07 Thread Dipu
you can call YourForm.this.getModelObject() in your forms onSubmit or the buttons onSubmit method. that would return the model object bound to your CompoundPropertyModel and you model object would have all the updated values -dipu On Mon, Sep 7, 2009 at 11:58 AM, cmoulliard wrote: > &g

Re: AjaxButton onSubmit and Submit Form order...

2009-09-07 Thread Dipu
have a look at AjaxLazyLoadPanel, looks like thats what you are looking for -dipu On Mon, Sep 7, 2009 at 4:10 PM, Arnaud Garcia wrote: > Hi List, > > I want to add a custom anim gif while the page is rendering... > To do this, I created an AjaxButton and a Form > - In the Aj

Re: Multiple choice checkboxes

2009-09-22 Thread Dipu
take a look at checkGroup and check, looks like that is what you are after. please don't do duplicate posts on the list, that would ony help in annoying the, happy to help, regular repliers on this list -dipu On Tue, Sep 22, 2009 at 2:37 PM, Sadhna Ahuja wrote: > Is there a way

Re: Strange error

2010-04-22 Thread Dipu
are you using the sysdeo tomcat plugin for eclipse. We had the same issue y'day and doing this fixed the issue - compile the files in the DevLoader.zip and jar it in place it in tomcat/common lib folder. dipu On Wed, Apr 21, 2010 at 1:19 PM, Objelean Alex wrote: > Hi! > My appli

Re: [VOTE] Organizing Wicket Stuff / Regular Release Schedule?

2008-11-25 Thread Dipu
[X] - YES On Mon, Nov 24, 2008 at 6:13 PM, Jeremy Thomerson <[EMAIL PROTECTED] > wrote: > Hello everyone, > I would like to get your opinion on an idea regarding the Wicket Stuff > project(s). As you are familiar with, Wicket Stuff is where anyone can > create anything related to Wicket, small

AutoCompleteTextField - gives a type mismatch error on IE - version wicket-1.4-rc1

2008-11-26 Thread Dipu
attached a patch though. Thanks Dipu Index: src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js === --- src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autoc

Re: AutoCompleteTextField - gives a type mismatch error on IE - version wicket-1.4-rc1

2008-11-26 Thread Dipu
e) and attach your patch there. We're not allowed to > apply patches unless they're submitted through JIRA and they have the > "Grant > license to ASF for inclusion in ASF works" thing checked. > > On Wed, Nov 26, 2008 at 9:25 AM, Dipu <[EMAIL PROTECTED]>

Re: AutoCompleteTextField - gives a type mismatch error on IE - version wicket-1.4-rc1

2008-11-26 Thread Dipu
mber(index)!=Number.NaN yields true (looks wrong to me) just my 2 cents Cheers Dipu On Wed, Nov 26, 2008 at 4:29 PM, Jeremy Thomerson <[EMAIL PROTECTED] > wrote: > This is fixed in trunk - I just ran into the same yesterday. Upgraded from > rc1 to snapshot and

Re: Label & Link item within a same table cell

2008-11-27 Thread Dipu
take a look at the LinkIconPanel.java to get an idea, either you can use it or you can roll out a similar component that fits your requirement. Cheers Dipu On Thu, Nov 27, 2008 at 12:50 PM, simonm <[EMAIL PROTECTED]> wrote: > > I am drawing a table using DataView and implement the

Re: Hand on session code

2008-11-27 Thread Dipu
)response) { @Override public Page onRuntimeException(Page page, RuntimeException e) { if(PageExpiredException.class.isAssignableFrom(e.getClass())) { return null; } return new ErrorPage(e,page); } }; } Cheers Dipu On Thu, Nov 27, 2008 at 2:18 PM, Eyal Golan <[EMAIL PROTECTED]> wrote: &g

Re: Tree and Frames

2008-11-28 Thread Dipu
http://svn.apache.org/repos/asf/wicket/trunk/wicket-examples http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4-rc1 Regards Dipu On Fri, Nov 28, 2008 at 3:21 PM, HansDePrez <[EMAIL PROTECTED]>wrote: > > I am just starting with Wickets. Is there anybody who is > willin

Re: debugging

2008-12-23 Thread Dipu
use the Sysdeo Eclipse Tomcat Launcher plugin http://www.eclipsetotale.com/tomcatPlugin.html Cheers Dipu On Tue, Dec 23, 2008 at 10:34 AM, Björn Tietjens wrote: > > Hi, > > I am developing a webapp with wicket on eclipse, deploying as war, using a > local tomcat for testing

Re: Wicket and Javascript framework integration

2008-12-24 Thread Dipu
check this https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/jquery-parent Dipu On Wed, Dec 24, 2008 at 6:15 AM, T C wrote: > I understand all integrations may be different but has anyone posted a > "recipe" for how to create an integra

Re: how Checkbox can be showed with "checked" when it value is matched?

2008-12-29 Thread Dipu
} public void setPersonReceiveEmailOnDeals(boolean personReceiveEmailOnDeals) { this.personReceiveEmailOnDeals = personReceiveEmailOnDeals; } } } Regards Dipu On Mon, Dec 29, 2008 at 9:46 AM, wch2001 wro

Re: how Checkbox can be showed with "checked" when it value is matched?

2008-12-30 Thread Dipu
it works for me, if its not working for you show the list your code or attach a quickstart. Regards Dipu On Tue, Dec 30, 2008 at 1:08 AM, wch2001 wrote: > > Thank you a lot > > CheckBox("personItem.personReceiveEmailOnDeals", new > PropertyModel(this,"person

Re: Twenty Six Wicket Tricks

2008-12-30 Thread Dipu
i will surely buy a copy Dipu On Tue, Dec 30, 2008 at 8:32 AM, Jonathan Locke wrote: > > Well, over the break here I've started something I swore I would never do > again (well, two things, if you include the JavaOne talk I'm working on). > I'm writing a (hopefully r

Re: Regarding DropdownChoice

2008-12-30 Thread Dipu
i think you have two options here 1. you can add an AjaxFormComponentUpdatingBehavior to the dropdown or 2. override wantOnSelectionChangedNotifications method of the dropdown choice first one as the name says is ajax based and second one will do roundtrip Dipu On Tue, Dec 30, 2008 at 9:20 AM

Re: different validations based on different submit button click

2008-12-30 Thread Dipu
try form.findSubmittingButton() or better you can override onSubmit() method of each button regards dipu On Tue, Dec 30, 2008 at 3:53 PM, miro wrote: > > I have a foprm with several buttons representing actions , based on > different action i want different validations so is there

Re: URL Help

2009-01-06 Thread Dipu
try getRequestCycle().getRequest().getURL() Regards Dipu On Tue, Jan 6, 2009 at 7:41 AM, Nilesh More wrote: > Hi Friends, > > I want to check the content of the url in my java code. > > How can I do it? > > > > Thanks in advance > > > > > > Nil

Re: HOW TO REDIRECT

2009-01-06 Thread Dipu
throw new RestartResponseException(new SuccessPage()); Cheers Dipu On Tue, Jan 6, 2009 at 9:37 AM, PSkarthic wrote: > > Thanks for your reply > redirectToInterceptPage is not working > After login button is clicked the control is passed to verify page in that i > have code l

Re: HOW TO REDIRECT

2009-01-06 Thread Dipu
it depends on your usecase, if you want to redirect conditionally that's the way to do it ( as far as i know ) dipu On Tue, Jan 6, 2009 at 9:58 AM, PSkarthic wrote: > > Thanks very much for ur help, its working, but is that a properway to divert > to success or failure pag

Re: URL Help

2009-01-06 Thread Dipu
) Returns a URL that references a shared resource through the provided resource reference. Cheers Dipu On Tue, Jan 6, 2009 at 11:33 AM, Nilesh More wrote: > Hi > I used the method but it's giving the url of the component that I am > clicking. > Actually I wanted to get t

Re: Wicketstuff/dojo Examples

2009-01-08 Thread Dipu
i think its in there https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-dojo-1.1 regards dipu On Thu, Jan 8, 2009 at 2:58 PM, lizz wrote: > > I dont find the source code at > https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wickets

Re: Several Ajax features doesn't seem to work in Wicket 1.3.5 and Firefox 3.0.5

2009-01-13 Thread Dipu
it works from me on Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5 Dipu On Tue, Jan 13, 2009 at 11:09 AM, Gohan wrote: > > If we take the Palette example in Firefox then nothing happens if I select a > name and then press the right arrow. In

Re: User permissions

2009-01-14 Thread Dipu
I think wicket-auth-roles will help you sort this out take a look at MetaDataRoleAuthorizationStrategy.authorize method regards dipu On Wed, Jan 14, 2009 at 9:19 AM, itayh wrote: > > Hi, > > I would like to create different users that will have different permissions. > For exam

Re: POST too large

2009-01-14 Thread Dipu
will this be of any help http://stackoverflow.com/questions/123335/what-causes-java-lang-illegalstateexception-post-too-large-in-tomcat-modjk regards dipu On Wed, Jan 14, 2009 at 10:04 AM, Piller Sébastien wrote: > Hi everybody, > > I'm not sure if wicket has anything to do to

Re: Help: Graphic link in PagingNavigator

2009-01-14 Thread Dipu
extend the PagingNavigator and provide your own markup with the graphics you want. regards dipu On Wed, Jan 14, 2009 at 11:04 AM, freak182 wrote: > > Hello, > > The clients wants the "<< <" and "> >>" should be graphic. Is there a way to >

Re: POST too large

2009-01-14 Thread Dipu
sorry, pass dipu On Wed, Jan 14, 2009 at 10:17 AM, Piller Sébastien wrote: > Hi, > > thank you for your response. I'm well aware that increasing the post limit > size may do the trick, but this looks like a hack. What to do when something > else occurs, ie whatever IllegalS

Re: DropDownChoice missing in IE6 when has AJAX

2009-01-19 Thread Dipu
attach a quickstart replicating the problem, this will help some one to take a look. regards Dipu On Mon, Jan 19, 2009 at 3:57 PM, wrote: > Hello All, > >Anyone has a clue on how can I solve that? > > tks > > > > > 01/15/2009 08:34 PM > alex.bo...@

Re: problem with dropdownchoice

2009-01-20 Thread Dipu
take a look at Wicket Examples -> FormInput Dipu On Tue, Jan 20, 2009 at 1:53 PM, itayke wrote: > > Hi, > > I have this problem with my dropdownchoice with results in > WicketMessage: No get method defined for class: class > screens.CustomerFilters$FormInput expression:

Re: getRequest().getPage() always null

2009-01-21 Thread Dipu
I think setting this get().getApplicationSettings().setPageExpiredErrorPage(StartPage.class) in your application's init method will solve your problem if i understand it correctly. regards Dipu On Wed, Jan 21, 2009 at 3:18 PM, Arthur Leigh Allen wrote: > Hello wicket community, > &

Re: HTML markup not found ?

2009-01-28 Thread Dipu
could you please check if your IDE is copying the markup file to the target folder. check if HomePage.html is there in the folder where HomePage.class is. regards Dipu On Wed, Jan 28, 2009 at 12:25 PM, Antoine Roux wrote: > Hi, > I am new to Wicket and I am currently exploring it. >

Re: Ajaxified Notification

2009-01-30 Thread Dipu
take a look at AjaxSelfUpdatingTimerBehavior and AbstractAjaxTimerBehavior i think this is what you are looking for. Regards Dipu On Fri, Jan 30, 2009 at 6:38 AM, PSkarthic wrote: > > Hi > I am karthic i am using wicket in project and its going well. > > I have sce

Re: Ajaxified Notification

2009-01-30 Thread Dipu
On Fri, Jan 30, 2009 at 10:04 AM, PSkarthic wrote: > > Thank you for your reply. > Ok i will try AbstractAjaxTimerBehavior but tell me can server notify the > client on particular situation. > That is many browser(many client logged in) may opened and accessing the > wicket application, at some w

Re: Ajaxified Notification

2009-01-30 Thread Dipu
yes Ernesto has a point there, if what you want is reverse ajax like thing then you should look at dojo wicket stuff. Cheers Ernesto. Regards Dipu On Fri, Jan 30, 2009 at 10:22 AM, Ernesto Reinaldo Barreiro wrote: > Hi, > > On Fri, Jan 30, 2009 at 11:04 AM, PSkarthic > wrote: &

Re: mssql connection problem

2009-02-02 Thread Dipu
hope this helps cheers dipu On Mon, Feb 2, 2009 at 10:10 AM, Ashis wrote: > > Hello all, > i have problem regarding mssql connection > > /*Code Snippet for MSSQL connection***/ > public static Connection getSqlConnection() throws SQLException { >

Re: autosave

2009-02-04 Thread Dipu
have a look at AbstractAjaxTimerBehavior dipu On Wed, Feb 4, 2009 at 2:13 PM, Juri Prokofjev wrote: > Hello, > > Is there any way to implement similar functionality like in gmail? > When you have typed a big letter and computer was accidentally > shutdowned then it's always

Problem in Wicket Stuff - Jquery - DatePicker

2009-02-16 Thread Dipu
) { format_ = ((ITextFormatProvider) component).getTextFormat().toLowerCase(); i have created a patch, can some one apply the patch please. regards dipu Index: src/main/java/org/wicketstuff/jquery/datepicker/DatePickerBehavior.java

Re: Problem in Wicket Stuff - Jquery - DatePicker

2009-02-17 Thread Dipu
solved the issue, i didn't dig deep into it. regards dipu On Tue, Feb 17, 2009 at 10:57 AM, Martin Grigorov wrote: > I could do it but why it should be lower cased ? > What will happen with months (MM)? They will become minutes (mm). Is > this correct ? > > I see there is sdf.t

Re: Problem in Wicket Stuff - Jquery - DatePicker

2009-02-17 Thread Dipu
Cheers Dipu On Tue, Feb 17, 2009 at 12:30 PM, Martin Grigorov wrote: > Ok, I see. The JS library works with lower case formats. > Fixed with r4575. > > Additionally I think you are using the old jquery. The one I fixed is at > https://wicket-stuff.svn.sourceforge.net/svnro

Re: Strange error

2010-04-22 Thread Dipu
sorry, ignore my previous message ,problem seems to be some thing else On Thu, Apr 22, 2010 at 8:38 AM, Dipu wrote: > are you using the sysdeo tomcat plugin for eclipse. > We had the same issue y'day and doing this fixed the issue >  - compile the files in the DevLoader.zip and j

Re: applicationwide datePattern

2007-09-06 Thread Dipu Seminlal
try using session.setLocale() thats how i do it. Regards Dipu On 9/6/07, Korbinian Bachl <[EMAIL PROTECTED]> wrote: > > > Hi, > > can anyone tell me how to change the default date pattern wicket should > use in the whole app? > > I mean i

Re: applicationwide datePattern

2007-09-07 Thread Dipu Seminlal
Hi Korbinian, my mistake, sorry. Regards Dipu On 9/6/07, Korbinian Bachl <[EMAIL PROTECTED]> wrote: > > Hi Dipu, > > well, the problem is that i have here the Locale("de","DE") which has > default pattern "dd.MM.yy" while I need "dd.MM.

Re: New Wicket Portlets Demo available

2007-09-20 Thread Dipu Seminlal
Hi Ate, I'm interested in the portlet support which you have implemented in wicket. Any idea when it might be merged into the trunk? Regards Dipu On 9/17/07, Ate Douma <[EMAIL PROTECTED]> wrote: > > I'm really happy to announce that a new and quite feature complete Wic

Re: New Wicket Portlets Demo available

2007-09-20 Thread Dipu Seminlal
Thanks Gwyn Regards Dipu On 9/20/07, Gwyn Evans <[EMAIL PROTECTED]> wrote: > > Probably fairly soon - we've been looking at the changes and > discussing it on the dev list, to try & get an idea if it'll cause a > significant delay with regards to the aim of

Re: Page expiration

2007-09-20 Thread Dipu Seminlal
Hi, Can you please check if you have any img tags in your html with empty src attributes ? Regards Dipu On 9/20/07, Holda, Dariusz <[EMAIL PROTECTED]> wrote: > > > Hi, > I've came across a strange behaviour. I'm running Wicket app on Jetty > server and most of

Re: ANN: beturtle.com launched

2007-09-24 Thread Dipu Seminlal
Very Nice, Congratulations !! Dipu On 9/21/07, Joe Toth <[EMAIL PROTECTED]> wrote: > > Hi Everyone, > > We just launched http://beTurtle.com/ - A 'green' social networking > site. If your interested in healthy living, sustainable practices, have > 'green&#

Re: Portlet Support

2007-09-24 Thread Dipu Seminlal
team for the great work. Cheers Dipu On 8/30/07, Ate Douma <[EMAIL PROTECTED]> wrote: > > Martijn Dashorst wrote: > > I think it is in a branch in our apache repo: > > > > > http://svn.apache.org/repos/asf/wicket/branches/wicket-1.3-portlet-support/ > Ye

Re: New Wicket Portlets Demo available

2007-09-25 Thread Dipu Seminlal
Thats good news, thanks very much. Cheers Dipu On 9/25/07, Ate Douma <[EMAIL PROTECTED]> wrote: > > I'm even more happy to announce that Wicket Portlet Support has now been > merged into the trunk and already will be part of the upcoming > 1.3.0-beta4release! >

out of memory - wicket 1.2.6

2007-10-08 Thread Dipu Seminlal
:585) at wicket.RequestListenerInterface.invoke(RequestListenerInterface.java :187) ... 27 more Caused by: java.lang.OutOfMemoryError: Java heap space Regards Dipu

Re: out of memory - wicket 1.2.6

2007-10-08 Thread Dipu Seminlal
yes it's in production mode Regards Dipu On 10/8/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: > > Hmm this is always tricky.. I supose that you deployed wicket in > production mode? > > If not the only way forward are using a memory profiler,

Re: out of memory - wicket 1.2.6

2007-10-08 Thread Dipu Seminlal
i would say very less ,i wouldn't rule it out though. On 10/8/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: > > What are the chances of you having a memory leak in your code? > > regards Nino > > Dipu Seminlal wrote: > > yes it's in

Re: out of memory - wicket 1.2.6

2007-10-09 Thread Dipu Seminlal
we restart every time we redeploy. Dipu On 10/8/07, Jeremy Levy <[EMAIL PROTECTED]> wrote: > > Are you redeploying often with out restarting? > > Jeremy > > On 10/8/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> > wrote: > > > > At my fo

Re: dummy question, how to set wicket in Deloyment mode?

2007-10-23 Thread Dipu Seminlal
you can specify it in your web.xml On 10/23/07, raybristol <[EMAIL PROTECTED]> wrote: > > > dummy question, how to set wicket in Deloyment mode? There is a > Application#getConfigurationType() but I expect something like > Application#setConfigurationType() which does not exist so I thing I must >

getRealPath resolving differently on trunk

2007-10-24 Thread Dipu Seminlal
layed properly c:\work\webapps\myproj\staticresources\images\logos\xx.gif Does anyone have any ides why this is happening ? Regards Dipu

Re: getRealPath resolving differently on trunk

2007-10-24 Thread Dipu Seminlal
Please ignore this question, that was bad me at work ( very very stupid question ) On 10/24/07, Dipu Seminlal <[EMAIL PROTECTED]> wrote: > > Hi all, > > I am trying to migrate my application to the latest version of wicket, > > I have something like this, which works as e

Re: Confirmation message after form submit

2007-10-25 Thread Dipu Seminlal
I think you can make use of a modal window to do this Regards Dipu On 10/25/07, Federico Fanton <[EMAIL PROTECTED]> wrote: > > Hi everyone! > I have a form with a submit button, and I need to implement a sequence > like this: > - user presses the button > - form submit &g

Re: Confirmation message after form submit

2007-10-25 Thread Dipu Seminlal
yes a modal window, i am not sure about how would you pop up a javascript confirm() after doing a server side validation. there might be a way, but i don't know how Dipu On 10/25/07, Federico Fanton <[EMAIL PROTECTED]> wrote: > > On Thu, 25 Oct 2007 10:40:20 +0100 > &qu

Re: PagingNavigator with custom images

2007-10-26 Thread Dipu Seminlal
What i did was had a dummy extension of the Paging Navigator and Provided Markup for the extension and used it where ever needed. So that you can modify the markup as you want it. Regards Dipu On 10/26/07, Swaroop Belur <[EMAIL PROTECTED]> wrote: > > It looks like you will have

IExceptionResponseStrategy gone from 1.3

2007-11-01 Thread Dipu Seminlal
) and do it, is the right direction to take ? Regards Dipu

Re: Two forms on the same page

2007-11-01 Thread Dipu Seminlal
yes its possible to have two forms in the same page. if you could provide some more details, you are likely to get more helpful response :) Cheers Dipu On 11/1/07, Cristi Manole <[EMAIL PROTECTED]> wrote: > > Hello, > > Simple question :) : > > Is it possible to ha

Re: Synchronizing AutoCompleteTextField with a checkbox

2007-11-01 Thread Dipu Seminlal
hmmm, thats even better :) On 11/1/07, WicketKeeper <[EMAIL PROTECTED]> wrote: > > > I'm a dumdum. > The answer is to use AjaxCheckBox (duhh) > Cheers > WK > > > WicketKeeper wrote: > > > > Hi > > > > I have an autocomplete field object with the getChoices method > overridden, > > which works just

Re: Synchronizing AutoCompleteTextField with a checkbox

2007-11-01 Thread Dipu Seminlal
page. Regards Dipu On 11/1/07, WicketKeeper <[EMAIL PROTECTED]> wrote: > > > Hi > > I have an autocomplete field object with the getChoices method overridden, > which works just fine. Next to it I have a checkbox, which when checked > alters the logic in getChoices so tha

Re: IExceptionResponseStrategy gone from 1.3

2007-11-01 Thread Dipu Seminlal
stub return new ErrorPage(e,page); } }; } or do you mean something else ?? Kind Regards Dipu On 11/1/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > override requestcycle.onruntimeexception() > > -igor > > > On 11/1/07, Dipu

Problem deploying the app as portlet in Jetspeed

2007-11-13 Thread Dipu Seminlal
one seen this before ? Regards Dipu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: required field in a form, help :)

2007-11-14 Thread Dipu Seminlal
setDefaultFormProcessing(false) on your cancel buttom Regards Dipu On Nov 14, 2007 11:05 AM, raybristol <[EMAIL PROTECTED]> wrote: > > Hi, I have some inputs in a form, some are required field, they work fine > when I press 'submit' button, however, I also include a

Re: working with JSP problem, thanks!

2007-11-14 Thread Dipu Seminlal
on2 org.apache.wicket.protocol.http.WicketServlet applicationClassName apto.umbrella.wicketInterface.AdminPagesApplication2 AdminPagesApplication /Admin/* AdminPagesApplication2 /Admin2/* -dipu On Nov 14, 2007 12:23 PM, raybristol <[EMAIL PRO

Re: Problem deploying the app as portlet in Jetspeed

2007-11-14 Thread Dipu Seminlal
get things logged to jetspeed.log and catalina.out. regards dipu On Nov 14, 2007 2:33 PM, Ate Douma <[EMAIL PROTECTED]> wrote: > Hi Dipu, > > I do need the possible errors from jetspeed.log and maybe catalina.out to > help. > Without that, I really don't kno

Re: Problem deploying the app as portlet in Jetspeed

2007-11-14 Thread Dipu Seminlal
<[EMAIL PROTECTED]> wrote: > Hi Dipu, > > I do need the possible errors from jetspeed.log and maybe catalina.out to > help. > Without that, I really don't know what's going wrong and what has an > initialization failure here. > > Ate > > > > Dipu Semi

Re: Problem deploying the app as portlet in Jetspeed

2007-11-14 Thread Dipu Seminlal
sorry, my bad, found the reason why , i had a conflicting jar in the class path. Initialization failure has gone now. I am not there yet , i will ping with other problems. many thanks for the patience. cheers dipu On Nov 14, 2007 3:00 PM, Dipu Seminlal <[EMAIL PROTECTED]> wrote: >

Re: How can I switch page direction (LTR-RTL)?

2007-11-15 Thread Dipu Seminlal
age.getURL():image.getThumbnailURL(); if(url == null || url.equals("")) { myImage.setVisible(false); } else { AttributeModifier am = new AttributeModifier("src", new Model(url)); myImage.add(am); } cheers -dipu On Nov 15, 2007 7:29 AM, nlif <[EMAIL PROTECTED

Re: how to call a javascript function?

2007-11-15 Thread Dipu Seminlal
override the onComponentTag of the form object, hope this helps protected void onComponentTag(final ComponentTag tag) { super.onComponentTag(tag); tag.put("onSubmit", " return yourValidateFunction(); } cheers -dipu On Nov 15, 2007 3:23 PM, ray

Wicket Stuff JQuery + Wicket Ajax

2007-11-21 Thread Dipu Seminlal
AjaxLink click, the Jquery drag drop feature fails to work, It works again if i do a page refresh. what should i be doing to make sure that the drab drop feature will continue to work even after redrawing the list with new items Regards Dipu

Re: Wicket Stuff JQuery + Wicket Ajax

2007-11-22 Thread Dipu Seminlal
ng i tried using AjaxCalldecorator. Thanks Dipu On Nov 21, 2007 4:37 PM, Dipu Seminlal <[EMAIL PROTECTED]> wrote: > Hi All, > > I am trying to use the Wicket Stuff JQuery - Drag and Drop feature, > > I constructed simple list as in the example and everything works fine,

Re: Getting started

2007-11-22 Thread Dipu Seminlal
We don't do imports, we extends ! checkout markup inheritance http://cwiki.apache.org/WICKET/markup-inheritance.html regards dipu On Nov 22, 2007 2:48 PM, Gervais <[EMAIL PROTECTED]> wrote: > Hy all, > > I'm new in the famous wicket world ! I need to start learning W

Re: Getting started

2007-11-22 Thread Dipu Seminlal
))); } Or public StartupPage() { YourStartupContentObject foo = fetchTheContent(); add(new Label("message1", foo.getMessage1())); add(new Label("message2", foo.getMessage2())); add(new MultilineLabel("message2", foo.getparagraph())); } Hope you get the

Re: Getting started

2007-11-22 Thread Dipu Seminlal
Is it not possible to pass those objects itself to the page in the constructor. Thats how i do it, may be i don't understand your problem correctly, hopefully someone else here will be able to help you. regards dipu On Nov 22, 2007 4:01 PM, Gervais <[EMAIL PROTECTED]> wrote:

Re: Populate form according to selected item in dropdownchoice

2007-11-26 Thread Dipu Seminlal
onChange event of the dropdown. regards Dipu On Nov 26, 2007 7:14 AM, tsuresh <[EMAIL PROTECTED]> wrote: > > Hello wicketeers, > I have a form to edit the attributes of User. User has the attributes > username, mail and role.I have a dropdownchoice filled with list of users. &

Re: Populate form according to selected item in dropdownchoice

2007-11-27 Thread Dipu Seminlal
have a look at the attached files, thats based on your code snippet, you will get the idea. regards dipu On Nov 27, 2007 7:17 AM, tsuresh <[EMAIL PROTECTED]> wrote: > > Hi Dipu, > Could you please tell me what to write in the method > onSelecitionChanged(). It would b

Re: Get Value entered in CheckBoxMultipleChoice and TextFields

2007-11-29 Thread Dipu Seminlal
take a look at the CheckBoxMultipleChoicePage in the wicket examples, that will give you the idea, i have not used it myself though. regards -dipu On Nov 29, 2007 12:49 PM, tsuresh <[EMAIL PROTECTED]> wrote: > > Hello every body, > I have got the problem again, I have a form

Re: AutoCompleteTextField problem

2007-12-05 Thread Dipu Seminlal
can you try changing the event from onchange to onblur On Dec 5, 2007 12:08 PM, dariusz.holda <[EMAIL PROTECTED]> wrote: > > Hi, > I have AutoCompleteTextField with > AjaxFormComponentUpdatingBehavior("onchange"). When the value is chosen > from > the auto complete it populates the model object o

Re: AutoCompleteTextField problem

2007-12-05 Thread Dipu Seminlal
it and it doesn't work. > > -----Original Message- > From: Dipu Seminlal [mailto:[EMAIL PROTECTED] > Sent: 05 December 2007 12:10 > To: users@wicket.apache.org > Subject: Re: AutoCompleteTextField problem > > can you try changing the event from onchange to onblur

Re: AutoCompleteTextField problem

2007-12-05 Thread Dipu Seminlal
can you please try enclosing the dropdown in a webmarkupcontainer and repaint the container instead of repainting the whole form. That will work. regards dipu On Dec 5, 2007 2:23 PM, Dipu Seminlal <[EMAIL PROTECTED]> wrote: > agreed, onBlur doesn't seem to work, in my project had

loads of Internal error cloning object

2007-07-30 Thread Dipu Seminlal
s of Internal error cloning object exception. And worst of all today there was an out of memory error, i am wondering if the repeated occurrence of cloning excpetion has got anything to do with the out of memory error. Regards Dipu 2007-07-30 12:25:45:437 ERROR wicket.markup.html.Web

ERROR - Internal error cloning object

2007-07-30 Thread Dipu Seminlal
issue. My client has configured a spider to do searches on the live site and i am seeing loads and loads of Internal error cloning object exception. And worst of all today there was an out of memory error, i am wondering if the repeated occurrence of cloning excpetion has got anything to do with th

Re: newbie: best practice for not rendering component?

2007-08-09 Thread Dipu Seminlal
Can't you return Collections.EMPTY_LIST.iterator() from the dataprovider when an exception happens and also set the visibility of the data view based on the size - dataview.setVisible(yourdataprovider.size()>0) Regards Dipu On 8/9/07, Johan Maasing <[EMAIL PROTECTED]> wrote: >

Re: newbie: best practice for not rendering component?

2007-08-09 Thread Dipu Seminlal
Yes you will have to add the component, if your HTML template named one. Regards Dipu On 8/9/07, Johan Maasing <[EMAIL PROTECTED]> wrote: > > Thank you for your replies. Yes I can create an empty "dummy" model if > I fail to talk to the back-end, it also sounds li

Re: Reacting to DateField change

2007-08-09 Thread Dipu Seminlal
Did you add onchange in the markup as well, you need to add it in the markup as well Regards Dipu On 8/9/07, Federico Fanton <[EMAIL PROTECTED]> wrote: > > Hi everyone! > I'd like to add an AJAX behavior to a DateField, so that when the value of > the textfield changes

  1   2   >