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?
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
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
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
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
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