manoj ravindran

Greenhorn
+ Follow
since Feb 02, 2012
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 manoj ravindran

Hi,
i need to know which Design pattern best suits for the given scenario shares management system that enables its customer to buy and sell shares.its current rates of Stock exchange using a line graph or bar graph should synchronizes with the stock exchange rates

on the below given patterns i knew Observer & Template Method Patern is not suit with the Scenario. in my point of view it should be View Helper Desgin pattern
but any help in here would be appreciated

View Helper Design Patter
Dispatcher view Design Pattern
Observer Design pattern
Template Method Pattern

Regards
Mano

Hi all,

here I want to ensure that a page is target of another page's errorPage Directive ?

as far as to my knowledge in JSP i know the errorPage Directive has a URL value in which the exceptions are sent to it
for instance,
<%@ page errorPage="xxx.jsp" %>

but i have two options to choose the correct one as in the given Question i should have to use this JSP tag <%@ page errorPage="xxx.jsp" %>

but i have 2 options such as the followings

1) <%@ page errorPage="this" %>

2) <%@ page isErrorPage="true" %>

consider the 1st in the above options i think errorPage Directive(1st) would be the correct one for the question asked above ? here in this case can i use

THIS attribute instead of giving URL ? Is this correct to use as the errorPage Directive with the THIS attribute ?
12 years ago
JSP