[Wicket-user] Newbie: Advice on using JasperReports

2005-07-22 Thread Philip A. Chapman
mapping so that it will be used rather than wicket's when given a certain url, such as /myapp/report If there is anyone that has used JasperReports with Wicket and could suggest a more Wicket way of doing things, I would sure like to hear it. Thanks, -- Philip A. Chapman Application Development

Re: [Wicket-user] Newbie: Advice on using JasperReports

2005-07-24 Thread Philip A. Chapman
of ResourceStreamLocator. It's a good bit to wade through. Thanks, Eelco Hillenius wrote: I haven't yet. It's been on my wish list for a long time. Shouldn't be too hard probably... maybe you could take a look at how resources are handled. Eelco -- Philip A. Chapman Application

Re: [Wicket-user] Newbie: Advice on using JasperReports

2005-07-24 Thread Philip A. Chapman
your code? Thanks, Eelco Philip A. Chapman wrote: I have created a IResourceStream that will provide the JasperReport output. I am thinking that I should create a ResourceStreamLocator that will return the new ResourceStream and override the Application.getResourceStreamLocator

Re: [Wicket-user] Wicket: Beaten Path?

2005-07-25 Thread Philip A. Chapman
=7477alloc_id=16492op=click ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Philip A. Chapman Application Development: Java, Visual Basic (MCP), PostgreSQL, MySQL, MSSQL Linux

Re: [Wicket-user] Newbie: Advice on using JasperReports

2005-07-25 Thread Philip A. Chapman
with other components now. Eelco Philip A. Chapman wrote: Eelco, I would certainly be interested in sharing the code. I've spent most of the time since our first correspondence coding some other stuff in the project; so I haven't actually worked on this JasperReport classes until

[Wicket-user] Problem with PageableListView

2005-08-03 Thread Philip A. Chapman
) at wicket.markup.html.HtmlHeaderResolver.resolve(HtmlHeaderResolver.java:78) ... 24 more Thanks, -- Philip A. Chapman Application Development: Java, Visual Basic (MCP), PostgreSQL, MySQL, MSSQL Linux, Windows 9x, Windows NT, Windows 2000, Windows XP signature.asc Description: OpenPGP

Re: [Wicket-user] Problem with PageableListView

2005-08-05 Thread Philip A. Chapman
about this potential pitfall? Seems like a common problem... On 8/3/05, Philip A. Chapman [EMAIL PROTECTED] wrote: To anyone that comes across the same problem, I found the solution here: http://sourceforge.net/mailarchive/message.php?msg_id=12398585 Thanks, Philip A. Chapman wrote

[Wicket-user] Links and css

2005-08-05 Thread Philip A. Chapman
?bookmarkablePage=package.web.ReportsListing The lack of a slash after the servlet application name app makes it so that the browser cannot find the css style page. Thanks, -- Philip A. Chapman Application Development: Java, Visual Basic (MCP), PostgreSQL, MySQL, MSSQL Linux, Windows 9x, Windows NT

Re: [Wicket-user] Re: Problem

2005-08-05 Thread Philip A. Chapman
whether they have authenticated, you would need to check the wicket session. -- Philip A. Chapman Application Development: Java, Visual Basic (MCP), PostgreSQL, MySQL, MSSQL Linux, Windows 9x, Windows NT, Windows 2000, Windows XP signature.asc Description: OpenPGP digital signature

Re: [Wicket-user] problem

2005-08-05 Thread Philip A. Chapman
___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Philip A. Chapman Application Development: Java, Visual Basic (MCP), PostgreSQL, MySQL, MSSQL Linux, Windows 9x, Windows NT

Re: [Wicket-user] Links and css

2005-08-05 Thread Philip A. Chapman
to $TOMCAT_HOME/webapps/SIMIS Okay. I'll do some research into contexts. However, if you are correct, I've got a problem with a situation where it *does* have a slash in there (As opposed to what I saw as a problem with not having one). -- Philip A. Chapman Application Development: Java, Visual

[Wicket-user] Form value not being posted to model

2005-08-18 Thread Philip A. Chapman
am reading this correctly, the parameters contain no values for the 23 controls on the form. Am I reading this right? Where do I go from here to debug the problem. Thanks, -- Philip A. Chapman Application Development: Java, Visual Basic (MCP), PostgreSQL, MySQL, MSSQL Linux, Windows 9x

[Wicket-user] Creating Models Like CompoundPropertyModel

2005-08-18 Thread Philip A. Chapman
other multi-control models could implement the interface. At that point, the code in Component could search for isntances of ICompoundPropertyModel rather than a concrete instance of CompoundPropertyModel. Thanks, -- Philip A. Chapman Application Development: Java, Visual Basic (MCP), PostgreSQL

Re: [Wicket-user] Problem with Multiple DatePickers

2005-08-18 Thread Philip A. Chapman
Dariusz, I can not *believe* I missed that! Thanks. Dariusz Wojtas wrote: Looks like in your java code both datePickers reference 'startDateField'. Try add(new DatePicker(endDatePicker, endDateField)); in the last line of your Java code. Darek On 8/18/05, Philip A. Chapman [EMAIL

Re: [Wicket-user] Form value not being posted to model

2005-08-19 Thread Philip A. Chapman
; though I know that I selected a value for the control. Any other help would be appreciated. Thanks, -- Philip A. Chapman Application Development: Java, Visual Basic (MCP), PostgreSQL, MySQL, MSSQL Linux, Windows 9x, Windows NT, Windows 2000, Windows XP signature.asc Description: OpenPGP digital

Re: [Wicket-user] Form value not being posted to model

2005-08-19 Thread Philip A. Chapman
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philip A. Chapman Sent: Thursday, August 18, 2005 11:13 PM To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Form value not being posted to model Igor Vaynberg wrote: Why don't you set a breakpoint in form.onsubmitform that's

[Wicket-user] Unexpected Page Expiration

2005-08-26 Thread Philip A. Chapman
. This really puzzles me. If any wicket gurus have any ideas, I'd sure be glad to hear them. Thanks, -- Philip A. Chapman Application Development: Java, Visual Basic (MCP), PostgreSQL, MySQL, MSSQL Linux, Windows 9x, Windows NT, Windows 2000, Windows XP signature.asc Description: OpenPGP

Re: [Wicket-user] Unexpected Page Expiration

2005-08-27 Thread Philip A. Chapman
at the IssueSelection and there doesn't look anything odd there (although from your description, I'd have thought it's the ReportsListing that's where the focus should be.) /Gwyn On 26/08/05, Philip A. Chapman [EMAIL PROTECTED] wrote: Everyone, I have a very puzzling problem that I cannot

[Wicket-user] Changing an attribute in response to a Link.onClick() method.

2005-10-15 Thread Philip A. Chapman
( null, selected ? SELECTED : UN_SELECTED ); } } -- Philip A. Chapman Application Development: Java, Visual Basic (MCP), PostgreSQL, MySQL, MSSQL Linux, Windows 9x, Windows NT, Windows 2000, Windows XP signature.asc Description: OpenPGP

Re: [Wicket-user] #wicket on irc.freenode.org

2005-12-11 Thread Philip A. Chapman
. -- Philip A. Chapman signature.asc Description: OpenPGP digital signature

Re: [Wicket-user] Return binary files in a dynamic way

2006-01-17 Thread Philip A. Chapman
log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Philip A. Chapman Application

Re: [Wicket-user] Post 1.2 roadmap

2006-02-13 Thread Philip A. Chapman
. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Philip A. Chapman Application Development: Java, Visual Basic (MCP

Re: [Wicket-user] Component model question

2006-02-15 Thread Philip A. Chapman
.textBoxA, myPanel2.textBoxA, myPanel1.textBoxB and myPanel2.textBoxB - can inherit their models from it? -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MSSQL Linux, Windows 2000, Windows XP signature.asc Description: OpenPGP digital signature

Re: [Wicket-user] Post 1.2 roadmap

2006-02-16 Thread Philip A. Chapman
the committers. -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MSSQL Linux, Windows 2000, Windows XP signature.asc Description: OpenPGP digital signature

Re: [Wicket-user] VOTE

2006-02-17 Thread Philip A. Chapman
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Philip A. Chapman

[Wicket-user] Large sites running wicket

2006-03-09 Thread Philip A. Chapman
are will support many users and do not mind the site and estimated number of users mentioned, please give either myself or the list a reply. Please let me know if the site is currently running on wicket, or if it is still in development. Thanks, -- Philip A. Chapman Desktop and Web Application

Re: [Wicket-user] Problems with CompoundPropertyModel

2006-03-27 Thread Philip A. Chapman
it, it makes perfect sense. While I was staring at it scratching my head not so much. -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MSSQL Linux, Windows 2000, Windows XP signature.asc Description: This is a digitally signed message part

Re: [Wicket-user] Image upload

2006-05-01 Thread Philip A. Chapman
___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL

Re: [Wicket-user] Image upload

2006-05-02 Thread Philip A. Chapman
How was it? Do I need to make any edits to make it easier to understand? On Mon, 2006-05-01 at 11:28 -0600, Vincent Jenks wrote: I'll read through this, thanks a ton! On 5/1/06, Philip A. Chapman [EMAIL PROTECTED] wrote: Sorry for the delay, but I spent the time

Re: [Wicket-user] Image upload

2006-05-05 Thread Philip A. Chapman
array into an image I can display on a page...not something I'm familiar with. I couldn't gather from your example how this would be done, either. Thanks for the help! On 5/2/06, Philip A. Chapman [EMAIL PROTECTED] wrote

Re: [Wicket-user] Image upload

2006-05-05 Thread Philip A. Chapman
! On 5/2/06, Philip A. Chapman [EMAIL PROTECTED] wrote: How was it? Do I need to make any edits to make it easier to understand? On Mon, 2006-05-01 at 11:28 -0600, Vincent

Re: [Wicket-user] Link to Anchor

2006-05-11 Thread Philip A. Chapman
n Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Philip A. Chapman Desktop and Web Application D

Re: [Wicket-user] Link to Anchor

2006-05-11 Thread Philip A. Chapman
n Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Philip A. Chapman Desktop and Web Application D

Re: [Wicket-user] Is there a shuttle(?) component?

2006-05-31 Thread Philip A. Chapman
) 8565-7739 - (11) 3846-1622 -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MSSQL Linux, Windows 2000, Windows XP signature.asc Description: This is a digitally signed message part

Re: [Wicket-user] Plan to develop a portal

2006-06-14 Thread Philip A. Chapman
a close eye on it. -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MSSQL Linux, Windows 2000, Windows XP signature.asc Description: This is a digitally signed message part ___ Wicket-user mailing

Re: [Wicket-user] Wait for Wicket 2.0 or not?

2006-06-23 Thread Philip A. Chapman
-user -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MSSQL Linux, Windows 2000, Windows XP signature.asc Description: This is a digitally signed message part Using Tomcat but need to do more? Need to support web services, security? Get stuff

[Wicket-user] Generating a fully qualified url for a page

2006-07-15 Thread Philip A. Chapman
with a better solution. Thanks, -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MSSQL Linux, Windows 2000, Windows XP signature.asc Description: This is a digitally signed message part

Re: [Wicket-user] Wicket 2.0, when?

2006-08-24 Thread Philip A. Chapman
be looking at 3.0 for bleeding edge. :-) -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MSSQL Linux, Windows 2000, Windows XP signature.asc Description: This is a digitally signed message part

Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Philip A. Chapman
-- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MSSQL Linux, Windows 2000, Windows XP signature.asc Description: This is a digitally signed message part - Using Tomcat

Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Philip A. Chapman
. Is a software project *ever* finished? On Tue, 2006-08-29 at 11:18 -0700, Igor Vaynberg wrote: you mean you already finished bugme and bugeater? -Igor On 8/29/06, Philip A. Chapman [EMAIL PROTECTED] wrote: I would be willing to help work on such a project

[Wicket-user] Pagemap null is locked

2006-09-12 Thread Philip A. Chapman
(ThreadPool.java:490) at com.caucho.util.ThreadPool.run(ThreadPool.java:423) at java.lang.Thread.run(Thread.java:595) -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MSSQL Linux, Windows 2000, Windows XP signature.asc Description

Re: [Wicket-user] Pagemap null is locked

2006-09-18 Thread Philip A. Chapman
the member so that it is declared as transient, since all I was doing in onDetach() is setting it to null. I am investigating why onDetach() was not called, but have not yet come up with an answer. Thanks, On Tue, 2006-09-12 at 14:29 -0500, Philip A. Chapman wrote: Everyone, I am getting

Re: [Wicket-user] new initiative for a user guide

2006-10-01 Thread Philip A. Chapman
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MSSQL Linux, Windows 2000, Windows XP signature.asc Description: This is a digitally signed message part

Re: [Wicket-user] repose of question

2006-10-02 Thread Philip A. Chapman
/lists/listinfo/wicket-user -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MSSQL Linux, Windows 2000, Windows XP signature.asc Description: This is a digitally signed message part

Re: [Wicket-user] Is there a forum implement by wicket and open source?

2006-10-05 Thread Philip A. Chapman
://lists.sourceforge.net/lists/listinfo/wicket-user -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MSSQL Linux, Windows 2000, Windows XP signature.asc Description: This is a digitally signed message part

Re: [Wicket-user] License for CMS (components)

2006-10-05 Thread Philip A. Chapman
V ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Philip A. Chapman Desktop and Web Application Development: Java,

[Wicket-user] Best way to use of packaged resources for skinning

2006-10-09 Thread Philip A. Chapman
() { ... } Am I missing anything? Is there an easier way to do this? Plugging in the css is easy enough. Plugging in the images seems overly complex. Thanks, -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MSSQL Linux, Windows 2000, Windows XP

Re: [Wicket-user] Best way to use of packaged resources for skinning

2006-10-09 Thread Philip A. Chapman
() to select which one is loaded. that way no need to create all those image components. -Igor On 10/9/06, Philip A. Chapman [EMAIL PROTECTED] wrote: Everyone, I have several intranet sites that I am working on. All of them should have the same basic

Re: [Wicket-user] Best way to use of packaged resources for skinning

2006-10-09 Thread Philip A. Chapman
can do lot of nice things). This way you don't have to care about image resources at all. -Matej Philip A. Chapman wrote: Everyone, I have several intranet sites that I am working on. All of them should have the same basic look, but will have different top menus (for navigation). Toward

Re: [Wicket-user] Best way to use of packaged resources for skinning

2006-10-09 Thread Philip A. Chapman
wicket tree works like that, as well as the modal dialog. -Matej Philip A. Chapman wrote: Now that's a great idea, but how would that look having them all served up out of the jar? I'm assuming I just use relative links in the css? What I have is something like this: theme.jar

Re: [Wicket-user] set image source

2006-11-06 Thread Philip A. Chapman
kid=120709bid=263057dat=121642 ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MS

Re: [Wicket-user] Writing byte[] to a WebResponse

2007-01-03 Thread Philip A. Chapman
___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MSSQL Linux, Windows 2000, Windows XP

Re: [Wicket-user] Writing byte[] to a WebResponse

2007-01-03 Thread Philip A. Chapman
or is there another way to get my download working? Perhaps you could give me a short example Thanks Robert __ Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Philip A. Chapman Gesendet: Mittwoch, 03

Re: [Wicket-user] IMPORTANT: your opinion on the constructor change in 2.0

2007-03-07 Thread Philip A. Chapman
cash http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Philip A. Chapman Desktop and Web

Re: [Wicket-user] IMPORTANT: your opinion on the constructor change in 2.0

2007-03-07 Thread Philip A. Chapman
brief surveys-and earn cash http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Philip

Re: [Wicket-user] Reverting the constructor change of 2.0

2007-03-13 Thread Philip A. Chapman
___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MSSQL Linux, Windows 2000, Windows XP signature.asc Description

Re: [Wicket-user] Using Wicket to develop WAP sites

2007-04-05 Thread Philip A. Chapman
is to keep the component hierarchy in sync between the different markup files. Martijn -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MSSQL Linux, Windows 2000, Windows XP signature.asc Description: This is a digitally signed message part

Re: [Wicket-user] SLF4J and wicket

2007-04-26 Thread Philip A. Chapman
list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MSSQL Linux, Windows 2000, Windows XP signature.asc Description: This is a digitally signed message

Re: [Wicket-user] Tapestry in Netbeans tutorial

2007-05-25 Thread Philip A. Chapman
. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Philip A. Chapman Desktop and Web Application

Re: [Wicket-user] wicket-1.3b1 examples

2007-05-25 Thread Philip A. Chapman
and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Philip

Re: [Wicket-user] Accessing HttpSession attributes

2007-06-11 Thread Philip A. Chapman
. I need to access some (old skool) session attributes from my wicket WebSession. How can this be done? -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MSSQL Linux, Windows 2000, Windows XP signature.asc Description: This is a digitally signed

Re: [Wicket-user] Problems Updating a ListView with Ajax

2007-06-14 Thread Philip A. Chapman
/ ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MSSQL Linux, Windows 2000, Windows XP

Re: [Wicket-user] London Wicket Users Group, July 3rd - interested?

2007-06-25 Thread Philip A. Chapman
/ ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MSSQL Linux, Windows 2000, Windows XP

Re: [Wicket-user] How to display a BufferedImage on Wicket Component

2007-06-29 Thread Philip A. Chapman
://lists.sourceforge.net/lists/listinfo/wicket-user -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MSSQL Linux, Windows 2000, Windows XP signature.asc Description: This is a digitally signed message part

Re: [Wicket-user] Wicket-user Digest, Vol 14, Issue 85

2007-07-10 Thread Philip A. Chapman
. -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MSSQL Linux, Windows 2000, Windows XP signature.asc Description: This is a digitally signed message part - This SF.net email

Re: [Wicket-user] Are Wicket HTML Pages OO?

2007-07-10 Thread Philip A. Chapman
to get it now. http://sourceforge.net/powerbar/db2/ ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Philip A. Chapman Desktop and Web Application Development: Java, .NET