cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets role-permission-form.vm user-role-form.vm permission-browser.vm permission-form.vm role-browser.vm role-form.vm user-browser.vm user-form.vm

2001-07-06 Thread taylor
taylor 01/07/06 01:39:02 Modified:webapp/WEB-INF/templates/vm/portlets permission-browser.vm permission-form.vm role-browser.vm role-form.vm user-browser.vm user-form.vm Added: webapp/WEB-INF/templates/vm/portlets

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/security RolePermissionUpdateAction.java UserRoleUpdateAction.java RoleBrowserAction.java RoleUpdateAction.java SecurityConstants.java

2001-07-06 Thread taylor
taylor 01/07/06 01:44:21 Modified:src/java/org/apache/jetspeed/modules/actions/portlets/security RoleBrowserAction.java RoleUpdateAction.java SecurityConstants.java Added:

Re: Navigation bar

2001-07-06 Thread Raphaël Luta
Steve Davis wrote: I figured out my problem. The default value of the rtexprvalue for the pane tag in the tag lib descriptor is false so it will not evaluate my scripting expression. I changed this in my /WEB-INF/templates/jsp/tld/template.tld to be true for the pane tag an now

PATCH: template.tld

2001-07-06 Thread Steve Davis
Here is a patch for the template.tld file that will allow scripting variables to be used as the name attribute values for the pane and portlet tags. I.E. for % String pane = some_pane_name; % jetspeed:pane name=%= pane % / The %= pane % value will now be interpreted by the jsp parser

cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/jsp/tld template.tld

2001-07-06 Thread raphael
raphael 01/07/06 09:29:45 Modified:webapp/WEB-INF/templates/jsp/tld template.tld Log: update tags to allow script evaluation in the params (by Steven F. Davis) Revision ChangesPath 1.9 +2 -0 jakarta-jetspeed/webapp/WEB-INF/templates/jsp/tld/template.tld

Re: PATCH: template.tld

2001-07-06 Thread Raphaël Luta
Steve Davis wrote: Here is a patch for the template.tld file that will allow scripting variables to be used as the name attribute values for the pane and portlet tags. I.E. for % String pane = some_pane_name; % jetspeed:pane name=%= pane % / The %= pane % value will now be

Fwd: RE: Putting .psml/markup info into database

2001-07-06 Thread Atul Dambalkar
Forwarded from jetspeed-user list... More below... Atul Dambalkar wrote: Now, I have CVS HEAD and I am working with it. Reporting bugs as and when I am finding any... Yes, Thanks! Got a doubt, related to Profiler and PsmlManager Service. Both these services are basically hooked

RE: RE: Putting .psml/markup info into database

2001-07-06 Thread Atul Dambalkar
At 02:22 PM 7/6/01 -0700, you wrote: Atul Dambalkar wrote: BTW, what is your opinion on, moving the fallback algorithm specific code to some super class and reusing it in the respective sub classes (FileSystemProfilerService/DatabaseProfilerService...)? Or another approach would as I

Build broken...

2001-07-06 Thread Atul Dambalkar
I just now updated CVS HEAD. Build is broken... [javac] /home/adambalk/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/security/UserRoleUpdateAction.java:244: cannot resolve symbol [javac] symbol : variable

Re: Build broken...

2001-07-06 Thread Meik Arends
Atul Dambalkar wrote: I just now updated CVS HEAD. Build is broken... [javac] /home/adambalk/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/security/UserRoleUpdateAction.java:244: cannot resolve symbol [javac]

RE: Build broken...

2001-07-06 Thread David Sean Taylor
I just now updated CVS HEAD. Build is broken... Its updated, missing 2 files from last night's commits. Please try again. services/JetspeedSecurity.java, services/security/JetspeedDBSecurityService.java -david -Original Message- From: Atul Dambalkar [mailto:[EMAIL PROTECTED]]