Re: Result Annotations

2008-08-29 Thread mujoko mujoko
Annotation Result is a part of of configuration (struts config) that read on start up and load on startup, I dont think you can use dinamic value on annotation. Mujoko On 8/29/08, rakeshxp [EMAIL PROTECTED] wrote: Hi, I am using Result annotations in the following manner ( static way )

Annotation for interceptor

2008-08-25 Thread mujoko mujoko
Hi all All my action is configured with annotation and now I just realized that I need scope interceptor for some actiions. Do i need to break some action and put in xml configuration or any better idea for this case? Thanks all -- Mujoko

Popup window

2008-08-07 Thread mujoko mujoko
Dear Struts 2 users I'm trying to create poup window in struts 2, Could you please to give sample code for this task in struts 2? regard -- Mujoko

Re: namespace headpain

2008-07-23 Thread mujoko mujoko
It was happen to me also, then I just used annotation to replace struts configuration and I used config-browser/index.action to list available action and the detail. if my app is http://localhost:8080/kopkar then i will check to http://localhost:8080/kopkar/config-browser/index.action but you