DO NOT REPLY [Bug 26935] New: - PSML controls not working properly

2004-02-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 26934] New: - PSML controls not working properly

2004-02-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 26874] - space in CLASSPATH breaks manageDB.bat

2004-02-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-jetspeed/webapp/WEB-INF/db manageDB.bat

2004-02-13 Thread taylor
taylor 2004/02/13 15:04:31 Modified:webapp/WEB-INF/db manageDB.bat Log: Bug fix 26874 - broken manageDB script with space in classpath Revision ChangesPath 1.3 +1 -1 jakarta-jetspeed/webapp/WEB-INF/db/manageDB.bat Index: manageDB.bat ===

Re: [PROPOSAL] [J1] Search Service Enhancements

2004-02-13 Thread David Sean Taylor
+1 on all changes below On Friday, February 13, 2004, at 09:04 AM, Jeremy Ford wrote: I would like to propose the following changes to the Search Service and related classes. 1) Add the update methods to the Search interface Benefit -- allows updating the index 2) Replace the setFields/getF

Re: [JETSPEED 2] More one services

2004-02-13 Thread Jun Yang
David Sean Taylor wrote: On Friday, February 13, 2004, at 07:51 AM, Weaver, Scott wrote: A recent project prospect has given me a reason to start looking at the Open for Business project to develop a solution (something I have be wanting to do for a while). I have been playing with it for tha

Re: [JETSPEED 2] More one services

2004-02-13 Thread David Sean Taylor
On Friday, February 13, 2004, at 07:51 AM, Weaver, Scott wrote: A recent project prospect has given me a reason to start looking at the Open for Business project to develop a solution (something I have be wanting to do for a while). I have been playing with it for that last couple of days, and

Re: How to set a template through action or java

2004-02-13 Thread Stuart Belden
setTemplate(data, "oja/admin-assess.vm"); works for me, where data is the RunData obj being passed into a Velocity Action method (doWhatever()), and the template is in web-inf/templates/vm/portlets/html/oja/admin-assess.vm >>> [EMAIL PROTECTED] 02/13/04 07:28AM >>> Hi, Is there any way to

RE: [J1] Help to solve LDAP related problem

2004-02-13 Thread Mark Orciuch
> Hi > I received many mails about ldap during last 2 weeks so I had a > look at cvs > for problem and see that some user group role mechanism changes. I think > some additional programing required for ldap but I have some quick > questions. > > org.apache.jetspeed.om.security package has BaseJetsp

RE: [PROPOSAL] [J1] Search Service Enhancements

2004-02-13 Thread Mark Orciuch
I'm +1 on this proposal. In regards to API change, since we have a production release of J1, we should probably go thru deprecation process when changing APIs. However, if we don't get any negative votes, I'm fine with the change. Best regards, Mark Orciuch - [EMAIL PROTECTED] Jakarta Jetspeed -

[PROPOSAL] [J1] Search Service Enhancements

2004-02-13 Thread Jeremy Ford
I would like to propose the following changes to the Search Service and related classes. 1) Add the update methods to the Search interface Benefit -- allows updating the index 2) Replace the setFields/getFields and setKeywords/getKeywords Map/String[] methods in ParsedObject with the commons

[JETSPEED 2] More one services

2004-02-13 Thread Weaver, Scott
A recent project prospect has given me a reason to start looking at the Open for Business project to develop a solution (something I have be wanting to do for a while). I have been playing with it for that last couple of days, and all I can say is WOW! Now to the point; OfBiz has its own servi

How to set a template through action or java

2004-02-13 Thread S, VENKATESH
Hi, Is there any way to set a template through action class. I tried setTemplate method but it is not working. My requirement is, Through java or action class i should be able to dynamically set the template in a specific pane. I tried by this way JetspeedRunData udata = (