Re: DropDownChoice NO_SELECTION_VALUE static field

2009-03-12 Thread ulrik
https://issues.apache.org/jira/browse/WICKET-2161 // Ulrik ulrik wrote: > > Okay, I will see If I can figure out how :) > I have never done that > > > igor.vaynberg wrote: >> >> please open a jira issue. >> >> -igor >> >> On Wed

Re: DropDownChoice NO_SELECTION_VALUE static field

2009-03-12 Thread ulrik
Okay, I will see If I can figure out how :) I have never done that igor.vaynberg wrote: > > please open a jira issue. > > -igor > > On Wed, Mar 11, 2009 at 1:32 AM, ulrik wrote: >> >> Hello! >> >> I have an issue with the DropDownChoice (wicket 1.

DropDownChoice NO_SELECTION_VALUE static field

2009-03-11 Thread ulrik
Hello! I have an issue with the DropDownChoice (wicket 1.3.4). Lets say I do this: List _options = getOptions(); someRenderer = new ChoiceRenderer() { ... } DropDownChoice _ddc = new DropDownChoice("dropDown", new Model((Serializable) _option),options, someRenderer); The Option class looks li

Re: Inmethod DataGrid

2008-12-02 Thread ulrik
ote: > > On Tue, 02 Dec 2008, ulrik wrote: >> I'm using the Inmethod DataGrid in my application. >> I would like to test it's functionality with WicketTester. I have run >> into >> some problems though. How do I simulate clicking on a row in the DataGrid >&g

Inmethod DataGrid

2008-12-02 Thread ulrik
Hello! I'm using the Inmethod DataGrid in my application. I would like to test it's functionality with WicketTester. I have run into some problems though. How do I simulate clicking on a row in the DataGrid from the WicketTester? // Ulrik -- View this message in context: http://www.

Re: inmethod grid question

2008-11-14 Thread ulrik
Hi, Thank you! I will give it a try. I'll get back with the result Matej Knopp-2 wrote: > > Hi, > > something like this should work: > > grid.markItemDirty(itemThatHasChanged); > grid.update(); > > -Matej > > On Fri, Nov 14, 2008 at 6:18 PM, ulrik

inmethod grid question

2008-11-14 Thread ulrik
Hello I have the editable TreeGrid from Inmethod, on my page. Lets say that I update a value (programatically) in the model of a row in the grid..how do I update the grid with ajax? I do not wan't to reload the page, or repaint the whole grid. I just wan't to update that specific row. -- View th

Re: Re: AutoCompleteTextField and wicket 1.3.5

2008-11-10 Thread ulrik
IE 7 Bruno Borges wrote: > > Not really. What version of IE are you using? > > On Nov 10, 2008 2:19pm, ulrik <[EMAIL PROTECTED]> wrote: >> >> >> Is that a joke? >> >> >> >> >> >> Bruno Borges wrote: >> >> &

Re: AutoCompleteTextField and wicket 1.3.5

2008-11-10 Thread ulrik
Is that a joke? Bruno Borges wrote: > > use firefox > -- View this message in context: http://www.nabble.com/AutoCompleteTextField-and-wicket-1.3.5-tp20422758p20423025.html Sent from the Wicket - User mailing list archive at Nabble.com. ---

AutoCompleteTextField and wicket 1.3.5

2008-11-10 Thread ulrik
There seems to be a problem with the AutoCompleteTextField in wicket 1.3.5. The search results pops up in the wrong place (not below the search field). When I downgrade to wicket 1.3.4 it works perfectly. And the problem only occurs when I use Internet Explorer, not firefox. I still wish to use w

Re: TextField inside a ModalWindow problems

2008-11-06 Thread ulrik
4/05/how-to-stop-non-ajax-form-submits-in-wicket/ > > > That uses prototype, but you may be able to adapt it to use other js > libraries. > > The general idea is, intercept the form submit event and stop it in > javascript. > > Richard > > > > ulrik wr

TextField inside a ModalWindow problems

2008-11-06 Thread ulrik
Hello! I have a problem. A have a ModalWindow with three components on it; a TextField and two AjaxSubmitLinks. The problem is that when I place the cursor on the TextField and press the Enter key, something bad happens. There is a popup dialog that askes me if "Are you sure you want to navigate

Howto .xml instead of .properties

2008-10-03 Thread ulrik
easy as I showed above? I hope it is easy to understand what I am asking //Ulrik -- View this message in context: http://www.nabble.com/Howto-.xml-instead-of-.properties-tp19806048p19806048.html Sent from the Wicket - User mailing list archive at

Re: TextField with OnChangeAjaxBehavior

2008-09-17 Thread ulrik
How do I do that? //Ulrik igor.vaynberg wrote: > > use onkeydown to update your model > > -igor > > On Wed, Sep 17, 2008 at 2:44 AM, ulrik <[EMAIL PROTECTED]> wrote: >> >> Hello! >> >> I have my own class, which I call AjaxTextField: &g

RE: Display a PDF in a new Window

2008-09-17 Thread ulrik
Hi again I have no idea of how to solve it.. Could you please explain more in detail? What I want to do is, when I click on a link/button or something similar I want to open a pdf which will be downloaded from a database as a byte[].. How would I do this? //Ulrik Kai Mütz wrote: > >

TextField with OnChangeAjaxBehavior

2008-09-17 Thread ulrik
Hello! I have my own class, which I call AjaxTextField: public class AjaxTextField extends TextField { public AjaxTextField(String s, PropertyModel propertyModel) { super(s, propertyModel); OnChangeAjaxBehavior _onChangeAjaxBehavour = new OnChangeAjaxBehavior(){

Re: Custom Validator on Panel

2008-09-10 Thread ulrik
} I have attached that validator to my FormComponentPanel.. How do I access the TExtFields, that are on the FormComponentPanel, from within the onValidate method? igor.vaynberg wrote: > > see formcomponentpanel > > -igor > > On Wed, Sep 10, 2008 at 1:59 AM, ulrik <[EMAIL

Custom Validator on Panel

2008-09-10 Thread ulrik
Hello! I have a webpage with this structure: The addressPanel is a panel containing a number of TextFields, like this: What I would like to do is attach some sort of validator on the addressPanel. When I submit the form I would like to make a conditional va

AutocompleteTextField

2008-07-18 Thread ulrik
Hello! I have a question that I hope someone can help me with. Lets say I have two classes like the ones here: http://papernapkin.org/pastebin/view/1760/ . Lets say I want a page with a AutoCompleteTextField where I can search students by entering their name in the search field. Because there c

Issues with a TreeGrid inside a Form

2008-07-04 Thread ulrik
Submit method for the Form is called, and the entire page gets reloaded. This is a problem for me. Is there a way of preventing the Forms' onSubmit method to get called when I press Enter after editing a cell? I would like it to behave like the AjaxEditableLabel: After editing the text in the l

Column with Link/Button in a treetable

2008-06-26 Thread ulrik
"userObject.price"), new PropertyEditableColumn(new ColumnLocation(Alignment.MIDDLE, 7, Unit.PROPORTIONAL), "Summa", "userObject.total"), }; Now I want to add another column, which should hold either a link or a button tha