--- Eric Nelson <[EMAIL PROTECTED]> wrote: > Hi Ghan. You're not trying to directly access the JSP are you? For > instance, browsing to http://host/emsitem/emsList.jsp? You need to go > through the action: http://host/context/list.action, and then make sure > that your action bean returns a result string of "SUCCESS", and it will > automatically navigate to your resulting JSP page.
Navigating directly to the JSP, if the JSP isn't in the /WEB-INF hierarchy, shouldn't return anything like "not available". Any issues would be data- and/or tag-related. It's more likely that either: the app or JSP isn't being deployed, or there's a configuration issue. With no real error message provided in the original post it's impossible to say, though. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]