Has anybody tried javabean and
jsp combination ?
I have placed the javabean in the server classes folder
the jndi naming code is in javabean.
The jsp instantiates the javabean , and javabean contacts
EJB Now when i call the jsp it gives error 500
about javax.naming.InitialContext
where as i am not using this
if i directly call eJB from jsp it works even when i import
this package
but with javabean it does not
why so
Any clues