[Wicket-user] Panel parameters

2006-02-10 Thread V. Jenks
I'm having a little trouble understanding how to use Panels correctly. I'm trying to convert a JSP that has many JSP 2.0 tagfile includes of which I pass objects into so they can display some of the data that the master JSP tag displays. In Wicket, I've re-created the tagfiles as Panels and I'm

Re: [Wicket-user] Exception when displaying List from hibernate

2006-02-10 Thread V. Jenks
This works...how expensive is it, really? I've noticed in my own testing that copying the contents of one ArrayList into another can be fairly resource intensive...is that what is happening in the constructor? Couldn't I avoid this by making my domain classes implement Serializable? I believe

Re: [Wicket-user] Exception when displaying List from hibernate

2006-02-10 Thread V. Jenks
Yes, this works perfect now. Thank you. On Sat, 2006-02-11 at 01:43 +0100, Johan Compagner wrote: sorry a LoadableDetachableModel is not a Model so: Model model = (Model)super.getObject(component); that can't be cast it to a IModel IModel model = (IModel)super.getObject(component);

Re: [Wicket-user] confused about Image = img

2006-02-11 Thread V. Jenks
Just what I need...however...I'm getting an error that there is no SimpleAttributeModifier and all I can find in the API docs is AttributeModifier...no SimpleAttributeModifier. I'm using 1.1.1 BTW, does that make a difference? On Sat, 2006-02-11 at 23:30 -0800, Igor Vaynberg wrote: so what you

Re: [Wicket-user] confused about Image = img

2006-02-12 Thread V. Jenks
date on that? -v On Sat, 2006-02-11 at 23:53 -0800, Eelco Hillenius wrote: Yeah, SimpleAttributeModifier is 1.2. In 1.1.1 there is AttributeModifier which works fine too, but is a little bit more verbose to use. Eelco On 2/11/06, V. Jenks [EMAIL PROTECTED] wrote: Just what I need

Re: [Wicket-user] Testing Wicket 1.2 on Glassfish b48

2006-07-06 Thread V. Jenks
Again, I did this at home on my Gentoo box in a separate project...and got the same result. My log4j.properties: logger.wicket.protocol.http=INFO The exception stack: wicket.WicketRuntimeException: Internal error cloning object. Make sure all dependent objects implement Serializable. Class:

Re: [Wicket-user] apache wicket?

2006-07-28 Thread V. Jenks
Wow, sounds like a fairly big step, eh? So, not being familiar w/ the Apache Way - what are the pros and cons vs. what you've been doing so far? On Wed, 2006-07-26 at 18:03 -0700, Igor Vaynberg wrote: dear community, the core wicket team has decided to join the ASF and make

Re: [Wicket-user] Wicket and Sun Java App Server

2006-07-29 Thread V. Jenks
I'm doing extensive development these days on SJAS 9.0 (Glassfish) and I've only had one issue w/ Wicket, which was resolved in 1.2.1. I found the logging to conflict w/ SJAS and this was *only* a problem w/ Stateful beans in EJB 3.0. See here:

[Wicket-user] Generate HTML file from page

2006-08-20 Thread V. Jenks
I'm adding some features to my blog which I wrote in Wicket a while back. One thing I'd like to be able to do is generate HTML files of blog entries which would be just a snapshot of the detail page of the entry. Is there a slick way to do this? How can I generate a static HTML file of a

[Wicket-user] AutoCompleteTextField giving js error

2006-08-25 Thread V. Jenks
I'm taking my first crack at using some of the built-in Ajax stuff in Wicket - pretty cool by the way! I'm using the AutoCompleteTextField to filter some data and it works except that I'm getting a javascript error. It doesn't seem to be inhibiting any of the functionality but it looks bad,

Re: [Wicket-user] AutoCompleteTextField giving js error

2006-08-25 Thread V. Jenks
Excellent, thank you - I'll be sure to test 1.2.2 as soon as it is released. Janne Hietamäki wrote: This is also fixed in the svn. Janne On 25.8.2006, at 19.59, V. Jenks wrote: I'm taking my first crack at using some of the built-in Ajax stuff in Wicket - pretty cool

[Wicket-user] plain 'ol DropDownChoice of strings??

2007-01-10 Thread V. Jenks
Hi all, been a long hiatus for me but I'm diving back into Wicket finally. I'm a little rusty (was forced, against my will, to use JSF for the past couple of months!) - and I've got a silly question...should be a snap. I've got a DropDownChoice select list on a page I simply need to fill w/

Re: [Wicket-user] plain 'ol DropDownChoice of strings??

2007-01-10 Thread V. Jenks
, V. Jenks [EMAIL PROTECTED] wrote: Hi all, been a long hiatus for me but I'm diving back into Wicket finally. I'm a little rusty (was forced, against my will, to use JSF for the past couple of months!) - and I've got a silly question...should be a snap. I've got a DropDownChoice select list

Re: [Wicket-user] plain 'ol DropDownChoice of strings??

2007-01-10 Thread V. Jenks
experience compared to wicket. anything you found better that we can improve? -igor On 1/10/07, V. Jenks [EMAIL PROTECTED] wrote: Hi all, been a long hiatus for me but I'm diving back into Wicket finally. I'm a little rusty (was forced, against my will, to use JSF for the past

Re: [Wicket-user] plain 'ol DropDownChoice of strings??

2007-01-10 Thread V. Jenks
without that IModel param - that way the compound property model will get used. -igor On 1/10/07, V. Jenks [EMAIL PROTECTED] wrote: Hi all, been a long hiatus for me but I'm diving back into Wicket finally. I'm a little rusty (was forced, against my will, to use JSF for the past

[Wicket-user] Problem setting selected value in DropDownChoice

2007-04-06 Thread V. Jenks
I feel like I've asked this question before...but here I am again. I'm simply trying to set a selected value for a DropDownChoice when a page is loaded. I've tried pre-loading it into the input class, setting it in getDefaultChoice, and also by trying to pass a model into the control w/ the

Re: [Wicket-user] Problem setting selected value in DropDownChoice

2007-04-16 Thread V. Jenks
is not null On 4/7/07, V. Jenks [EMAIL PROTECTED] wrote: I feel like I've asked this question before...but here I am again. I'm simply trying to set a selected value for a DropDownChoice when a page is loaded. I've tried pre-loading it into the input class, setting it in getDefaultChoice

[Wicket-user] Serious problem w/ Glassfish V2 Beta 2 Wicket

2007-05-10 Thread V. Jenks
I'm attempting to test against the latest Glassfish app server (V2 b41, a.k.a. Beta 2) and there seems to be an issue with wicket that didn't arise when I had tested it in earlier versions of Glassfish. I realize the app server may be to blame but that may not be entirely true, I'm just trying

Re: [Wicket-user] Serious problem w/ Glassfish V2 Beta 2 Wicket

2007-05-10 Thread V. Jenks
server AND undeploying, redeploying, etc. the application. This makes me even more nervous. :S igor.vaynberg wrote: On 5/10/07, V. Jenks [EMAIL PROTECTED] wrote: com.myapp.abcommerce.ui.admin.UserSession cannot be cast to com.myapp.abcommerce.ui.admin.UserSession ...oh REALLY now

Re: [Wicket-user] Serious problem w/ Glassfish V2 Beta 2 Wicket

2007-05-10 Thread V. Jenks
know the place where it does goes wrong now and then output/log the 2 classloaders: log.debug(usersession.getClass ().getClassLoader()) johan On 5/10/07, V. Jenks [EMAIL PROTECTED] wrote: Thanks for the insight Igor, very interesting, and it makes sense. However, it doesn't make sense

[Wicket-user] Chicken-and-egg w/ Data Provider

2007-05-29 Thread V. Jenks
I'm trying to use a provider class for a DataView so I can do paging/sorting, etc. It looks like this: public class OrderProvider implements IDataProvider { private transient ListOrder orders; public OrderProvider()

Re: [Wicket-user] Chicken-and-egg w/ Data Provider

2007-05-30 Thread V. Jenks
On 5/29/07, V. Jenks [EMAIL PROTECTED] wrote: I'm trying to use a provider class for a DataView so I can do paging/sorting, etc. It looks like this: public class OrderProvider implements IDataProvider { private transient ListOrder

[Wicket-user] Automatic page history discovery...need direction

2007-06-13 Thread V. Jenks
I would like to build my own breadcrumb type of navigation widget and I'm looking for some direction as to what I might use to discover what page is currently being served and how I might detect a history of pages leading up to the current one the user is viewing? Would I tap into the