Re: Please

2007-02-09 Thread Elie Ciment
Read the bottom of this email: To unsubscribe On 2/8/07, Ray Madigan <[EMAIL PROTECTED]> wrote: unsubscribe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts 2 and Other Open Source Products Integration

2007-02-05 Thread Elie Ciment
I believe you definitely can - check out this article in the Struts 2 tutorial: http://struts.apache.org/2.x/docs/hello-world.html on the bottom of the page. I think the code didn't work for me as is, but that's something to work off of. Good luck! On 2/5/07, Caroline Jen <[EMAIL PROTECTED]> wr

Re: [s2] Actions in different Namespaces

2007-01-26 Thread Elie Ciment
http://struts.apache.org/2.x/docs/redirect-action-result.html -Wes Thanks!!! -Original Message- > From: Elie Ciment [mailto:[EMAIL PROTECTED] > Sent: Friday, January 26, 2007 2:42 PM > To: Struts Users Mailing List > Subject: Re: [s2] Actions in different Namespaces >

Re: [s2] Actions in different Namespaces

2007-01-26 Thread Elie Ciment
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Elie Ciment > Sent: Friday, January 26, 2007 2:05 PM > To: Struts Users Mailing List > Subject: [s2] Actions in different Namespaces > > Is it possible to redirect an action in one nam

[s2] Actions in different Namespaces

2007-01-26 Thread Elie Ciment
Is it possible to redirect an action in one namespace to another? I wasn't able to do so... For example, to take an action "Example_create" in the "example" namespace, and if for some reason the user was logged out in the meantime, is there a way to forward them to the "security" namespace to the

Re: [s2] Action classes and wildcards with special characters

2007-01-24 Thread Elie Ciment
om Struts 1 was done in order to better align with the "action!method" notation of WebWork 2/Struts 2. Don On 1/24/07, Elie Ciment <[EMAIL PROTECTED]> wrote: > Hi, > > I am following along the tutorials online getting started with Struts2. I am > loving it, but I not

[s2] Action classes and wildcards with special characters

2007-01-24 Thread Elie Ciment
Hi, I am following along the tutorials online getting started with Struts2. I am loving it, but I noticed something bazaar and was wondering what anyone has to say about it. When you have an action and you add an underscore or ! followed by an asterisk (*), to make it or then when you ref

Re: [S2] Struts 2 GA Release Anytime Soon?

2006-12-21 Thread Elie Ciment
s ready when it's ready. Since we have no paid staff, and volunteer schedules are haphazard, it's never a good idea for us to project ship dates. -Ted. On 12/21/06, Elie Ciment <[EMAIL PROTECTED]> wrote: > The FAQ on the apache.org site says that a release is due by the end of the

[S2] Struts 2 GA Release Anytime Soon?

2006-12-21 Thread Elie Ciment
The FAQ on the apache.org site says that a release is due by the end of the year. http://struts.apache.org/roadmap.html#now That is soon. Is there any word on progress? Will that deadline be met? Waiting for the GA release so we can start coding for Struts 2 already... Thanks!

Re: OFF RECORD

2006-12-21 Thread Elie Ciment
Hi, If I understand correctly, we had a similar problem once. I wanted to use XmlHttpRequests for handling JSPs, and not text nor xml. Basically, the way we did it was we set up Ajax code that simply called the Struts action, which returned a full fledged JSP page, using Tiles to give it a standa

Re: html:link newbie problem

2006-11-21 Thread Elie Ciment
priya, Your html:link (the "opening" tag) has incorrect syntax. You need to change it from Next Page to Next Page No extra "/" - that closes the tag in standard xhtml markup. That should fix it (also, fix up the Previous Page code to surround the words Previous Page with Previous Page). Goo

Re: Struts 1.3.5 and Eclipse 3.2

2006-11-14 Thread Elie Ciment
> To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Elie Ciment (443) 414-6550 [EMAIL PROTECTED]

Re: Tiles Menu Items

2006-11-09 Thread Elie Ciment
ing the main menu (top level) link, not a sub-menu link. Again, if anybody wishes to share their thoughts, please do... I am sure there is a better solution to this nested menu tiles issue. Thanks On 11/9/06, Elie Ciment <[EMAIL PROTECTED]> wrote: Hi, I have an issue with Struts Tiles pu

Tiles Menu Items

2006-11-09 Thread Elie Ciment
Hi, I have an issue with Struts Tiles putList items. I can get all the items in my jsp page fine, with the links and values for each menu item. The problem is, when I try to nest a putList tag within another one, to attempt to create subMenu functionality. I have no way of retrieving the submenu

Nested Tiles

2006-11-09 Thread Elie Ciment
either the struts or jstl tag libraries? I can see the List in my jsp page if I simply say , but the question is how to expose each elemnt of the list (the subMenu) to use the links and values from the subMenu? Thanks for your help, Elie Ciment -- Here's the archive I was referring to: http:/