Thanks a lot for the replies. I'll look into it.

I forgot to say that the directory structure i wrote on my first post
(which was wrong [forgot the web-inf directory]), should be inside a
directory of the application. So each widget should have it's own
"classes" directory, struts.xml, etc.

The directory nesting is not necessary, but the widgets will work as
children to the main application will be nested so it makes more sense
to me.

The objective is to have struts within struts.


On 4/7/07, Piero Sartini <[EMAIL PROTECTED]> wrote:
On Sunday 08 April 2007 01:13:33 Asaf Paris Mandoki wrote:
> How can I call an action of a widget form an action of the application
> and have the result returned as a string?

Look at the action tag [1]. You can execute an action and store its result
within a request property.

Piero

[1] http://cwiki.apache.org/WW/action.html

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

Reply via email to