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!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

just an idea

In Luminis JSP Model II channels are embedded within the page in a nested table format. Hence, when ever there is a submit of a form in a particular channel, the page needs to be reevaluated by luminis as it needs to make a server side execution (we need to use baseActionUrl). That is the reason why you see the whole page being reloaded.

If you have a inline frame channel, it will not reload the whole page as it is displayed in a seperate iframe.

So one way would be to develop a seperate web application and publish it as an InlineFrame channel. 

 

More question

The created channel is in the same application, inline frame type channel can only publish the channel outside of the same application?

More question

Now the jsp model II channel is created, but if enter the input and submit, the whole page is refreshed, any body know how can the submit will not inference the whole page, just update the channel?

Syndicate content