Return-Path: X-Original-To: apmail-struts-user-archive@www.apache.org Delivered-To: apmail-struts-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 05CD07DB1 for ; Wed, 14 Sep 2011 21:38:11 +0000 (UTC) Received: (qmail 79339 invoked by uid 500); 14 Sep 2011 21:38:08 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 79314 invoked by uid 500); 14 Sep 2011 21:38:08 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 79306 invoked by uid 99); 14 Sep 2011 21:38:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2011 21:38:08 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of elephantium@gmail.com designates 209.85.214.48 as permitted sender) Received: from [209.85.214.48] (HELO mail-bw0-f48.google.com) (209.85.214.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2011 21:38:02 +0000 Received: by bkbzu5 with SMTP id zu5so2779165bkb.35 for ; Wed, 14 Sep 2011 14:37:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=J6uk6BDgqO/JRXzuHQg+KZe7KDuIOdFxz71WJoMpzLg=; b=b5pVNhb4xkR8h++ZFT/nUwHOwY1hQpO+A5vGMJSPq03fQwiNHbepnhu/AOnQx0aWMv rkZgYncqOwuhP+5lwHGe8STarSv0HwTyQX9hS6Fh6javCQQ9p27GvPTErZAxNYYK/w3Y z3ynG7BxQLLqSdtRbkua5LGNQSC7htMwa/yFw= MIME-Version: 1.0 Received: by 10.204.138.138 with SMTP id a10mr169562bku.264.1316036260915; Wed, 14 Sep 2011 14:37:40 -0700 (PDT) Received: by 10.204.57.204 with HTTP; Wed, 14 Sep 2011 14:37:40 -0700 (PDT) In-Reply-To: References: Date: Wed, 14 Sep 2011 16:37:40 -0500 Message-ID: Subject: Re: Simplest way to implement lightbox or lightbox clone in struts2 From: Brian Thompson To: Struts Users Mailing List Content-Type: multipart/alternative; boundary=0015173fe74ed7e9e604aced919d --0015173fe74ed7e9e604aced919d Content-Type: text/plain; charset=UTF-8 Step 1: Create your Struts2 page with whatever layout makes sense for your application. Step 2: Insert lightbox javascript. There isn't really anything Struts-specific to this type of task. Brian On Wed, Sep 14, 2011 at 4:32 PM, Rafael Barrera Oro wrote: > Hello! > > I come to you today with a simple question, which is the simplest way to > implement lightbox or similar funcionality in a struts2 page? (i am not > asking for a full tutorial, just for basic directions) > > Thanks in advance! > > Rafael > --0015173fe74ed7e9e604aced919d--