David Ulicny

Ranch Hand
+ Follow
since Aug 04, 2004
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 David Ulicny

I don't see it. I'm only able to get reference to jspContext through getJspContext but there are only methods for getting attributes.
18 years ago
JSP
How can I access the request object in class which extends SimpleTagSupport class?
18 years ago
JSP
Will this work?


[ October 26, 2005: Message edited by: David Ulicny ]

[ October 26, 2005: Message edited by: David Ulicny ]
[ October 26, 2005: Message edited by: David Ulicny ]
18 years ago
JSP
If you call jng_dt.disp() and jng_dt is null than there is exception, you cannot do a call on non existing object.
18 years ago


Well done! Don't stop.
18 years ago
I think, there is unfortunately no such posibility.
18 years ago
Intranet site is the same as public site.

Password protection: you should read about security within JSP and servlet, there are four types of security, which can be declared in web.xml. See the specification or J2EE tutorial on Sun site.

Session is configured per web app and only configuration is <session-timeout>. You should handle session in your code.
18 years ago
JSP
Bellongs to controller part, this is the place where you decide to where the request will be forwarded.
18 years ago
Congratulations. Well done.
18 years ago
Star Trek
Blade Runner
Galaxy Quest
Mad Max
18 years ago
I'm not sure, but try
<auth-constraint>*</auth-constraint>

instead of

<auth-constraint/>
I think this one disable everybody from access.
18 years ago
JSP
Directives are for translation time like include and actions are for runtime like jsp:useBean.
18 years ago
JSP


What's wrong with that?
Take JavaRanch Big Moose Saloon for example - most of the time people ask questions only because they don't know the answer!



But this kind of questions could be answered by reading specification
18 years ago