Hello,
Having gone through the AppFuse QuickStart guide, I need more information on
to generate JSF CRUD artifacts using AppFuse. As this will be a great
justification for using the framework for my organization.
Thanks.
--
View this message in context:
http://www.nabble.com/Generating-JSF-cru
Using Appfuse 2.0.2, full source, I get:
warning bad version number found in
C:\repository\org\aspectj\aspectjrt\1.6.0\aspectjrt-1.6.0.jar expected 1.5.4
found 1.6.0
info directory classpath entry does not exist: C:\Program
Files\Java\jdk1.6.0_03\jre\lib\sunrsasign.jar
info zipfile classpath entry
oops..i forgot to add the error attachment -
http://www.nabble.com/file/p18292063/appfuse-access-denied-error.rar
appfuse-access-denied-error.rar
Also a minor correction, the strange nested access denied error comes only
when i access a url like http:///admin/editUser.html?id=-2, i.e. an
editUs
I am sorry - i was not quite clear with my query
I understand that the editUser action is secured and only an admin user can
access it. The edit user action is btw, in the default package and not
admin package, but has an admin-check interceptor. So i need to access it
with http://your.domai
Hi Chris,
"editUser" action is inside admin package (struts.xml). All actions in this
package have "admin" prefix. So
the exact url of "editUser" action is
"http://your.domain.com/admin/editUser.html?...";.
All actions are -by default- secure. So you can not access any action
without logging in
Hi, how do I override Appfuse SignupAction.java ? (best practice)
-thanks
--
View this message in context:
http://www.nabble.com/How-to-override-SignupAction.java-tp18291036s2369p18291036.html
Sent from the AppFuse - User mailing list archive at Nabble.com.
---