Haritha Juturu

2013-06-17 Thread Haritha Juturu
wer http://www.technicboisnouvelle.fr/uk/tkqrgioxcqp/pxztowtdx/unyjzl.php Haritha Juturu

Writing to the output buffer in wicket web pages

2007-12-14 Thread Haritha Juturu
Hi Everyone I can use 'out' object towrite to the JSP's output stream. Is there an equivalent in Wicket framework. I need to write some content to the output buffer. Thanks Haritha Never miss a thing.

BookmarkablePageLink giving a different URL

2008-01-03 Thread Haritha Juturu
Hi Everyone I am trying to generate a url using the BookmarkablePageLink. Below is the code snippet i use PageParameters params = new PageParameters(); params.add(note, 123456); item.add(new BookmarkablePageLink(editLink, Editor.class, new

Re: BookmarkablePageLink giving a different URL

2008-01-03 Thread Haritha Juturu
] To: users@wicket.apache.org Sent: Thursday, January 3, 2008 9:19:35 AM Subject: Re: BookmarkablePageLink giving a different URL On 3 Jan 2008, at 5.07 pm, Haritha Juturu wrote: I would like to get a url similar to/editor?note=123456 But when i execute this code i get /editor/note/123456 Can

Re: BookmarkablePageLink giving a different URL

2008-01-03 Thread Haritha Juturu
giving a different URL doesn't this work? new BookmarkablePageLink(yourLink, Editor.class).setParameter(note, 123456) -Original Message- From: Haritha Juturu [mailto:[EMAIL PROTECTED] Sent: Thursday, January 03, 2008 12:37 PM To: users@wicket.apache.org Subject: Re

BookmarkablePageLink generating wrong URL

2008-01-03 Thread Haritha Juturu
in web.xml that is causing this ? Thanks Haritha - Original Message From: Haritha Juturu [EMAIL PROTECTED] To: users@wicket.apache.org Sent: Thursday, January 3, 2008 10:20:54 AM Subject: Re: BookmarkablePageLink giving a different URL nope William... ultimately i get the url

Re: BookmarkablePageLink generating wrong URL

2008-01-03 Thread Haritha Juturu
: BookmarkablePageLink generating wrong URL i think thats how wicket works by default when it generates urls. you can probably write your own coding strategy that doesnt append the slash after the mount. -igor On Jan 3, 2008 11:53 AM, Haritha Juturu [EMAIL PROTECTED] wrote: Hi All I am using mount(new

Re: BookmarkablePageLink giving a different URL

2008-01-04 Thread Haritha Juturu
string does exactly what it says it does it builds a query string for params On 1/3/08, David Shepherdson [EMAIL PROTECTED] wrote: On 3 Jan 2008, at 5.07 pm, Haritha Juturu wrote: I would like to get a url similar to/editor?note=123456 But when i execute this code i get /editor/note

Equivalent to ?php include or Jsp Include directive

2008-01-04 Thread Haritha Juturu
Hi All, How do we achieve ?php include or Jsp Include directive using wicket Thanks Haritha Looking for last minute shopping deals? Find them fast with Yahoo! Search.

Unable to Upload file using AjaxFormSubmitBehavior

2008-01-10 Thread Haritha Juturu
Hi Everyone I'm trying to upload a file using AjaxFormSubmitBehavior . When i submit the form , the defined onSubmit() method is not being called. Can anyone tell me why this is happening ? Code given below: Java code is : Form f = new Form(f); f.setOutputMarkupId(true);

Re: Dont refresh webpage on Form Submit

2008-01-11 Thread Haritha Juturu
want instead? -igor On 1/10/08, Haritha Juturu [EMAIL PROTECTED] wrote: Hi Everyone, I have a Form object in my wicket page. After the onSubmit() method is called the webpage is refreshed. Is there anyway i can stop the webpage reload after the onSubmit() method is executed. Thanks Haritha