Naveen Sundaram

Greenhorn
+ Follow
since Jul 31, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Naveen Sundaram

hey paul,

Try to get a online version of the book mentioned below

http://www.manning.com/dbrown/

15 years ago
Could you please be more specific regarding the server ,port and other properties
Check whether you have the server name in your host file.

Before testing ,try it with a client software like toad.
15 years ago
u can use URL generation tag given below which calls the portal pages directly and in turn loads the portlets in it.

Tag syntax

<wps:urlGeneration
contentNode="<%=destinationPage%>" portletWindowState="Normal">
<wps:urlParam name="reset" value="Y" />
<a
href="<% wpsURL.write(out); %>" ><fmt:message
key="label" /></a>
</wps:urlGeneration>


[ July 31, 2008: Message edited by: Naveen Sundaram ]
15 years ago
DAO contains the implementation of Data calls say insert ,update ,delete but DTO's are mere accessors ie, getters and setters used to fetch the data...
will the request parameters be passed to and fro if we use include jsp in nested fashion...i am getting the request parameter as null if i pass a value to a third inner included jsp.....

scenario

outer.jsp includes middle.jsp include inner.jsp
[ July 31, 2008: Message edited by: Bear Bibeault ]
15 years ago
JSP