LDN - CodeStorm 2009

zhenchen's blog

Quesion for develop a channel by using JSP model II type

 

I am developing a channel by using JSP Model II type, I can get different jsp pages shown in this channel, but could anybody let me know how can a jsp rendered as a page which is not in the channel, which should be a single page. I tried use target=”_blank” but it gives me an entire page which include other channels, that is not what I wanted.

Thanks!

Edit user role permission

If I create an access group, how can I assign an "edit user role permission" to that group?

JSP model II, ajax, get response data

How can Channel send response data in xml format

If I create a channel, it may implement IChannel or IController interface, we can get the response data by using session objectis, but is there any body know any other way to get the response data, which is not througth session object, I hope I can use response object like response.write(....), because my jsp need to get the response data from xml file.

 

 

Channel development

I am going to create a channel, it should get channel input data, calculate the input data, then display the result in the same channel, the submit button should just refresh the channel, not the whole page.

Which is the best channel type I should use?

Actually I created one by using jsp model II, every thing looks good, there has only one concern is the submit button, which now inferences the whole page instead of just channel.

Thanks!

Question about Channel development

 

I am working on a jsp model II type channel, submit button will send the value of the text box to server and return a calculated value, my question now is once I click the submit button, it looks inference the whole page. Is there any one has the experience for that, and is there any way to improve it, so that submit just inference the channel instead of whole page.
Thanks!

personDirectory.xml setting

personDirectory.xml is a file used to define the attributes that you want to import from the LDAP
source to luminis, but if I want some other attributes in ldap be imported from LDAP to luminis, how can I do the configuration for the personDirectory.xml file, ex, if I need to import modifyTimestamp or pdsExternalSystemID?
Thanks!

Create a channel with jsp display ( more )

Create a channel with jsp display
Created a channel, Publish a New Cannel --- > Custom ---- > Channel Class: here I should put my class file, this is a good and simple way to let the channel show the information from the java code.
But if I have a jsp file instead of java file, I do need to let Cannel invoke jsp, how should I do?
Thanks!

Channel with jsp display

Hi,

Is there anybody know how to create a channel with the content which is displayed by a jsp page.

Thanks!

Syndicate content