Hi Buddies,
In Appfuse 1.8, there is a code generator which will generate source code
from Database Schema.
Is it available in Appfuse 2.0?
Thanks.
JP
Hi,
On Wed, Jul 2, 2008 at 00:17, John Vance <[EMAIL PROTECTED]> wrote:
> If you could point me to the appropriate documentation to figure this out,
> I'd appreciate it. Otherwise I'll just have to leave web.xml and
> security.xml the way I've hacked them.
>
> The link you provided for documentat
Hey all,
I got NTLM authentication going in Appfuse 2.0.1 by wedging in Spring
Security 2.0.M2. I used the old namespace and syntax for security.xml, made
some minorish modifications, and got things working pretty well.
Now I'm looking at upgrading to Appfuse 2.0.2, and I see that security.xml
Found out why...
In the StaticFilter there's an include to send the request to the struts.jar
components, for some reason this doesn't work, I had to copy the code from
https://appfuse.dev.java.net/source/browse/appfuse/trunk/web/common/src/main/java/org/appfuse/webapp/filter/StaticFilter.java?rev
Hi All,
I am just beginning the java for a web based application. After some
struggle, I found appfuse and moven.
I have basic appfuse-struts-spring-hibernate project.
I wanted to get the user loggined in my action classes and JSP pages. How to
do this?
Regards,
Krish
--
View this message i
Thanks a lot. It works now with jscalendar
I'm still wondering why the didn't work ??
J. David Mendoza R. wrote:
>
> All you have to do is edit the signup.jsp
>
>
>
>
>
>
>
>
>
> First add the three script tags
>
> cssClass="text" title="date" size="11" />
>
All you have to do is edit the signup.jsp
First add the three script tags
Then create the field that's going to hold the date
Form.focusFirstElement($("purchaseForm"));
Calendar.setup({inputField: "purchaseDate", ifFormat: "%d/%m/%Y",
button: "purchase.date
I've followed a few threads on this topic, but none seems to provide a
solution. I have a clean AppFuse 2.0.2 + Basic+ Struts2 project. When I run
'mvn -Phsqldb test', I get the following exception:
[INFO] Configuration XML file loaded:
file:/d:/ws/appfuse/comped/src/main/resources/hibernate.cfg.
Ciao Marcello,
Yep, it is ugly but you have to set it, I am still trying to figure out
why. So far I only know (by using and
<%=request.getParameterMap().toString()%> that:
- The ValueStack contains all the request parameters expected by the JSP
i.e. the users List exposed from UserAction
-