Re: [Wicket-user] AttributeModifier on DropDownChoice option element

2007-07-20 Thread Huy Do
hieve the same thing using optgroup but I had no success. http://www.lshift.net/blog/2007/02/21/improved-unobtrusive-linked-select-boxes I'm still trying to see the wicket light. It is still very dark where I'm currently at. THanks Huy > on selectoption, not directly on select >

[Wicket-user] AttributeModifier on DropDownChoice option element

2007-07-20 Thread Huy Do
Hi, Is it possible to use an AttributeModifier on the DropDownChoice or Select option element ? i.e Thanks, Huy - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://cl

Re: [Wicket-user] Select and SelectOptions

2007-07-19 Thread Huy Do
Select component should support this. > > I'm going to try to implement the current Select as a repeating view. > > Thanks again, > > Huy > >> Use a RepeatingView? >> >> >> Huy Do-4 wrote: >> >> >>> Hi, >>> >>

Re: [Wicket-user] Select and SelectOptions

2007-07-19 Thread Huy Do
Thanks for the suggestion. Matej also suggested this on IRC but I think the current Select component should support this. I'm going to try to implement the current Select as a repeating view. Thanks again, Huy > Use a RepeatingView? > > > Huy Do-4 wrote: > >> Hi, &

[Wicket-user] Select and SelectOptions

2007-07-19 Thread Huy Do
Hi, I have been trying to use select and selectoptions in wicket-extensions but I can't figure out how to get a dynamic set of optgroups going. I have seen the example from the mailing list where My problem lies in the fact that I don't know all my optgroups before hand. It changes de

Re: [Wicket-user] why does wicket have dataview/datagrid and repeater ?

2006-08-28 Thread Huy Do
t; many uscases having a hierarchy like this lets you pick a component > that delivers the exact functionality you need. personally i hate > using components that have a bunch of extra features im not going to > be using for my usecase - so maybe thats why i structured the > r

[Wicket-user] why does wicket have dataview/datagrid and repeater ?

2006-08-28 Thread Huy Do
Hi, Just a something I'm a bit confused about being a wicket hobbyist. Why does wicket provide so many different options for the display of tables (as seen in the wicket contrib examples). It makes it hard to figure out which is the correct/or suitable method. Any guidance ? Also, are there a

Re: [Wicket-user] Spring Integration

2005-08-21 Thread Huy Do
Eelco Hillenius wrote: Sorry guys, but I wasn't able to reserve enough free time to do an irc chat. I have been thinking about Spring integration a bit more though, and the only thing I can think of to make it really nice is to use (runtime) annotations. I was thinking about letting Wicket (

Re: [Wicket-user] HTML to WebPage generator ?

2005-08-19 Thread Huy Do
a pinkelefant wrote: Thanks for your replies. You are correct. With only spans in the html there would not be any way to decide what type of component should be created. What if its already a HTML with no wicket ids ? ie we can find out all the FORMS and the containing INPUT TYPE nodes and c

Re: [Wicket-user] Spring Integration

2005-08-19 Thread Huy Do
This is very true in terms of "not using" spring to inject every little property/attribute. I use spring mvc and there are things like setting primitive/simple properties which they recommend using xml to configure which doesn't really make much sense, especially when these things dont change

Re: [Wicket-user] ListView Question

2005-08-19 Thread Huy Do
#x27;t use the id but the index to lookup things But this is not very good for database data where the index (let say 3) can suddenly point to another object. see forexample the wicket-stuf and then wicket-contrib-data cvs project. johan Huy Do wrote: Thanks for the information. H

Re: [Wicket-user] ListView Question

2005-08-18 Thread Huy Do
he id but the index to lookup things But this is not very good for database data where the index (let say 3) can suddenly point to another object. see forexample the wicket-stuf and then wicket-contrib-data cvs project. johan Huy Do wrote: Thanks for the information. However, I was looking

Re: [Wicket-user] ListView Question

2005-08-18 Thread Huy Do
item.add(new Label("batchCode")); } }); Rename the ID of the first label. See the documentation on CompoundPropertyModel for more information. Martijn Huy Do wrote: Hi, Please see code below in relation to my question add(new

[Wicket-user] ListView Question

2005-08-17 Thread Huy Do
Hi, Please see code below in relation to my question add(new ListView("rows", Arrays.asList(pick.getPickDetails())) { protected void populateItem(final ListItem item) { final PickDetail pickDet = (PickDetail)item.getModelObject();

Re: [Spam] [Wicket-user] New to question on Wicket Application concept ?

2005-08-16 Thread Huy Do
ApplicationSettings for the full list). I suggest grouping all (related) pages with the same settings under the same application. Gili Huy Do wrote: Hi, I'm brand spanking new to Wicket, but I love the concept. I just need some help with clarifying the use of WicketApplication class ?

[Wicket-user] New to question on Wicket Application concept ?

2005-08-16 Thread Huy Do
Hi, I'm brand spanking new to Wicket, but I love the concept. I just need some help with clarifying the use of WicketApplication class ? If I was creating an holiday booking system with different functions like booking a car, hotel, flights etc, would I create one wicket application class and