shashi pahwa

Greenhorn
+ Follow
since Jan 27, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by shashi pahwa

Any one please tell me how serializable interface works even that has no methods(marker interface).

Thanks

Shashi Bhushan
SCJP,SCJD
20 years ago
Congrets
Can u please give some link regarding Architect Study Material

Regards
Shashi
SCJP,SCJD
hi
i am using the struts and jstl in my web application and using the logic:iterate for iterating the hashtable,arraylist.
I faced the problem at this point:-
i am getting any tag for retrival of only one value from the hashtable that we are getting through java function.
ex:-
Hashtable hash=new Hashtable();
hash.put("one","first");
hash.put("two","second");
the code i am using in java is
if(hash.contains(new String("one"))
String value=hash.get(new String("one"))
but i am not getting this using struts or jstl
Please help me
Regards
shashi bhushan
21 years ago
JSP
Hi Everybody
Could any body tell me the difference(enhancements) in both the version.
Actually I faced the problem in getting the url using the html:link tag and it will give a error status of 404.
If you have any idea please tell me
Regards
Shashi Bhushan
SCJP,SCJD
21 years ago
JSP
Hi
I am struts html and jstl for jsp programming and facing the problem in this code:
<html:select property="singleSelect" size="10" >
<core:forEach var="val" begin="0" end="9" >
<html ption value="<core ut value=Single ${val} />" >
Single <core ut value=" ${val}" />
</html ption>
</core:forEach>
</html:select>

The error is:-
org.apache.jasper.JasperException: /html-select.jsp(46,8) jsp.error.unterminated.tag
at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:94)
at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:428)
at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:126)
at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:734)
at org.apache.jasper.compiler.Parser.parseElements(Parser.java:809)
at org.apache.jasper.compiler.Parser.parseBody(Parser.java:837)
at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:758)
at org.apache.jasper.compiler.Parser.parseElements(Parser.java:809)
at org.apache.jasper.compiler.Parser.parseBody(Parser.java:837)
at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:758)
at org.apache.jasper.compiler.Parser.parseElements(Parser.java:809)
at org.apache.jasper.compiler.Parser.parseBody(Parser.java:837)
at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:758)
at org.apache.jasper.compiler.Parser.parseElements(Parser.java:809)

Could any body help me
(edited by Cindy to disable smilies)
[ February 17, 2003: Message edited by: Cindy Glass ]
21 years ago
JSP