Re: Login+ authentication

2009-12-29 Thread Juan E Kipes
http://wicketstuff.org/confluence/display/STUFFWEB/Home in wicket-core the project ki-security with examples De: Martin Makundi martin.maku...@koodaripalvelut.com Para: users@wicket.apache.org Enviado: martes, 29 de diciembre, 2009 12:59:37 Asunto: Re: Login+

open window no modal popup from javascript

2009-12-28 Thread Juan E Kipes
hi, I'm using datagrid of inmethod,I want open a new window popup no modal, then override this method public class MyDataGrid extends DataGrid { . @Override protected void onRowClicked(AjaxRequestTarget target,

Re: open window no modal popup from javascript

2009-12-28 Thread Juan E Kipes
I developed a new class PopupSettings because I can't extend it, MyPopupSettings is same as PopupSetting but the method public String getPopupJavaScript() { . } return a window.open(' url '). This works. De: Juan E Kipes jeki...@yahoo.com.ar Para