I think you have it backwards, or I don't understand what you are trying to
do. Request->Struts2 Filter(etc,etc)->Action->View(ftl,jsp...)->Tags
If you need to call an action from the view, then you can use the "action"
tag.

On Sat, Nov 22, 2008 at 12:17 AM, ManiKanta G <[EMAIL PROTECTED]> wrote:

> Hi,
>
> I m struck with an issue with custom tag. And its kind of important for my
> project completion.
>
> I wrote a custom tag in S2 and of course related ftl file. It is just like
> wrapper around a select box and few other controls. And I need to populate
> the select box according to the attribute 'length' value specified in the
> custom tag. But I m not able to get the attribute values in to the action.
> With some searching on this, got to know that action classes will be
> executed before the ftl file or cutom tag begins executing.
>
> Could some please tell or direct me the flow for custom tags. And if it is
> the case, is there any chance of getting custom tag attribute value in to
> the action class.
>
> will calling <s:action ... /> in the ftl file works??? I mean as we are
> calling action from ftl itself, is this possible?
>
>
> ManiKanta
>



-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

Reply via email to