[Wicket-user] Hotswap application

2007-02-11 Thread Jesse Barnum
, recompile/hotswap, and then immediately see my changes in the web browser? --Jesse Barnum, President, 360Works http://www.360works.com (770) 234-9293 - Using Tomcat but need to do more? Need to support web services, security? Get

[Wicket-user] Convert newlines to br

2007-02-12 Thread Jesse Barnum
); --Jesse Barnum, President, 360Works http://www.360works.com (770) 234-9293 - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job

Re: [Wicket-user] Convert newlines to br

2007-02-13 Thread Jesse Barnum
Thank you, that's just what I needed. Hopefully someday I'll be able to help answer questions on this list instead of just asking them! --Jesse Barnum, President, 360Works http://www.360works.com (770) 234-9293 On Feb 12, 2007, at 6:28 PM, Eelco Hillenius wrote: See MultiLineLabel

Re: [Wicket-user] low wicket performance - intensive file system usage

2007-02-13 Thread Jesse Barnum
I don't have a WicketFilter in my wicket-1.2.5.jar. Where would I find this? --Jesse Barnum, President, 360Works http://www.360works.com (770) 234-9293 On Feb 13, 2007, at 8:48 AM, Martijn Dashorst wrote: Use the wicket filter instead. Martijn On 2/13/07, Andrew Klochkov [EMAIL

Re: [Wicket-user] low wicket performance - intensive file system usage

2007-02-13 Thread Jesse Barnum
So it's not in any pre-compiled release version? --Jesse Barnum, President, 360Works http://www.360works.com (770) 234-9293 On Feb 13, 2007, at 5:59 PM, Eelco Hillenius wrote: On 2/13/07, Igor Vaynberg [EMAIL PROTECTED] wrote: in 1.x or 2.x Where 1.x stands for the name for the branch

[Wicket-user] WAP interfaces?

2007-02-15 Thread Jesse Barnum
Could I use Wicket to build a WAP site, or is it exclusively for HTML? --Jesse Barnum, President, 360Works http://www.360works.com (770) 234-9293 - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's

[Wicket-user] Download link for 1.2.x is broken

2007-02-18 Thread Jesse Barnum
. I do not use Maven, so I can't build from source code. --Jesse Barnum, President, 360Works http://www.360works.com (770) 234-9293 - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel

[Wicket-user] Dumb question about serialization

2007-02-21 Thread Jesse Barnum
need to be displayed in a ListView, and when I try to modify the contents of the ListView, it causes exceptions because it automatically tries to serialize everything which I call modelChanging(). Is there a setting I can change somewhere to run everything in memory? --Jesse Barnum, President

[Wicket-user] CheckGroup example

2007-03-24 Thread Jesse Barnum
=removeItem 2/input input type=checkbox wicket:id=removeItem 3/input input type=submit value=remove items / /form The docs for CheckGroup tell me that I need to add it in the hierarchy above the Check items, but where would that be in this example? --Jesse Barnum, President, 360Works

[Wicket-user] Difficulty with TextFields in ListView

2007-04-24 Thread Jesse Barnum
/ /li /ul input type=submit / /form /body /html --Jesse Barnum, President, 360Works http://www.360works.com (770) 234-9293 - This SF.net email is sponsored by DB2 Express Download DB2 Express C

Re: [Wicket-user] Difficulty with TextFields in ListView

2007-04-24 Thread Jesse Barnum
Thanks, that's what I needed. --Jesse Barnum, President, 360Works http://www.360works.com (770) 234-9293 On Apr 24, 2007, at 8:53 AM, Martijn Dashorst wrote: Sorry to make a short note: http://cwiki.apache.org/WICKET/listview-and-other-repeaters.html Basically you need to setReuseItems

[Wicket-user] 401 HTTP authentication?

2007-07-03 Thread Jesse Barnum
the ISecuritySettings.setUnauthorizedComponentInstantiationListener() method assumes that you want to present an HTML login component to the user. --Jesse Barnum, President, 360Works http://www.360works.com (770) 234-9293 - This SF.net email is sponsored

Re: [Wicket-user] 401 HTTP authentication?

2007-07-09 Thread Jesse Barnum
; } } ); } --Jesse Barnum, President, 360Works http://www.360works.com (770) 234-9293 On Jul 7, 2007, at 12:27 AM, Sean Sullivan wrote: Have you tried: import org.apache.wicket.protocol.http.servlet.*; throw new AbortWithWebErrorCodeException(401) // or maybe

[Wicket-user] How to append an # anchor to an href?

2007-08-01 Thread Jesse Barnum
guess what I'm really looking for is something like aLink.setAnchorName(sectionName); --Jesse Barnum, President, 360Works http://www.360works.com (770) 234-9293 - This SF.net email is sponsored by: Splunk Inc. Still grepping