Re: Is there a way to search component by its wicket ID ?

2012-08-14 Thread nunofaria11
Hi there, I'm not really sure if searching a component by its ID is a good idea - It kinda' breaks modularity and goes against the OO approach. I have never searched a component by its ID but assuming you need the full path (hierarchy) to it, such component will be hard to use in any other

Generic search form/panel implementation

2012-08-13 Thread nunofaria11
Hi, I am trying to implement a generic search form/panel in Wicket. The form should allow searches in several fields in an Entity (using the DAO pattern) in order to filter the output of a ListView or a DataView. What is the best way to do this? I've thought of doing this using an extended

Re: Searching for new experience with wicket

2012-08-13 Thread nunofaria11
Hello there, I would also be interested in contributing to Wicket. I've recently started working (recent graduate) and I am now working with technologies such as Java, Wicket, Hibernate, CSS (messing around with Twitter Bootstrap) and a little bit of JavaScript and JQuery. Also I think it would

Re: Properly share data model in TabbedPanel

2012-06-20 Thread nunofaria11
On 06/20/2012 12:37 AM, nunofaria11 wrote: That is indeed a useful link. Thank you... However, I still get the same behavior Here is what I have: public class HomePage extends WebPage { private static final long serialVersionUID = 1L; private ArrayListGPSCoord coords

Re: Properly share data model in TabbedPanel

2012-06-20 Thread nunofaria11
to switch between the tabs. On Wed, Jun 20, 2012 at 11:28 AM, nunofaria11 [hidden email]http://user/SendEmail.jtp?type=nodenode=4650114i=0 wrote: So are you suggesting that I create a form inside each tab-panel? Or a form that includes the whole TabbedPanel? 2012/6/20 Sven Meier [via

Check component onSubmit behavior selects all

2012-06-20 Thread nunofaria11
Hi I have a problem when submitting a form that has a ListView with a group of Check components. Everything seems to work fine (checkgroupselector, the selected collection model gets updated) - but when I submit the form that contains the checkgroup (in my case, jump between a tab in a

Properly share data model in TabbedPanel

2012-06-19 Thread nunofaria11
Hi, I am trying to properly share a model between tabs in a TabbedPanel. I've been trying to pass the model to the Panels returned in the getPanel hook (below), but it seems not to work. tabs.add(new AbstractTab(new Model(Title)) { @Override public WebMarkupContainer

Re: Properly share data model in TabbedPanel

2012-06-19 Thread nunofaria11
By doesn't work I meant the data (inside the model) that was supposed to change does not change. 2012/6/19 Martin Grigorov-4 [via Apache Wicket] ml-node+s1842946n4650084...@n4.nabble.com On Tue, Jun 19, 2012 at 11:26 PM, nunofaria11 [hidden email]http://user/SendEmail.jtp?type=nodenode

Re: Properly share data model in TabbedPanel

2012-06-19 Thread nunofaria11
/06/2012, às 21:39, Martin Grigorov-4 [via Apache Wicket] escreveu: it sounds like you are using static models. read about dynamic models at: https://cwiki.apache.org/WICKET/working-with-wicket-models.html On Tue, Jun 19, 2012 at 11:36 PM, nunofaria11 [hidden email] wrote: By doesn't

Re: CheckBoxMultipleChoice used in a Wizard Panel

2012-05-17 Thread nunofaria11
Hi there, I am having the same problem you had regarding a CheckBoxMultipleChoice used in a Wizard Panel: the list within the model containing the chosen items is always empty. Were you able to solve that problem? And if so, how? Thanks Nuno -- View this message in context:

Re: Changing values by reference in child components... is it possible?

2012-05-16 Thread nunofaria11
Great, Thanks for your reply. I've looked into it but I didn't find any practical examples of this specific case. Can you point me some links or some code on how the model is used outside and inside the panel. -- View this message in context:

Re: Changing values by reference in child components... is it possible?

2012-05-16 Thread nunofaria11
Actually I was able to do it. It turned out to be pretty simple; very much like the pseudocode Sven posted. Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Changing-values-by-reference-in-child-components-is-it-possible-tp4635008p4641422.html Sent from the

Changing values by reference in child components... is it possible?

2012-05-15 Thread nunofaria11
Hi everyone, I am fairly new to Wicket, and probably my question has more to do with Java than with Wicket, but still I'd like to get some feedback if thats ok. Lets say that I have a Panel B inside a Panel A; panel B receives a parameter from A PanelA(id){ ... add(new PanelB(B,