yu scott

Greenhorn
+ Follow
since Jun 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 yu scott

u must set this option on menu bar, Window->perferences->workbench, at workbench main window, u can find "Save all modified resource automatically prior manual build", u must checked this options.
hi,
i use eclipse3.0M5, when i install omondo1.2.1, when eclipse can't recognize this plugin, the Error Message is ***
Eclipse Modeling Framework (1.1.1): Feature requires plug-in "org.eclipse.core.resources (2.1.1)", or compatible.
***
now, what can i do,
Thanks a lot, when i install eclipse3.0M5, this problem didn't appear again. i think this is a bug only in 3.0M4.
when i install jfaceDB under eclipse3.0M4, it's tell me :
---JFaceDbc(2.1.1): Feature requires plug-in "org.eclipse.draw2d(2.1.1)", or later version. ---
but, i had installed "org.eclipse.draw2d_2.1.2" and "org.eclipse.gef_2.1.2".
in correct folder, why JFaceDbc can't detect this. help me.
Hi:
I'm using Tomcat5.0.3 & Struts1.1, and i use the example LOGON.WAR, shipping with <<struts in Action>> .
My Struts-configure.xml is :
...........
<global-forwards>
<forward
name="welcome"
path="/Welcome.do"/>
</global-forwards>
<action-mappings>
<action
path="/Welcome.do"
type="org.apache.struts.actions.ForwardAction"
parameter="/pages/Welcome.jsp"/>
...........
</action-mappings>
</struts-config>
When i execute my application as http://localhost:8080/logon and i got following error:
javax.servlet.ServletException: Cannot find global ActionForward for name welcome
at org.apache.jasper.runtime.PageContextImpl. handlePageException(PageContextImpl.java:685)
at org.apache.jsp.index_jsp._jspService(index_jsp.java:65)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:136)

Why ???
21 years ago