What did you mean to use module ?

What I did was and kindoff worked was to use the switch action. The bad
thing is that I have to do this in every module also I had to "import"
the form definition too!
    <action path="/search" name="searchForm"
            type="org.apache.struts.actions.ForwardAction"
            parameter="/switch.stock?page=/search.stock&amp;prefix=/" />

Any other way would be very much appreciated !




Torgeir Veimo wrote:
> On Sat, 2006-02-11 at 22:26 -0600, MC Moisei wrote:
>  
>> When I run actions from default module all works fine but when I call
>> a
>> action from profile module I get the annoying
>> javax.servlet.jsp.JspException: Cannot retrieve mapping for
>> action /search
>>     at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:759)
>>
>> What's the problem ?
>>    
>
> You probably have to specify what module the action is in with the
> module="" attribute.
>
>  



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to