Simple question: RESTful page parameters

2011-10-31 Thread Sky USC
ble to have multiple parameters for same name. I want parameters to be seperated by / and not by the query style"?&=" Thanks!- Sky

Re: How do add an tag with an external link to the image?

2010-12-10 Thread Sky
yes. the src is calculated. -Original Message- From: James Carman Sent: Friday, December 10, 2010 1:06 PM To: users@wicket.apache.org Subject: Re: How do add an tag with an external link to the image? On Fri, Dec 10, 2010 at 3:31 PM, Sky wrote: I would like to have something like

Re: How do add an tag with an external link to the image?

2010-12-10 Thread Sky
external link to the image? 1-Use ContextImage for context-relative images? 2-Use WebMarkupContainer container = new WebMarkupContainer("img"); container.add(new AttributeModifier("src", new Model("external URL"))); for external images? Ernesto On Fri, Dec 10, 2

RE: Log4J SMTPAppender fails for wicket app but works for a non-wicket Java application.

2010-11-18 Thread Sky USC
Please disregard the issue. During initially trying to get SMTPAppender, I had added a line in my program which was unnecessary, and discovered it after I had already sent the email below. System.setProperty("mail.smtp.socketFactory.class", "javax.net.ssl.SSLSocketFactory&

Log4J SMTPAppender fails for wicket app but works for a non-wicket Java application.

2010-11-18 Thread Sky USC
Hi. I created a wicket application. SMTPappender for Log4J fails with my wicket application. When I use the EXACT same log4j setting file in a non-maven, non-wicket basic hello world Java project, I dont see the failure happen and mail works fine. Any idea what could be different of a wicket/we

Re: How do I create bookmarkable link to somewhat dynamic content?

2010-11-11 Thread Sky
Vaynberg Sent: Thursday, November 11, 2010 8:34 AM To: users@wicket.apache.org Subject: Re: How do I create bookmarkable link to somewhat dynamic content? bookmarkable page link with page parameters -igor On Thu, Nov 11, 2010 at 1:01 AM, Sky wrote: My first post as a newbie to Wicket DL, so am re

How do I create bookmarkable link to somewhat dynamic content?

2010-11-11 Thread Sky
My first post as a newbie to Wicket DL, so am ready for flames - if the question is too silly or obvious. My website will expose bunch of files for end users search for and selectively download. The backend webserver which is to be hidden from public will contain files in following URL forma