Re: [OS-webwork] WebWork 2.0: FilterDispatcher? [Small problem +solution?]

2003-01-27 Thread Rickard Öberg
Patrick Lightbody wrote: I found a possible way around this, but I'm not sure if it's a good idea or not :) What if the FilterDispatcher never actually makes a call to filterChain.doFilter()? This would get around the duplicate view request problem outlined below, but would require that the

[OS-webwork] Using SiteMesh for the UI tags

2003-01-27 Thread Patrick Lightbody
As I've mentioned in the past, I wanted to explore using SiteMesh to power the UI taglibs, at least for JSP. I know Rickard threw out the idea of using velocity for all taglibs (regardless if your view is JSP), so what I'd like to see happen is this: 1) I'll commit my sitemesh integration stuff

[OS-webwork] Configuration question

2003-01-27 Thread Hani Suleiman
Looking over the *Configuration framework, it looks like keys that aren't found result in a IllegalArgumentException being thrown. Now, the DelegatingConfiguration goes through all configurations when trying to find any named property. This means that there are a *lot* of getString calls to each

Re: [OS-webwork] Configuration question

2003-01-27 Thread Rickard Öberg
Hani Suleiman wrote: Looking over the *Configuration framework, it looks like keys that aren't found result in a IllegalArgumentException being thrown. Now, the DelegatingConfiguration goes through all configurations when trying to find any named property. This means that there are a *lot* of

RE: [OS-webwork] WebWork 2.0: FilterDispatcher? [Small problem + solution?]

2003-01-27 Thread Jason Carreira
I don't plan on using it, so as long as it doesn't mess up the core +1 -Original Message- From: Patrick Lightbody [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 2:37 AM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] WebWork 2.0: FilterDispatcher? [Small problem +

[OS-webwork] Xwork configuration update

2003-01-27 Thread Jason Carreira
I've checked in some new Xwork configuration code. Here's the test xwork.xml file: xwork package name=default result-types result-type name=chain class=com.opensymphony.xwork.ActionChainResult/ /result-types interceptors interceptor name=timer

[OS-webwork] Wiki dammit

2003-01-27 Thread Jason Carreira
Can someone please explain to me how to publish a page on the Wiki? I can't seem to find a link to create a new page Gaah! Jason -- Jason Carreira Technical Architect, Notiva Corp. phone: 585.240.2793 fax: 585.272.8118 email: [EMAIL PROTECTED] --- Notiva - optimizing trade relationships

RE: [OS-webwork] Using the WiKi

2003-01-27 Thread Jason Carreira
Cool. Got it. It sure wasn't obvious though! Maybe my wiki paradigm has been messed up because we use Traction at work. -Original Message- From: Erik Beeson [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 10:40 PM To: Subject: [OS-webwork] Using the WiKi To add a

Re: [OS-webwork] Using SiteMesh for the UI tags

2003-01-27 Thread Patrick Lightbody
OK, I've commited them. Try it out and let's have some feedback! - Original Message - From: Patrick Lightbody [EMAIL PROTECTED] To: os-ww [EMAIL PROTECTED] Sent: Monday, January 27, 2003 12:57 AM Subject: [OS-webwork] Using SiteMesh for the UI tags As I've mentioned in the past, I