[jira] Assigned: (BEEHIVE-879) collapse/expand tree button does not work for two tree portlets on one page - fix netui-tree.js

2005-08-16 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-879?page=all ] Carlin Rogers reassigned BEEHIVE-879: - Assign To: Rich Feit (was: Carlin Rogers) Rich, could you please take a look at this MockPortal test? Thanks. > collapse/expand tree button d

[jira] Updated: (BEEHIVE-879) collapse/expand tree button does not work for two tree portlets on one page - fix netui-tree.js

2005-08-16 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-879?page=all ] Carlin Rogers updated BEEHIVE-879: -- Attachment: j879-test-patch.txt Rich, here's a patch that includes a test recorder test running in MockPortal. To see the JavaScript errors (old beh

[jira] Assigned: (BEEHIVE-880) Remove trailing '?' from URLTemplate.format(true)

2005-08-15 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-880?page=all ] Carlin Rogers reassigned BEEHIVE-880: - Assign To: Alejandro Ramirez (was: Carlin Rogers) > Remove trailing '?' from URLTemplat

[jira] Commented: (BEEHIVE-880) Remove trailing '?' from URLTemplate.format(true)

2005-08-15 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-880?page=comments#action_12318850 ] Carlin Rogers commented on BEEHIVE-880: --- Actually, the current templates in the urlTemplates test web app have markers for tests located after the '?' cha

[jira] Assigned: (BEEHIVE-835) Make improvements to the support for URL templating.

2005-08-15 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-835?page=all ] Carlin Rogers reassigned BEEHIVE-835: - Assign To: Nathan Jantz (was: Rich Feit) > Make improvements to the support for URL templat

[jira] Assigned: (BEEHIVE-842) netui:attribute's on the checkBoxOption tag are not being set or overriden

2005-08-15 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-842?page=all ] Carlin Rogers reassigned BEEHIVE-842: - Assign To: Rich Feit (was: Carlin Rogers) Assign to Rich to review for V1. Thanks. > netui:attribute's on the checkBoxOption tag are not b

[jira] Updated: (BEEHIVE-842) netui:attribute's on the checkBoxOption tag are not being set or overriden

2005-08-15 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-842?page=all ] Carlin Rogers updated BEEHIVE-842: -- Attachment: j842-patch2.txt This patch modifies the checkBoxOption and radioButtonOption tags to implement support for setting attributes, such as the

[jira] Commented: (BEEHIVE-880) Remove trailing '?' from URLTemplate.format(true)

2005-08-15 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-880?page=comments#action_12318842 ] Carlin Rogers commented on BEEHIVE-880: --- Yes, I will try to write a simple test that can be part of the urltemplates web test. > Remove trailing '

[jira] Assigned: (BEEHIVE-884) Change URLTemplate.verify() to log template errors rather than throw IllegalStateException

2005-08-15 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-884?page=all ] Carlin Rogers reassigned BEEHIVE-884: - Assign To: Rich Feit (was: Carlin Rogers) Assigning to Rich to review for V1. Thanks. > Change URLTemplate.verify() to log template errors rat

[jira] Updated: (BEEHIVE-884) Change URLTemplate.verify() to log template errors rather than throw IllegalStateException

2005-08-15 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-884?page=all ] Carlin Rogers updated BEEHIVE-884: -- Attachment: j884-patch.txt This patch modifies URLTemplate.verify() to log template errors rather than throw an IllegalStateException. It also updates

[jira] Created: (BEEHIVE-884) Change URLTemplate.verify() to log template errors rather than throw IllegalStateException

2005-08-12 Thread Carlin Rogers (JIRA)
Type: Bug Components: NetUI Versions: v1m1 Reporter: Carlin Rogers Assigned to: Carlin Rogers Priority: Minor Fix For: V1 Currently URLTemplate.verify() throws an IllegalStateException if there's a problem finding a required token (or verifying a known

[jira] Reopened: (BEEHIVE-842) netui:attribute's on the checkBoxOption tag are not being set or overriden

2005-08-12 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-842?page=all ] Carlin Rogers reopened BEEHIVE-842: --- Assign To: Carlin Rogers (was: Krista Baker) Reopenning this issue... I'd like to add specific support for the labelStyle and labelStyle

[jira] Assigned: (BEEHIVE-882) ScopedServletUtils.getOuterRequest() does not handle an instance of MultipartRequestWrapper

2005-08-11 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-882?page=all ] Carlin Rogers reassigned BEEHIVE-882: - Assign To: Rich Feit (was: Carlin Rogers) Assigning to Rich to review for V1. Thanks. > ScopedServletUtils.getOuterRequest() does not handle

[jira] Updated: (BEEHIVE-882) ScopedServletUtils.getOuterRequest() does not handle an instance of MultipartRequestWrapper

2005-08-11 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-882?page=all ] Carlin Rogers updated BEEHIVE-882: -- Attachment: j882-patch.txt Attaching a patch to ScopedServletUtils to unwrap the MultipartRequestWrapper. Also modified the page flow class

[jira] Created: (BEEHIVE-882) ScopedServletUtils.getOuterRequest() does not handle an instance of MultipartRequestWrapper

2005-08-11 Thread Carlin Rogers (JIRA)
Type: Bug Components: NetUI Versions: v1m1, V1Beta Reporter: Carlin Rogers Assigned to: Carlin Rogers Fix For: V1 The ScopedServletUtils.getOuterRequest() fails to return the outer request for our RehydratedMultipartRequestWrapper (extends the struts

[jira] Updated: (BEEHIVE-880) Remove trailing '?' from URLTemplate.format(true)

2005-08-11 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-880?page=all ] Carlin Rogers updated BEEHIVE-880: -- Attachment: j880-patch.txt This patch modifies the URLTemplate class to do a final check and remove a trailing '?' from the URL before returnin

[jira] Assigned: (BEEHIVE-880) Remove trailing '?' from URLTemplate.format(true)

2005-08-11 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-880?page=all ] Carlin Rogers reassigned BEEHIVE-880: - Assign To: Rich Feit (was: Carlin Rogers) Assigning to Rich to review for V1. Thanks. > Remove trailing '?' from URLTemplat

[jira] Created: (BEEHIVE-880) Remove trailing '?' from URLTemplate.format(true)

2005-08-11 Thread Carlin Rogers (JIRA)
er: Carlin Rogers Assigned to: Carlin Rogers Priority: Minor Fix For: V1 URLTemplate.format(true) leaves a trailing "?" in the following case when the last token (url:queryString) is left unset. Technically speaking this should not matter, but some apps break if they are rely

[jira] Assigned: (BEEHIVE-879) collapse/expand tree button does not work for two tree portlets on one page - fix netui-tree.js

2005-08-10 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-879?page=all ] Carlin Rogers reassigned BEEHIVE-879: - Assign To: Rich Feit (was: Carlin Rogers) Assigning to Rich to review for V1. Thanks. > collapse/expand tree button does not work for two t

[jira] Updated: (BEEHIVE-879) collapse/expand tree button does not work for two tree portlets on one page - fix netui-tree.js

2005-08-10 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-879?page=all ] Carlin Rogers updated BEEHIVE-879: -- Attachment: j879-patch.txt Patch to fix netui-tree.js. It also does some minor clean up like the attribute errors test for the netui:base tag and an

[jira] Created: (BEEHIVE-879) collapse/expand tree button does not work for two tree portlets on one page - fix netui-tree.js

2005-08-10 Thread Carlin Rogers (JIRA)
: Beehive Type: Bug Components: NetUI Versions: v1m1, V1Beta Reporter: Carlin Rogers Assigned to: Carlin Rogers Priority: Minor Fix For: V1 When two portlets with trees are included on one page, collapse/expand tree button does not work. There is a script tag

[jira] Assigned: (BEEHIVE-826) Misleading secondary exception when an Error is thrown from an action

2005-08-03 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-826?page=all ] Carlin Rogers reassigned BEEHIVE-826: - Assign To: Julie Zhuo (was: Rich Feit) Julie, So there was an exception but it just wasn't displayed in your error page? Could you look at

[jira] Assigned: (BEEHIVE-864) Add a test for registering a request based TemplatedURLFormatter with the URLRewriterService API

2005-07-26 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-864?page=all ] Carlin Rogers reassigned BEEHIVE-864: - Assign To: Rich Feit (was: Carlin Rogers) Assigning to Rich to review as an additional test for V1. > Add a test for registering a request ba

[jira] Updated: (BEEHIVE-864) Add a test for registering a request based TemplatedURLFormatter with the URLRewriterService API

2005-07-26 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-864?page=all ] Carlin Rogers updated BEEHIVE-864: -- Attachment: j864-patch.zip This patch adds new files for the new TemplatedURLFormatter testing. Note that the zip file also contains a gif image file

[jira] Created: (BEEHIVE-864) Add a test for registering a request based TemplatedURLFormatter with the URLRewriterService API

2005-07-26 Thread Carlin Rogers (JIRA)
: Beehive Type: Test Components: NetUI Versions: v1m1, V1Beta Reporter: Carlin Rogers Assigned to: Carlin Rogers Priority: Minor Fix For: V1 To improve on the test coverage for the URLRewriterService and the use of templates, I've created a patch fo

[jira] Updated: (BEEHIVE-862) Add URL Templates test to the test distribution

2005-07-25 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-862?page=all ] Carlin Rogers updated BEEHIVE-862: -- Fix Version: V1 (was: TBD) Assign To: Rich Feit (was: Carlin Rogers) Assigning to Rich to review for V1. Thanks. > Add

[jira] Updated: (BEEHIVE-862) Add URL Templates test to the test distribution

2005-07-25 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-862?page=all ] Carlin Rogers updated BEEHIVE-862: -- Attachment: j862-patch.txt This patch modifies the urlTemplates webapp tests to define them as BVT, not DRT and adds it to the test distribution. The

[jira] Created: (BEEHIVE-862) Add URL Templates test to the test distribution

2005-07-22 Thread Carlin Rogers (JIRA)
: Carlin Rogers Assigned to: Carlin Rogers Fix For: TBD Would be nice to have the NetUI URL Templates test webapp included with the test distribution. The urlTemplates web app includes a TestServletContainerAdapter that is loaded using the META-INF/services

[jira] Assigned: (BEEHIVE-842) netui:attribute's on the checkBoxOption tag are not being set or overriden

2005-07-21 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-842?page=all ] Carlin Rogers reassigned BEEHIVE-842: - Assign To: Rich Feit (was: Carlin Rogers) Assigning to Rich for review and check in. Rich, the attched zip file contains the zip file with the

[jira] Updated: (BEEHIVE-842) netui:attribute's on the checkBoxOption tag are not being set or overriden

2005-07-21 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-842?page=all ] Carlin Rogers updated BEEHIVE-842: -- Attachment: j842-patch.zip The attached zip file has the patch containing some of the changes that Krista provided. Thanks Krista, nice job!. The patch

[jira] Updated: (BEEHIVE-835) Make improvements to the support for URL templating.

2005-07-12 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-835?page=all ] Carlin Rogers updated BEEHIVE-835: -- Attachment: j835-patch3.txt The following patch moves the Factory and FactoryConfig classes from org.apache.beehive.netui.core down into

[jira] Assigned: (BEEHIVE-835) Make improvements to the support for URL templating.

2005-07-12 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-835?page=all ] Carlin Rogers reassigned BEEHIVE-835: - Assign To: Rich Feit (was: Carlin Rogers) Rich, this should be the last patch for this bug. I think you can resolve it after reviewing the changes

[jira] Reopened: (BEEHIVE-835) Make improvements to the support for URL templating.

2005-07-12 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-835?page=all ] Carlin Rogers reopened BEEHIVE-835: --- I'm going to add a third patch to address the Eddie's suggestions in the discussion about the NetUI generic Factory in the core package. I t

Re: Move the NetUI generic Factory in to the utils or core package?

2005-07-12 Thread Carlin Rogers
> given that they're Serializable. In the case where a Factory is > serialized, is it up to a Factory client to reinit the ServletContext? > > > > > Rich Feit wrote: > > For my part, that sounds like a good place! > > Rich > > > > Carlin Rogers

[jira] Assigned: (BEEHIVE-532) Tags should expose private state to sub classes

2005-07-11 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-532?page=all ] Carlin Rogers reassigned BEEHIVE-532: - Assign To: Carlin Rogers > Tags should expose private state to sub classes > --- > >

[jira] Assigned: (BEEHIVE-838) Add a toString(boolean) method to support optional cleanup of unknown tokens in URLTemplate class.

2005-07-11 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-838?page=all ] Carlin Rogers reassigned BEEHIVE-838: - Assign To: Alejandro Ramirez (was: Rich Feit) Thanks for adding the second patch... and it's OK with me to leave in the basic toString() m

[jira] Assigned: (BEEHIVE-838) Add a toString(boolean) method to support optional cleanup of unknown tokens in URLTemplate class.

2005-07-03 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-838?page=all ] Carlin Rogers reassigned BEEHIVE-838: - Assign To: Rich Feit (was: Carlin Rogers) Assigning to Rich to review and commit for v1. Thanks. > Add a toString(boolean) method to supp

[jira] Updated: (BEEHIVE-838) Add a toString(boolean) method to support optional cleanup of unknown tokens in URLTemplate class.

2005-07-03 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-838?page=all ] Carlin Rogers updated BEEHIVE-838: -- Attachment: j838-patch2.txt This patch has the change to the name of the overloaded toString() methods as suggested. Thanks! > Add a toString(bool

[jira] Closed: (BEEHIVE-840) remove schema constraints on key element in url-templates-config.xsd

2005-07-01 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-840?page=all ] Carlin Rogers closed BEEHIVE-840: - verified the schema change. Thanks Rich. > remove schema constraints on key element in url-templates-config.

[jira] Commented: (BEEHIVE-838) Add a toString(boolean) method to support optional cleanup of unknown tokens in URLTemplate class.

2005-07-01 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-838?page=comments#action_12314925 ] Carlin Rogers commented on BEEHIVE-838: --- Rich, yes I agree. I thought about using a method other than toString() as well. Subbu, sound OK? I'm not available next

[jira] Updated: (BEEHIVE-835) Make improvements to the support for URL templating.

2005-07-01 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-835?page=all ] Carlin Rogers updated BEEHIVE-835: -- Attachment: j835-patch2.txt This patch addresses the suggestions made by Rich, along with a couple other minor tweaks. - Moved the default

[jira] Assigned: (BEEHIVE-835) Make improvements to the support for URL templating.

2005-07-01 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-835?page=all ] Carlin Rogers reassigned BEEHIVE-835: - Assign To: Rich Feit (was: Carlin Rogers) Assigning to Rich to review the new, additional patch. > Make improvements to the support for

[jira] Assigned: (BEEHIVE-841) leading blank line in a netui:textArea is removed

2005-06-30 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-841?page=all ] Carlin Rogers reassigned BEEHIVE-841: - Assign To: Rich Feit (was: Carlin Rogers) Rich, could you please review the patch,j841-patch.txt, and add it for v1. Thanks, Carlin > lead

[jira] Updated: (BEEHIVE-841) leading blank line in a netui:textArea is removed

2005-06-30 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-841?page=all ] Carlin Rogers updated BEEHIVE-841: -- Attachment: j841-patch.txt The patch file, j841-patch.txt, contains a fix for the bug, the new BVT based from the repro case from Krista (thanks!), and

[jira] Assigned: (BEEHIVE-838) Add a toString(boolean) method to support optional cleanup of unknown tokens in URLTemplate class.

2005-06-29 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-838?page=all ] Carlin Rogers reassigned BEEHIVE-838: - Assign To: Rich Feit (was: Carlin Rogers) Assigning to Rich for V1. Thanks, Carlin > Add a toString(boolean) method to support optional cleanup

[jira] Updated: (BEEHIVE-838) Add a toString(boolean) method to support optional cleanup of unknown tokens in URLTemplate class.

2005-06-29 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-838?page=all ] Carlin Rogers updated BEEHIVE-838: -- Attachment: j838-patch.txt Attaching a patch to implement the toString(boolean) method. The patch includes an update to the associated JUnit test case

[jira] Assigned: (BEEHIVE-840) remove schema constraints on key element in url-templates-config.xsd

2005-06-29 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-840?page=all ] Carlin Rogers reassigned BEEHIVE-840: - Assign To: Rich Feit (was: Carlin Rogers) Assigning to Rich to review for v1. The attached patch has the changes to the schema (along with some

[jira] Created: (BEEHIVE-840) remove schema constraints on key element in url-templates-config.xsd

2005-06-29 Thread Carlin Rogers (JIRA)
Versions: v1m1 Reporter: Carlin Rogers Assigned to: Carlin Rogers Priority: Minor Fix For: V1 To keep the URL template framework for a broader range of use cases, it would be useful not to have the restriction requiring key to be one of "action", "secure-act

[jira] Updated: (BEEHIVE-838) Add a toString(boolean) method to support optional cleanup of unknown tokens in URLTemplate class.

2005-06-28 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-838?page=all ] Carlin Rogers updated BEEHIVE-838: -- Fix Version: V1 Version: v1m1 Assign To: Carlin Rogers > Add a toString(boolean) method to support optional cleanup of unknown tokens &

[jira] Commented: (BEEHIVE-835) Make improvements to the support for URL templating.

2005-06-27 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-835?page=comments#action_12314566 ] Carlin Rogers commented on BEEHIVE-835: --- Hey Rich thanks for the time and help reviewing this as well as committing it. 1) Yes, I'd thought of that as well a

[jira] Assigned: (BEEHIVE-835) Make improvements to the support for URL templating.

2005-06-24 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-835?page=all ] Carlin Rogers reassigned BEEHIVE-835: - Assign To: Rich Feit (was: Carlin Rogers) > Make improvements to the support for URL templat

[jira] Updated: (BEEHIVE-835) Make improvements to the support for URL templating.

2005-06-24 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-835?page=all ] Carlin Rogers updated BEEHIVE-835: -- Attachment: j835-patch.txt Attaching a patch with changes to address the improvements described in this bug. Note that there have been a couple of files

[jira] Created: (BEEHIVE-835) Make improvements to the support for URL templating.

2005-06-24 Thread Carlin Rogers (JIRA)
, v1m1 Reporter: Carlin Rogers Assigned to: Carlin Rogers Fix For: V1 These changes are based on the discussions from email I posted to the beehive-dev@incubator.apache.org list. See... http://mail-archives.apache.org/mod_mbox/incubator-beehive-dev/200506.mbox/[EMAIL PROTECTED] and

Re: Move the NetUI generic Factory in to the utils or core package?

2005-06-24 Thread Carlin Rogers
what needs to happen > is that there should be a method like this: > public static Factory getFactory(ServletContext servletContext, > Class factoryType, FactoryConfig config) > > which would be called by the current XmlBean-based getFactory(). > > Sound good? > >

Re: Move the NetUI generic Factory in to the utils or core package?

2005-06-24 Thread Carlin Rogers
avoid > finding a classloader and loading the class each time, and in most cases > we'd be passing a statically-known Class. > > Rich > > Carlin Rogers wrote: > > >All, > > > >I'm implementing a way to get a URLTemplateFactory from the > &g

Move the NetUI generic Factory in to the utils or core package?

2005-06-24 Thread Carlin Rogers
All, I'm implementing a way to get a URLTemplateFactory from the ServletContainerAdapter. However, I'm not sure a specific method like this follows with the other methods that a ServletContainerAdapter implementation provides. One thought would be I'd like to have a generic way to get a Factory

Re: URL Templating changes

2005-06-21 Thread Carlin Rogers
g further), could it be that we'd have only two > top-level objects: the TemplatedURLFormatter and the URLTemplatesFactory > (or URLTemplateFactory)? > > Rich > > Carlin Rogers wrote: > > > One other thought on this... > > > > To avoid adding code

Re: URL Templating changes

2005-06-20 Thread Carlin Rogers
should be able to get a template (via the factory) and the class name of a TemplatedURLFormatter. Just wanted to mention this in case it had impact on decisions about collapsing classes together and the functions of the object we set as an attribute of the context. Carlin Carlin Rogers wrote

Re: URL Templating changes

2005-06-20 Thread Carlin Rogers
d, it looks like URLTemplateDescriptor and URLTemplates could be combined (i.e., there could be a single URLTemplates object kept in the ServletContext, in place of URLTemplateDescriptor. Would this make sense, or should there really be some distinction between the two? Thanks, Rich Carlin Rogers wro

URL Templating changes

2005-06-17 Thread Carlin Rogers
I have some changes I'd like to propose for the beehive-url-template-config.xml support and the use of a default TemplatedURLFormatter class. I'm interested in providing a hook for container specific ways to read/load the URL templates config file and web app specific default formatting behavior.

[jira] Updated: (BEEHIVE-739) A url template ref without a key element causes an NPE in URLTemplatesFactory.

2005-06-16 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-739?page=all ] Carlin Rogers updated BEEHIVE-739: -- Fix Version: V1 (was: TBD) Description: Need to improve the error condition checking and handling in the URLTemplatesFactory

[jira] Updated: (BEEHIVE-779) ScopedRequestImpl.restoreAttributes() should not point the ScopedAttributeContainer at the Session's stored attribute HashMap instance

2005-06-16 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-779?page=all ] Carlin Rogers updated BEEHIVE-779: -- Fix Version: V1 (was: TBD) Description: Currently the ScopedRequestImpl.restoreAttributes() assigns the ScopedAttributeContainer

[jira] Closed: (BEEHIVE-779) ScopedRequestImpl.restoreAttributes() should not point the ScopedAttributeContainer at the Session's stored attribute HashMap instance

2005-06-16 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-779?page=all ] Carlin Rogers closed BEEHIVE-779: - Verfified the patch and fix. Thanks Rich. > ScopedRequestImpl.restoreAttributes() should not point the > ScopedAttributeContainer at the Session&#x

Help extending XHTML with NetUI attributes...

2005-06-15 Thread Carlin Rogers
Just wanted to check one more time to see if there was an XHTML expert in this dev group that might be able to help with the issue of extending XHTML to include NetUI attributes on a small subset of tags, but still validate correctly. JIRA bug... http://issues.apache.org/jira/browse/BEEHIVE-498 I'

[jira] Assigned: (BEEHIVE-307) Struts validator support for the msg and args' bundle attribute is not working

2005-06-09 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-307?page=all ] Carlin Rogers reassigned BEEHIVE-307: - Assign To: Rich Feit (was: Carlin Rogers) Assigning to Rich to consider an upgrade of NetUI to use Struts 1.2.7. Struts bug 21760 was fixed in the

[jira] Commented: (BEEHIVE-498) netui trees with runAtClient=true are not HTML / XHTML compliant

2005-06-06 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-498?page=comments#action_12312793 ] Carlin Rogers commented on BEEHIVE-498: --- Do we have an XML expert out there that can help me on this bug? I've been looking at this issue some more and have

Re: Beehive Check-in Test (Linux) Failed

2005-06-03 Thread Carlin Rogers
Should be fixed with Rich's checkin of svn r179846. [EMAIL PROTECTED] wrote: View results here -> http://beehive01.bea.com/cruisecontrol/buildresults?log=log20050603113634

[jira] Assigned: (BEEHIVE-739) A url template ref without a key element causes an NPE in URLTemplatesFactory.

2005-06-02 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-739?page=all ] Carlin Rogers reassigned BEEHIVE-739: - Assign To: Rich Feit (was: Carlin Rogers) Assigning to Rich for review. Thanks. > A url template ref without a key element causes an NPE

[jira] Updated: (BEEHIVE-739) A url template ref without a key element causes an NPE in URLTemplatesFactory.

2005-06-02 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-739?page=all ] Carlin Rogers updated BEEHIVE-739: -- Attachment: j739patch.txt Attaching a patch to fix this bug as well as provide additional error condition checking and logging. > A url template

[jira] Updated: (BEEHIVE-779) ScopedRequestImpl.restoreAttributes() should not point the ScopedAttributeContainer at the Session's stored attribute HashMap instance

2005-06-01 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-779?page=all ] Carlin Rogers updated BEEHIVE-779: -- Attachment: j779patch.txt This patch modifies the ScopedRequestImpl.restoreAttributes() method so that it no longer assigns the session stored attributes

[jira] Assigned: (BEEHIVE-779) ScopedRequestImpl.restoreAttributes() should not point the ScopedAttributeContainer at the Session's stored attribute HashMap instance

2005-06-01 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-779?page=all ] Carlin Rogers reassigned BEEHIVE-779: - Assign To: Rich Feit (was: Carlin Rogers) Assigning to Rich for review. Thanks. > ScopedRequestImpl.restoreAttributes() should not point

[jira] Created: (BEEHIVE-779) ScopedRequestImpl.restoreAttributes() should not point the ScopedAttributeContainer at the Session's stored attribute HashMap instance

2005-06-01 Thread Carlin Rogers (JIRA)
E-779 URL: http://issues.apache.org/jira/browse/BEEHIVE-779 Project: Beehive Type: Bug Versions: V1 Reporter: Carlin Rogers Assigned to: Carlin Rogers Fix For: TBD Currently the ScopedRequestImpl.restoreAttributes() assigns the ScopedAttributeContainer wit

[jira] Updated: (BEEHIVE-771) Accessing netui tag properties in tag development

2005-06-01 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-771?page=all ] Carlin Rogers updated BEEHIVE-771: -- Assign To: Carlin Rogers Version: V1 Fix Version: TBD Right, it looks like we need to make/implement protected getter methods on the tag

Re: reformatting the wsm code

2005-06-01 Thread Carlin Rogers
Eddie, I noticed there were some petstore files that could also use simple cleanup along the lines of tabs, etc. For example, samples/petstoreWeb/web/Controller.java Would you like me to create a patch or do you want to look at petstore files while you look at WSM? Carlin Eddie O'Neil wro

[jira] Updated: (BEEHIVE-766) add an example of page flows with tiles to netui-samples app

2005-05-26 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-766?page=all ] Carlin Rogers updated BEEHIVE-766: -- Component: Samples (was: NetUI) updating component to reflect samples work. > add an example of page flows with tiles to netui-samp

[jira] Updated: (BEEHIVE-767) "navigateTo" current page does not work with tiles

2005-05-25 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-767?page=all ] Carlin Rogers updated BEEHIVE-767: -- Attachment: j767repro.zip This page flow will reproduce the error. To repro... - place this page flow in a netui app - build the app and deploy - go to

[jira] Created: (BEEHIVE-767) "navigateTo" current page does not work with tiles

2005-05-25 Thread Carlin Rogers (JIRA)
er: Carlin Rogers Assigned to: Carlin Rogers Fix For: TBD The use of navigateTo=Jpf.NavigateTo.currentPage and previous page does not work with tiles. In some cases we forward to a path that should be the name of a tiles definition but fails because the path created is missing a slash ('

[jira] Updated: (BEEHIVE-766) add an example of page flows with tiles to netui-samples app

2005-05-25 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-766?page=all ] Carlin Rogers updated BEEHIVE-766: -- Attachment: tilessample.txt Rich, could you please review this page flow with tiles sample. Thanks! > add an example of page flows with tiles to ne

[jira] Created: (BEEHIVE-766) add an example of page flows with tiles to netui-samples app

2005-05-25 Thread Carlin Rogers (JIRA)
Reporter: Carlin Rogers Assigned to: Rich Feit Priority: Minor Fix For: V1 Might help to have a sample that demonstrates NetUI support for tiles. I'll add a patch that contains a simple example with page flows and tiles. -- This message is automatically generated by

[jira] Assigned: (BEEHIVE-760) selected tree item getting set after the selectionAction is run

2005-05-25 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-760?page=all ] Carlin Rogers reassigned BEEHIVE-760: - Assign To: Rich Feit (was: Carlin Rogers) Assigning this to Rich for review. Rich, please just assign this back to me after the patch is applied

[jira] Updated: (BEEHIVE-760) selected tree item getting set after the selectionAction is run

2005-05-25 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-760?page=all ] Carlin Rogers updated BEEHIVE-760: -- Attachment: j760javadoc.txt Here's a patch to update the Javadoc for TreeHelpers.findSelected() and TreeRootElement.getSelectedNode() with inform

[jira] Commented: (BEEHIVE-760) selected tree item getting set after the selectionAction is run

2005-05-24 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-760?page=comments#action_66221 ] Carlin Rogers commented on BEEHIVE-760: --- Here's some additional information... The problem is that the TreeHelpers.processTreeRequest() has not yet been called

[jira] Closed: (BEEHIVE-763) expand the topics covered in the page flow tutorial.

2005-05-24 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-763?page=all ] Carlin Rogers closed BEEHIVE-763: - Thanks for the update. Verified the changes in the tutorial. > expand the topics covered in the page flow tutor

[jira] Assigned: (BEEHIVE-763) expand the topics covered in the page flow tutorial.

2005-05-24 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-763?page=all ] Carlin Rogers reassigned BEEHIVE-763: - Assign To: Steve Hanson (was: Carlin Rogers) Assigning to Steve for review. Steve, please feel free to add your own edits, apply wordsmith wizardry

[jira] Updated: (BEEHIVE-763) expand the topics covered in the page flow tutorial.

2005-05-24 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-763?page=all ] Carlin Rogers updated BEEHIVE-763: -- Attachment: tutorialPatch.txt Here's a patch for the page flow tutorial. If this makes the tutorial too long, It could be broken out to a part t

[jira] Created: (BEEHIVE-763) expand the topics covered in the page flow tutorial.

2005-05-24 Thread Carlin Rogers (JIRA)
Reporter: Carlin Rogers Assigned to: Carlin Rogers Priority: Minor Fix For: V1 Attachments: tutorialPatch.txt It would be nice to have the page flow tutorial cover some more features. I've put together some additional steps for the page flow tutorial. These steps cover valid

[jira] Updated: (BEEHIVE-760) selected tree item getting set after the selectionAction is run

2005-05-24 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-760?page=all ] Carlin Rogers updated BEEHIVE-760: -- Fix Version: TBD (was: V1) Changing this to TBD fix version. I'll look at this today to evaluate and determine the risk inv

[jira] Updated: (BEEHIVE-748) Doc: select tag handling of repeater can be confusing

2005-05-19 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-748?page=all ] Carlin Rogers updated BEEHIVE-748: -- Version: V1 Fix Version: V1 (was: TBD) > Doc: select tag handling of repeater can be confus

[jira] Resolved: (BEEHIVE-748) Doc: select tag handling of repeater can be confusing

2005-05-19 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-748?page=all ] Carlin Rogers resolved BEEHIVE-748: --- Resolution: Fixed A patch for JIRA BEEHIVE-710 was applied with revision 170884. The patch contained the updated example for the Select tag

[jira] Closed: (BEEHIVE-582) Add the response as a parameter to the onExpand() method of TreeElement.

2005-05-19 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-582?page=all ] Carlin Rogers closed BEEHIVE-582: - Closing. Verified as fixed. > Add the response as a parameter to the onExpand() method of TreeElem

[jira] Assigned: (BEEHIVE-748) Doc: select tag handling of repeater can be confusing

2005-05-19 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-748?page=all ] Carlin Rogers reassigned BEEHIVE-748: - Assign To: Krista Baker (was: Carlin Rogers) > Doc: select tag handling of repeater can be confus

Re: [jira] Resolved: (BEEHIVE-710) netui tag libraries documentation: imageAnchor through textBox tags

2005-05-19 Thread Carlin Rogers
Thanks Rich. Appreciate the review and the commit. Krista did a lot of good work on this one as well. Thanks! Rich Feit (JIRA) wrote: [ http://issues.apache.org/jira/browse/BEEHIVE-710?page=all ] Rich Feit resolved BEEHIVE-710: --- Assign To: Krista Bake

[jira] Assigned: (BEEHIVE-710) netui tag libraries documentation: imageAnchor through textBox tags

2005-05-18 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-710?page=all ] Carlin Rogers reassigned BEEHIVE-710: - Assign To: Rich Feit (was: Carlin Rogers) Assigning to Rich for review. Thanks! > netui tag libraries documentation: imageAnchor through text

[jira] Updated: (BEEHIVE-710) netui tag libraries documentation: imageAnchor through textBox tags

2005-05-18 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-710?page=all ] Carlin Rogers updated BEEHIVE-710: -- Attachment: j710patch3.txt.gz This third patch, j710patch3.txt, contains fixes for this bug as well as 748. It combines contributions from Krista as

[jira] Reopened: (BEEHIVE-710) netui tag libraries documentation: imageAnchor through textBox tags

2005-05-16 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-710?page=all ] Carlin Rogers reopened BEEHIVE-710: --- Assign To: Rich Feit (was: Krista Baker) I'd like to reopen this NetUI HTML taglib javadoc bug and add an additional patch. The patch mod

[jira] Updated: (BEEHIVE-710) netui tag libraries documentation: imageAnchor through textBox tags

2005-05-16 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-710?page=all ] Carlin Rogers updated BEEHIVE-710: -- Attachment: j710examplepatch.txt Attaching a patch to update some examples changing netui:label to netui:span. Also, the patch updates the FormatTags

[jira] Resolved: (BEEHIVE-737) The URL attribute should be required for the rewriteURL tag, otherwise an NPE is thrown.

2005-05-16 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-737?page=all ] Carlin Rogers resolved BEEHIVE-737: --- Resolution: Fixed This is fixed with svn 170407. It was part of the patch submitted for JIRA BEEHIVE-710. > The URL attribute should be requi

[jira] Assigned: (BEEHIVE-739) A url template ref without a key element causes an NPE in URLTemplatesFactory.

2005-05-16 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-739?page=all ] Carlin Rogers reassigned BEEHIVE-739: - Assign To: Carlin Rogers > A url template ref without a key element causes an NPE in URLTemplatesFact

[jira] Assigned: (BEEHIVE-737) The URL attribute should be required for the rewriteURL tag, otherwise an NPE is thrown.

2005-05-16 Thread Carlin Rogers (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-737?page=all ] Carlin Rogers reassigned BEEHIVE-737: - Assign To: Alejandro Ramirez (was: Carlin Rogers) > The URL attribute should be required for the rewriteURL tag, otherwise an NPE > is

[jira] Created: (BEEHIVE-739) A url template ref without a key element causes an NPE in URLTemplatesFactory.

2005-05-16 Thread Carlin Rogers (JIRA)
Components: NetUI Versions: V1 Reporter: Carlin Rogers Priority: Minor Fix For: TBD Need to improve the error condition checking and handling in the URLTemplatesFactory class. If a template ref in the beehive-url-template-config file does not have a key element

  1   2   3   4   >