Re: [Wicket-user] Binding the Enter key with a button

2007-06-21 Thread Swaroop Belur
Hi One solution but not the ideal one would be (assuming go is a submit button), to override the onSubmit of the form and to perform the action which you would do in your Go.So when u hit enter form would be submitted and action for go would be invoked. But may not what u r actally looking for

Re: [Wicket-user] How can we change a component dynamically in Wicket ?

2007-06-20 Thread Swaroop Belur
Hi I can see a few things gond wrong here... 1 First in the onclick method , this does not refer to the original parent to which label was added initially as label is the component u want to replace 2 When u want to add a new component to replace the original component in the parent heirarchy

[Wicket-user] Problem with request sent with double quotes present in component value

2007-06-08 Thread Swaroop Belur
is MultipartServletWebRequest . It appears that DiskFileItem#get() method returns empty array. It works properly for single quotes. How do I overcome this problem. Please help. -Thanks swaroop belur - This SF.net email is sponsored by DB2

[Wicket-user] A couple of issues while handling bookmarkable pages....

2007-06-04 Thread Swaroop Belur
to view the images ... Any ideas here? -Regards swaroop belur - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click

Re: [Wicket-user] A problem with using SubmitLink

2007-05-09 Thread Swaroop Belur
Thanks Eelco for the response... Have filed a jira issue :- https://issues.apache.org/jira/browse/WICKET-546 Thanks swaroop On 5/8/07, Eelco Hillenius [EMAIL PROTECTED] wrote: 1 why doesnt current onComponentTag call super.onComponetTag ? It is being called in Wicket 1.3. It looks like a

[Wicket-user] A problem with using SubmitLink

2007-05-03 Thread Swaroop Belur
Hi Wicket version 1.2.4 Note: The scenario explained below works perfectly well for a Link. Usage : I am using a submit Link in my form to perform a delete operation . I disable the link when there is nothing to delete [ I maintain a list for this ] and when the user checks some items to be

[Wicket-user] An issue while using IAutoCompleteRenderer

2007-02-18 Thread Swaroop Belur
. So i was wondering whether it was possible for wicket to figure out in any way that there are no matching results and hence shud NOT output the header and footer ? Thanks swaroop belur - Take Surveys. Earn Cash. Influence

[Wicket-user] Query regarding formation of URL for a link

2007-02-09 Thread Swaroop Belur
automcatically call the onClick() method of this link component. Was the listener included because there is a possibility of more than one listener being implemented by the actionLink component and hence wicket needs to know which listener's method shud get triggered. ? Regards swaroop belur