Hello Archana,
Thanks for your mail.My Action class is working....problem with this template only 
...I just added this line in my Action class setTemplate(rundata, "Response123.jsp");
and i kept my JSP in the html directory...should i add anything else in my .xreg file 
regarding this JSP...?.I couldn't find any messages regarding this one in my log file.
try
{
         setTemplate(rundata, "Response123.jsp");
         logger.info("I am in setTemplate() method");
}catch(Exception ex)
{
      Log.error(ex);
}
Please reply.
Thanks
Maruthi.

Archana Turaga <[EMAIL PROTECTED]> wrote:
It should work...we were using it okay in Jetspeed.1-5. The only reason
I can think of is your jsp file is not in the correct location. Or if
you have your own custom package name you have not specified it in the
properties file correctly.

Check if it is even going to your action class to start with. Also check
the log files to see if there are any exceptions

-----Original Message-----
From: Maruthi [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 28, 2004 11:35 AM
To: Jetspeed Users List
Subject: RE: set Template() in action class

Hello,
I tried ...but its not working...i am using Jetspeed-1.5
...setTemplate() method is working in this version..?.Can you suggest
any other reasons?.
Thanks,
Maruthi.

Archana Turaga wrote:
Your Jsp portlet can be in the portlets\html directory. When you do
setTemplate in the action class it will automatically pick up the
template from the portlets directory

-----Original Message-----
From: Maruthi [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 28, 2004 10:44 AM
To: Jetspeed Users List
Subject: set Template() in action class


Hello all,

I want put JSP as a template in the action class...which will give
confirmation message to the user after submitting the form.How to put
jsp as a template in the action class.Actually i tried on this one but
not working.Where i have to place this JSP..in the normal \html folder
only or else somewhere.Can anybody give me one clear example for setting
jsp templates.

JSP Portlet---------------------->Action Class----------->mysql database

Confirmation message to the user<--|

Thanks,

Maruthi.


---------------------------------
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



                
---------------------------------
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!

Reply via email to