Re: Presented Wicket to my Company...

2007-09-28 Thread Gumnaam
Well here's our story, if it helps you. Traditionally we had a JSP+Struts+EJB2 model for all our projects. For our current project we decided to jump on the JEE5 bandwagon, and started out with JSF+EJB3 (SLSB)+ JPA, Now JSF and JSPs don't mix well, so we choose Facelets, and instead of struts

modal window rendering not quite smooth

2007-09-09 Thread Gumnaam
has any one noticed that the modal window when opens up , shows the contents of the parent page, before showing it's actual content. The time for which it shows parent page's content depends on how much time it takes to fetch it's content via ajax. Is it possible to show a busy indicator in the

Using ClientProperties Object for User selectable Timezone.

2007-08-21 Thread gumnaam
Currently ClientProperties object has a getTimeZone() method, that uses BrowserInfoPage's response, to calculate a client's Timezone. Would it be too much trouble to add a setTimeZone() method, so that the TimeZone property is user settable ? I can save a user's preferred timezone, in a user

Re: Editable DataTeble

2007-08-20 Thread Gumnaam
One thing to keep in mind about AjaxEditableLabel in wicket 1.3 is that the cancel functionality doesn't work well in firefox. See this for details https://issues.apache.org/jira/browse/WICKET-520 in essence, once you are in edit mode in firefox, there is no way to cancel the edit, other than

Redirected after BrowserInfoPage and mounted Pages.

2007-08-20 Thread gumnaam
Short description :- When using mounted pages, wicket redirects to wrong URL, after BrowserInfoPage, which is called by Session.get().getClientInfo(), when gatherExtendedBrowserInfo is true in RequestCycleSettings. Long description :- I need to determine the Client's time zone in my

Re: Editable DataTeble

2007-08-19 Thread Gumnaam
well, there's the editable tree table, http://wicketstuff.org/wicket13/nested/?wicket:bookmarkablePage=%3Aorg.apache.wicket.examples.ajax.builtin.tree.EditableTreeTablePage Else, you can add AjaxEditInPlace Label component, to your cells. fero wrote: Hi, is it possible to make an editable

Previous Page ref. in PageParameters

2007-08-04 Thread Gumnaam
Can a ref. to the previous page be passed via PageParameters. What I am trying to do is have a BookmarkablePage The PageParameters if contain a ref. to previous field, will display a go back link. I can pass the prev page as a ref. in the constructor, but then the page is not bookmarkable, I

DownloadLink for an external URL

2007-08-02 Thread gumnaam
I see that DownloadLink can be used to stream a File. What I want to do is use DownLoadLink to redirect to an external URL that should be streamed (i.e. File Save box should pop up). I can't use ExternalLink as the external URL's location is not pre determined, also the external URL's location