Re: Continuous integration for Struts

2006-05-26 Thread Martin Cooper
On 5/25/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 5/25/06, Patrick Lightbody <[EMAIL PROTECTED]> wrote: > Do we have something like Continuum setup for Struts? If not, we should. > What's the process to kick this off? I think Continuum was running on our zone at one point. James? Martin?

Re: Sending run time value to custom tag

2006-05-26 Thread David Durham
Hanmay, this is a struts-user question Hanmay Udgiri wrote: Hi I am sending a runtime value to a custom tag.I am sending the value through bean:write tag but it is not sending the value.i am attaching the sample code. here in the tag class it does not take the value passed through bean:write

Re: Two condition in logic:equal tag

2006-05-26 Thread Rahul Akolkar
Please post such questions (and any replies in this thread) to the user list. Having said that ... On 5/26/06, Hanmay Udgiri <[EMAIL PROTECTED]> wrote: Hi i want to check two value for a logic tag. like if(a==1 or a==2)Here a can have values from 1-10 How we can do this using logic:equal tag

Re: DWR/Struts integration: why? (Re: JavaOne Ajax Discussion)

2006-05-26 Thread Ted Husted
The AroundInterceptor is an abstraction (that we've recently discussed deprecating). The cannonical idiom is to to call {{invocaton.invoke();}} to separate any "before" code from any "after" code. The invoke method let any other Interceptors and the Action fire. The simplest example might from

Two condition in logic:equal tag

2006-05-26 Thread Hanmay Udgiri
Hi i want to check two value for a logic tag. like if(a==1 or a==2)Here a can have values from 1-10 How we can do this using logic:equal tag -- Thanks and Regards Hanmayya Udgiri

Sending run time value to custom tag

2006-05-26 Thread Hanmay Udgiri
Hi I am sending a runtime value to a custom tag.I am sending the value through bean:write tag but it is not sending the value.i am attaching the sample code. here in the tag class it does not take the value passed through bean:write tag if I pass like below it takes. I have to use bean:write