cancel
Showing results for 
Search instead for 
Did you mean: 

jspdynpages

Former Member
0 Kudos

hi

i have developed a small application with simple

jsp coding and JSPDynPage class which calls

the jsp , but the problem here is iam not

able to deploy the application . during the

deployment(right click on the project->quick par upload) its

asking for the server configuration

with some alias name , host , port , login , pwd ,description

these are the following things , this is my first dynpage

creation , so any one can help procedure for deploying the

application .

Accepted Solutions (0)

Answers (3)

Answers (3)

venkatakalyan_karanam
Active Contributor
0 Kudos

Hi

The problem is with your JSP pages,Check the taglib directories and syntax in the JSP pages.You can also view the log file with the exception number what exactly the exception is.

Regards

kalyan

PradeepBondla
Active Contributor
0 Kudos

Hi,

This post will give you everything you wanted to know about jsp dynpage... starting from basic definitions to step by step implementations...

/message/4873744#4873744 [original link is broken]

hope this will help you....

regards,

Pradeep

Former Member
0 Kudos

hi

thanks for the reply

deployed the application

but iam getting a exception as

Portal Runtime Error

An exception occurred while processing a request for :

iView : N/A

Component Name : N/A

Error in parsing taglib 'taglib' tag in web.xml or .tld file of the taglib library..

Exception id: 01:00_28/04/08_0003_3760751

can any one help me ?

nikhil_bose
Active Contributor
0 Kudos

Its because of permission for the iView

add role everyone read/write and tick the option end users

nikhil

Former Member
0 Kudos

hi

thanks for reply

i have solved the issue

iam facing a problem when using javascript in

jspdynpages ,

any simple example for calling a function

when we click a button , iam trying this , but the

button is not getting triggered .

can any one help me ?

Former Member
0 Kudos

Hi Murali,

You just need to give your J2EE engine details here.

alias name - give some name as "abc"

host- your J2EE engine name

port - 5xxxxx(on which it is running)

login - username

pwd - password

If you give those details then only yuo can deply ur application.

After deploying it open the portalapp.xml and then run the application.

Thanks n Regards,

Jhansi Miryala