Re: [waffle-devs] Waffle migration-example
Brought to you by:
m2ward,
maurotalevi
|
From: Michael W. <MW...@th...> - 2006-11-13 15:00:06
|
Also, I forgot to mention, in order to submit a form you need to annotate
a method in your action with the @DefaultActionMethod annotation.
There is now a Dev mailing list for waffle
(waf...@li...) please join and lets continue these
discussions there.
Cheers,
-- Mike
Mauro Talevi <mau...@aq...>
11/10/2006 05:33 PM
To
Michael Ward <MW...@th...>
cc
gui...@ca..., Paul Hammant <pa...@ha...>
Subject
Waffle migration-example
Guys,
we've done some pairing with Paul today.
We committed a migration-example module which builds a simple webapp in
both struts and waffle.
To build:
cd migration-example
mvn install -Dframework=[struts|waffle]
This copies wars to $TOMCAT_HOME/webapps
(amend as appropriate in pom.xml)
We envisage building it up to show more complex functionality.
For the moment, it seems clear that:
- we need a taglib to replace the struts html:select tag.
- the submit via a submit button does not seem to work in waffle (while
link anchor does)
- only jspx pages seem to work with jstl taglibs
Feedback welcome.
Next step is to deploy in jetty and use jetty:run.
Time for a nitecap!
Cheers
|