Re: Old tiles site

2008-10-14 Thread Alex Coles
On Tue, Oct 14, 2008 at 12:53 PM, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > 2008/10/14 Lance Java <[EMAIL PROTECTED]>: >> When I type in tiles2 into google, the first result is this page >> http://struts.apache.org/struts-sandbox/tiles/index.html > > But if you type "tiles 2" (notice the space)

Re: Is there some problem with maillist server ? I awalys get failture message about delivery .

2008-10-13 Thread Alex Coles
On Mon, Oct 13, 2008 at 10:28 AM, Mead Lai <[EMAIL PROTECTED]> wrote: > anyone get this iusse? or can send mail normally? > > The content is following that: > > > This is an automatically generated Delivery Status Notification. > > Delivery to the following recipients failed. > > [EMAIL PROTEC

Re: java mail: send two mail one "HTML" and one "TEXT" to the same user.

2008-10-12 Thread Alex Coles
out two messages successively? If using Spring, create one SimpleMailMessage, and then JavaMailSender.createMimeMessage() to create a MIME message. Alex Coles - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Using Maven profiles with Struts 2: including/excluding JARS, constant configurations

2008-10-12 Thread Alex Coles
a release, having to manually change these values, I'd like to see if there is a way of parameterizing these boolean values with a Maven production profile? Alex Coles - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: json-plugin and Annotations (OR, implementations of Result that DO not inherit from StrutsResultSupport)

2008-10-12 Thread Alex Coles
On Sun, Oct 12, 2008 at 5:51 AM, Wes Wannemacher <[EMAIL PROTECTED]> wrote: > On Sun, 2008-10-12 at 05:29 +0200, Alex Coles wrote: >> Hi Wes, >> >> Thanks for your response! >> >> On Sun, Oct 12, 2008 at 5:15 AM, Wes Wannemacher <[EMAIL PROTECTED]> wr

Re: json-plugin and Annotations (OR, implementations of Result that DO not inherit from StrutsResultSupport)

2008-10-11 Thread Alex Coles
Hi Wes, Thanks for your response! On Sun, Oct 12, 2008 at 5:15 AM, Wes Wannemacher <[EMAIL PROTECTED]> wrote: > It's funny that you happened to ask this tonight, I am working on a JSON > result with annotations as I am writing this... > > First off, are you using a plugin to provide the annotatio

json-plugin and Annotations (OR, implementations of Result that DO not inherit from StrutsResultSupport)

2008-10-11 Thread Alex Coles
Using Struts 2.1.2 and json-plugin 0.30. I've been having issues configuring the json-plugin while using the @Result annotations. @Action(name = "items-json") @Results({ @Result(name = ListItemsJsonAction.SUCCESS, type = JSONResult.class, value = "", params = { "root", "newsItems" } ) })

Re: removing the extension in url in struts 2

2008-10-09 Thread Alex Coles
On Fri, Oct 3, 2008 at 6:31 PM, Owen Berry <[EMAIL PROTECTED]> wrote: > > Here's a small sample out of my struts.xml file; let me know if you > need a little more. > > > > home > > > home > > > > I can access the above with any of the following URLs: > > / > /home >