Re: Parsing error processing resource path

2006-10-11 Thread Antonio Petrelli
Sandeep Gupta ha scritto: Hi Antonio Last night I was trying to get it right and observed something new with the issue. I tried removing the form-bean entry and the deployment goes just fine. when i tried putting in the form-bean entry (same entry) again this time even the WAR deployment

[OT] Re: Parsing error processing resource path

2006-10-11 Thread Antonio Petrelli
Antonio Petrelli ha scritto: Sandeep Gupta ha scritto: Hi Antonio Last night I was trying to get it right and observed something new with the issue. I tried removing the form-bean entry and the deployment goes just fine. when i tried putting in the form-bean entry (same entry) again this

Re: [S2] Confluence clear cache & snippet plugins code access

2006-10-11 Thread Patrick Lightbody
Toby, I believe Ted can provide insight here. I gave him access to the plugin source, but I don't know what happened to it since or in what form it was installed. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa

Re: NPE in TagUtils.getStack after upgrading to 2.0.1

2006-10-11 Thread Matt Raible
Sorry for the noise, I needed to run "mvn clean" first. ;-) Matt On 10/10/06, Matt Raible <[EMAIL PROTECTED]> wrote: I tried upgrading to the newly-released Struts 2.0.1 this evening, and it looks like there's issues with some tag libraries. Previously, I was using a 2.0.1 snapshot from last we

[tiles2] Classpath Configuration

2006-10-11 Thread David H. DeWolf
I'd like to implement the ability to load tiles definitions from the classpath in addition to from the servlet/portlet context. I'm curious about implementation choices: 1) Add the support to the current ServletTilesContext and PortletTilesContext through a standard base class and/or Resource

Re: [tiles2] Classpath Configuration

2006-10-11 Thread Greg Reddin
On Oct 11, 2006, at 1:12 PM, David H. DeWolf wrote: I'd like to implement the ability to load tiles definitions from the classpath in addition to from the servlet/portlet context. I'm curious about implementation choices: 1) Add the support to the current ServletTilesContext and Portlet

Re: [tiles2] Classpath Configuration

2006-10-11 Thread David H. DeWolf
I get what you're saying in theory, and it sounds like a great idea, however, it's not what I'm seeing. Currently: 1) DefinitionsFactory defines a method addSource(Object). 2) UrlDefinitionsFactory (the only implementation) expects the object to be an instance of type URL. 3) addSource is c

Re: [tiles2] Classpath Configuration

2006-10-11 Thread Greg Reddin
On Oct 11, 2006, at 2:44 PM, David H. DeWolf wrote: So are you suggesting that we: 2) Update the UrlDefinitionsFactory to load the resource itself. 3) Create a new ClasspathDefinitionsFactory Some variation of one of the above. Ideally, we'd like to do it without changing any code :-) M

[s2] xwork docs

2006-10-11 Thread tm jee
Hi guys, Got the outline of xwork2 documentation out at http://wiki.opensymphony.com/display/XW/XWork2 Its based on how the WebWork documentation currently looks like, so users familiar with WebWork docs should be familiar with xwork2 docs hopefully. Any feedbacks are very much welcomed. Che

Re: [S2] Confluence clear cache & snippet plugins code access

2006-10-11 Thread tm jee
I see. thx for the info Pat. Ted, are you busy lately? If so i guess the snippet stuff could wait. rgds Patrick Lightbody <[EMAIL PROTECTED]> wrote: Toby, I believe Ted can provide insight here. I gave him access to the plugin source, but I don't know what happened to it since or in what form i