RE: Struts tags and Filter Dispatcher Url Pattern-struts 2.1.1

2008-01-31 Thread Sanjeev Vijapurapu
it as an empty stack rather than throwing null pointer. Thanks -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Thursday, January 31, 2008 1:33 PM To: Struts Users Mailing List Subject: Re: Struts tags and Filter Dispatcher Url Pattern-struts 2.1.1 --- Sanjeev Vijap

Struts tags and Filter Dispatcher Url Pattern-struts 2.1.1

2008-01-31 Thread Sanjeev Vijapurapu
Hi, I have recently upgraded to struts 2.1.1 and if my struts filter dispatcher url pattern is not "/*" instead it is "/actions/*, /struts/*". And now if I am trying to access a jsp page that is not under that url pattern ( something like /test.jsp), struts tags in that jsp page fail. I get the

RE: Struts 2.1.1 and Tiles

2008-01-29 Thread Sanjeev Vijapurapu
It's actually because of the standard taglib. I am using core taglib for some use case and if I remove that code it works fine. But what I am not able to understand is that why does struts2.0.9 works fine with it where as struts 2.1.1 doesnt -Original Message- From: Sanjeev Vijap

Struts 2.1.1 and Tiles

2008-01-29 Thread Sanjeev Vijapurapu
Hi, Has anybody tried using tiles2 with struts 2.1.1? I had a working app with tiles2 and struts 2.0.9; but when I upgraded to 2.1.1 it just stopped working. Stack Trace is: javax.servlet.jsp.JspException: Error executing tag: JSPException while including path '/layouts/layout-template.jsp'. Ser

Struts2 and CMS

2008-01-28 Thread Sanjeev Vijapurapu
Is there any content management support in struts2; like special tags or interceptors which reads the CMS markers from the result and fetches it before processing the result? Thanks -Sanjeev

FW: Struts 2.1.1-SNAPSHOT upgrade

2008-01-28 Thread Sanjeev Vijapurapu
I have upgraded from Struts 2.0.7 to 2.1.1-SNAPSHOT and my current working app doesn't work any more. Thru el mapping for my struts filters are "/*". 1. The welcome page is not being picked up from welcome file list as struts was acting on it and trying to find an action named "." in namesp

RE: Struts2 JSF Plugin

2008-01-11 Thread Sanjeev Vijapurapu
D] Sent: Thursday, January 10, 2008 12:47 PM To: Sanjeev Vijapurapu Subject: Re: Struts2 JSF Plugin provisionally yes (for a static invocation) @[EMAIL PROTECTED]() for non-static would have to know if you pushed the object onto OGNL stack via request/session/application or root e.g. assuming a

Struts2 JSF Plugin

2008-01-10 Thread Sanjeev Vijapurapu
I was trying to create a prototype of struts2 + jsf. In the process I found that the mappings have to be used with "action" as default. Like or instead of using action names from struts configuration directly. For example if I have configured an action as login in struts config, I should