tiles tags exception handling

2003-07-13 Thread Nathan Coast
Hi, I've been having trouble getting exceptions handled usefully when they occur within jsps called via tiles:insert tags. I've tracked the code down to: org.apache.struts.taglib.tiles.InsertTag where this exception handling code is called: protected void processException(Throwable ex,

Re: tiles tags exception handling

2003-07-13 Thread Nathan Coast
excellent, thanks David Graham wrote: This was a known problem that I've fixed for Struts 1.2. You could also use a recent nightly build to pick up this fix. David --- Nathan Coast [EMAIL PROTECTED] wrote: Hi, I've been having trouble getting exceptions handled usefully when they occur

RE: Commons BeanUtils with Struts 1.0 (was RE: PropertyUtils.getIndex edProperty() with Obect key as parameter)

2001-10-02 Thread Nathan Coast
Hi all, I agree with the idea of an interim release, we have a production site running on 1.0 + indexed tags + various patches. The powers that be have decreed that we shouldn't use a non-release build (although that's what we effectively have with all the patches :) If it's going to be a

properties other than basic wrappers

2001-10-02 Thread Nathan Coast
Hi, I guess this is directed at the commons-beanutils developers but I get the impression that the struts / commmons developers are one and the same. Is there any work in progress to provide functionality for form-bean properties with data types beyond the basic types / object wrappers? having

portals, jetspeed, tiles etc

2001-09-28 Thread Nathan Coast
Hi, I'm interested in portal / personalisation within struts. I followed a thread in struts-user which ended up with this response from Ted Husted: http://www.mail-archive.com/struts-user%40jakarta.apache.org/msg15156.html Has there been any progress with this? We need to get bare-bones

RE: Forwarding Actions onto other Actions

2001-09-16 Thread Nathan Coast
Hi, I think Bob's point is that if an action form has been populated once during a request, it would be useful if the reset wasn't called again. i.e. if the request was forwarded to other actions which use an action form of the same name, it'd be useful if form properties could be set during

RE: Indexed Tags (TextArea)

2001-09-04 Thread Nathan Coast
check this message http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg02891.html not sure if the change has been included in current dev but heres a patch for 1.0 Nathan -Original Message- From: Henry Mugasha [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 4:59

dave hayes indexed properties / text area

2001-08-22 Thread Nathan Coast
Hi, Sorry if this is a bit of a cross post with user but I figured dev is a better place for this. Is there any reason why the text area tag wasn't included in the indexed tag patch? We've just implemented this (copied from BaseFieldTag) in the TextAreaTag as a workaround. Good idea? bad