cancel
Showing results for 
Search instead for 
Did you mean: 

How to plugin Struts framework in SAP Web AS 6.3

Former Member
0 Kudos

Hi,

I am newbie to SAP Web AS 6.3. I would like to know how to plugin the Struts framework in SAP Web AS 6.3. I am not able to find any docs related to this which leads to lot of problem when am trying to plugin on my own. Please see the below mentioned exceptions.

(A) javax.servlet.jsp.JspException: Cannot find message resources under key org.apache.struts.action.MESSAGE

at org.apache.struts.util.RequestUtils.message(RequestUtils.java:819)

(B) javax.servlet.jsp.JspException: Cannot find ActionMappings or ActionFormBeans collection

at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:858)

I would be greatful if i know a small hint to solve this problem which I got stuck for the last two days.

Thanks

Bala

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Bala,

I got a Struts Application running on WebAS 6.30. It looks so that you have forgotten something in Struts. If you are interested I can send you the code (it's just a simple application).

I also started to extend the application with Tiles. In Weblogic everything works fine but with WebAS 6.30 I run in problems (related to sapxmltoolkit)

regards, maik

Former Member
0 Kudos

Hi malik,

Glad to know that you are able to deploy the struts apps on SAP web AS. Please let me know your mail id or send the sample code and other related information to bala_chocos@yahoo.com.

Am using netweaver studio for development and deploy apps based on struts.

thanks for your help

Bala