Re: Struts mapping failing when using struts2-convention-plugin

2011-01-24 Thread stanlick
>>> DEBUG [btpool0-2] InstantiatingNullHandler.debug(57) | Entering > >>>>> nullPropertyValue > >>>>> [target=[com.opensymphony.xwork2.DefaultTextProvider@3e48f2], > >>>>> property=struts] >

Re: Struts mapping failing when using struts2-convention-plugin

2011-01-24 Thread Paweł Wielgus
Mapping] >>>>> [/code] >>>>> >>>>> which seems totally irrelevant. >>>>> >>>>> I am spinning my wheels now and have tried numerous things, but I >>>>> cannot >>>>> understand why the suppo

Re: Struts mapping failing when using struts2-convention-plugin

2011-01-23 Thread stanlick
;>> up >>>> my >>>> URLs. >>>> >>>> Here are my general configs - I have pared down the configuration to a >>>> bare >>>> minimum, to match the Showcase app, to no avail (yet): >>>> >>>> struts.xml >>>&g

Re: Struts mapping

2009-03-24 Thread José Santos
i guess you mean "the web server/jsp container ignores the welcome-file-list", as struts2 takes over everything with /*. the workaround may be to either: - if you're using actions without extension: change struts2 filter mapping from /* to /actions/* and have actions under /actions - if you're usi

Struts mapping

2009-03-24 Thread Luis Gervaso
Hi When we use "/*" to map the filter in Struts2 the framework ignores the welcome-file-list in the web.xml It tries to find an Action "" (empty string) in the default namespace "/" but it does not exist Is there any workaround on this? regards Luis -- ---

Re: Struts mapping failing when using struts2-convention-plugin

2009-03-10 Thread wkbutler
;>>> >>>> struts.xml >>>> [code] >>>>    >>> value="Controller"/> >>>>    >>> value="true"/> >>>>    >>> value="rest-default"/> >>>>     >>>&g

Re: Struts mapping failing when using struts2-convention-plugin

2009-03-06 Thread Musachy Barroso
teFilter >>>     >>>     >>>        struts2 >>>        /* >>>     >>> >>>     >>>     >>> >>> org.springframework.web.context.ContextLoaderListener >>>

Re: Struts mapping failing when using struts2-convention-plugin

2009-03-06 Thread wkbutler
  >>         >>            org.apache.struts >>            struts2-core >>            2.1.6 >>         >>         >>                org.apache.struts >>                struts2-convention-plugin >>                2.1.6 >>         >>         >

Re: Struts mapping failing when using struts2-convention-plugin

2009-03-06 Thread Musachy Barroso
     hibernate >            3.2.1.ga >         >         >            org.hibernate >            hibernate-annotations >            3.2.1.ga >         >         >            org.hibernate >            hibernate-entitymanager >            3.2.1.ga >         >      

Struts mapping failing when using struts2-convention-plugin

2009-03-06 Thread wkbutler
deas. -- View this message in context: http://www.nabble.com/Struts-mapping-failing-when-using-struts2-convention-plugin-tp22379807p22379807.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-

Re: [S2] How to forward to another struts mapping

2007-11-21 Thread Omkar Patil
rs from > Action-A to be present in the view of URL-B. > > How do I do this? It used to be simple in Struts-1, but I can't figure it > out for Struts2. > > Thanks, > > Alex > -- View this message in context: http://www.nabble.com/-S2--How-to-forward-to-another-str

[S2] How to forward to another struts mapping

2007-11-20 Thread alexworden
used to be simple in Struts-1, but I can't figure it out for Struts2. Thanks, Alex -- View this message in context: http://www.nabble.com/-S2--How-to-forward-to-another-struts-mapping-tf4846285.html#a13865418 Sent from the Struts - User mailing list archive at