How to access variable in JSP tag scope from struts 2 tags (OGNL expression)

2009-06-01 Thread Radoslav Krivak
Hello, how can I access variable that is defined inside the body of third party (not struts2) tag? Example: ${user.name} <%-- works --%> <%-- doesn't work --%> I know that JSP EL is forbidden in struts2 tags. But how could I access variable "use

Struts 2.1.6: SlashesInActionNames does not work when namespace is the root context

2009-04-21 Thread Radoslav Krivak
I have exactly the same problem as described in https://issues.apache.org/struts/browse/WW-2461 . Looks like this bug is still present in 2.1.6. Regards, Radoslav Krivak -- View this message in context: http://www.nabble.com/Struts-2.1.6%3A-SlashesInActionNames-does-not-work-when-namespace

Re: Where is Struts 2 Blank Archetype 2.1.6 ?

2009-03-24 Thread Radoslav Krivak
king your catalog few days ago but it wasn't there yet. Radoslav Krivak -- View this message in context: http://www.nabble.com/Where-is-Struts-2-Blank-Archetype-2.1.6---tp22635191p22685807.html Sent from the Struts - User mai

Re: REST Plugin only for some actions

2009-03-24 Thread Radoslav Krivak
to me that in current state it is more of a proof of concept than solution that you can use in real applications. Regards, Radoslav Krivak -- View this message in context: http://www.nabble.com/REST-Plugin-only-for-some-actions-tp22611467p22676330.html Sent from the Struts - User mailing l

REST Plugin only for some actions

2009-03-19 Thread Radoslav Krivak
Hi, could someone advise me how to configure REST plugin so that only some actions will be "processed" by it. I do not want all actions to use REST url scheme and url->method mapping. Another issue that I have with REST plugin is that after adding it to my application config-browser plugin stoppe