Hi all, Using Content Server 7.1, does anyone know how to specify what page Stellent should use when it encounters a 404? Thanks a lot, Lynn Holdsworth Web...
Holdsworth, Lynn
Lynn.Holdsworth@...
Aug 1, 2006 11:36 am
11121
Hi, I'd like to get roles of an user (the same as UserRoles Idoc variable) in a java class ? What is the method to get it ? Do you know where I can find such...
I have a development server that is down because of an error in the LDAP provider setup. How can I manually correct the setup with the server being down....
Hi, Could you say where I can get JAR files to command folders and webdav with JAVA ? Have you any documentation or examples to copy/create/delete folders with...
Hello Thomas, The best way to have documentation and example for Java is to download the HOWTO components on Stellent.com. To get the roles of a user, you can...
Navigate to the HDA file for that provider. Is should be something like this: stellent/data/providers/my-ldap-provider/provider.hda Set the flag "IsEnabled=0"...
That is usually a web server configuration. IIS: http://www.microsoft.com/technet/prodtechnol/windows2000serv/technologies/iis/tips/custerr.mspx Apache: ...
This is a Java issue, not a SCS issue. You should not be calling myVector.clear(). That will empty the values in the row you just added. Instead, I'd move the...
Is this an app server integration with CIS, or a Java component? -- Brian 'Bex' Huff <bex@...> Developing applications with Stellent? Check out my new...
I want to update a metadata field with the "signature" of the approver. This happens after the approval, in the exit step. What field can I use to put in who...
Has anyone seen this error: "TODO - need a much smaller algorithm for generating toolbox identifiers"? It's happening when I try an update an existing...
Thanks Bex, I will give that a try. Regards, Dave ... values ... get ... all. ... might ... resultset as ... is ... resultset ... Any ... (); ... but it...
It's for a Java component. I first install the Folders and Webdav component. An the users are created the structure of the folders. Now they wish replicate ...
Thank you for your answer ! but im my case, I'm not in a filter, I'm in a class which extends DocServiceHandler, so I don't have the ExecutionContext object. ...
Hi, I have a requirement that, i need to create a set of metadata fields through stellent CIS Java API classes, sothat these metadata fields can be populated...
Does anyone know how I can add/edit an item (or link) in a navigation fragment? I have Site Studio 7.2 version. Your help is much appreciated. Thank you. t:)...
What exactly are you trying to do with the link? Change the URL or edit the name? Most of the time you edit your site hierarchy links from within Site Studio...
The UserRoles variable was not in the local databinder. I've put it with <input type="hidden" name="userRoles" value="<$UserRoles$>" /> and it works. Thank you...
You can create a custom metadata field and use the some wf idoc to updat the custom metadata field. Not sure if you are using the metadata for other than...
Hi all, Even I am facing the similar kind of problem.It goes as: 1) user performs the checkin process for any image 2) As it enters the system,apart from other...
First off, thanks to everyone in this group for reading these questions and helping with answers. I hope I'm in a position to offer some assistance in the...
The way I had approached it was this: 1) I have 2 fields - xApproveComments and xCurrentComments. The xApproveComments is hidden on updates and check-ins and ...
I was wondering if anyone has used Datacap with IBPM. Looking for feed back on what you think of the product and how easy the Taskmaster is to program....
I believe you should use the 'ADD_METADEF' service. General note: if you want to do something with CIS, but dont know what service to call (or what parameters...
har har. This is actually a pretty advanced customization... we added a filter hook in 8.0 that would help you, but in 7.5 there isn't much. I'd contact...