Hi Matt,
Thank you for your amazingly fast response. I tried what you suggested:
1. Remove the StaticFilter from web.xml
2. uncomment the servlet mapping for dispatcher-servlet
in addition, I've also
3. added "/remoting/*" to the excludes in decorators.xml
4. added "/remoting/*=ROLE_ANONYM
It sounds like we may need to enhance the StaticFilter to support
multiple servlet dispatchers. Something like:
servletNames
dispatcher,remoting
A better solution is probably to remove the StaticFilter (you don't
need it if you don't need to serve up .html fi
On 8/3/07, Bob Fleischman <[EMAIL PROTECTED]> wrote:
>
> Matt:
>
> Is there a way to modify the template with out rebuilding the entire
> plug-in?
>
> I'd be willing to try my hand at it but I'm not familiar with Maven
> Plug-ins.
>
> Can I pull the one ftl out and put it in a directory where it wi
No, these features are still not available. Unfortunately, I had some
personal issues come up in June and I've been dealing with those for
the last couple of months - hence the lack of time I've contributed to
AppFuse. I hope to get back on track in the next few weeks and finish
2.0 in August.
Mat
I'm using Appfuse-2.0-m5 Hibernate/Spring MVC core.
I followed the tutorial and added the model Person, PersonManager etc.
I'm trying to expose PersonManager thru Spring httpInvoker.
My configuration is as follows:
web.xml changes
---
remoting
org.springframework
Matt:
Is there a way to modify the template with out rebuilding the entire
plug-in?
I'd be willing to try my hand at it but I'm not familiar with Maven
Plug-ins.
Can I pull the one ftl out and put it in a directory where it will be seen
and override the file in the plugin?
Bob
mraible wrote
According to Matt, the below 2 supports are not yet available in 2.0 M5 and
it's posted a month or so ago. Are these supports available now?
mvn appfuse:full-source
This goal will convert your project to use all of AppFuse's source and
remove all dependencies on AppFuse. Known issues with "full-
Got it.
Thanks,
Abe
On 8/3/07, Matt Raible <[EMAIL PROTECTED]> wrote:
>
> On 8/3/07, Developer Abe <[EMAIL PROTECTED]> wrote:
> > When you say full-source, I am guessing that additional files will be
> > generated which will need to be copied over. Will full-source work for
> a
> > multi-module
On 8/3/07, Developer Abe <[EMAIL PROTECTED]> wrote:
> When you say full-source, I am guessing that additional files will be
> generated which will need to be copied over. Will full-source work for a
> multi-module project. Or is there still work that needs to happen on that
> front.
Full-source
When you say full-source, I am guessing that additional files will be
generated which will need to be copied over. Will full-source work for a
multi-module project. Or is there still work that needs to happen on that
front.
When you say merging of war files I am not sure how this will affect my
Hi Matt,
I got it. Thanks a lot:)
Ken
mraible wrote:
>
> The maven-war-plugin does a war overlay - overwriting any files in
> your project that have an older timestamp than AppFuse's WARs.
>
> Here's how to manipulate war overlays:
>
> http://maven.apache.org/plugins/maven-war-plugin/exampl
The maven-war-plugin does a war overlay - overwriting any files in
your project that have an older timestamp than AppFuse's WARs.
Here's how to manipulate war overlays:
http://maven.apache.org/plugins/maven-war-plugin/examples/war-overlay.html
Matt
On 8/3/07, Ken H. <[EMAIL PROTECTED]> wrote:
>
hi all,
I worked on a different j2ee framework for the past year that had the
ability to run a Freemarker template that could generate fo xsl. a
viewhandler could then invoke fop to render the pdf. is something like
that possible with struts? Im using appfuse 1.9.
Thanx
Fred
-
One thing you'll need to do is full-source your web project since Ant
doesn't support "merging" of WARs like Maven does.
Also, you'd probably be better of trying to use AppFuse Light's
build.xml file than AppFuse 1.9.x's. There's a lot of things in
1.9.x's build.xml for XDoclet, which simply isn't
Hi
I use jscalendar to implement a datepicker, in which I put the calendar.js ,
calendar-setup.js and lang/calendar-en.js in /scripts and calendar.css in
/styles. However the it didn't work. When I checked the loaded .jsp file in
firefox, I found the loaded javascript (calendar.js) is another o
I am trying to wrap up a web project and the build environment I am trying
to integrate with uses Ant exclusively for their builds.
The build managers do not have expertise in Maven and would prefer that all
of the Maven files be converted to Ant scripts.
I looked at the Maven Ant tasks but it lo
Have you tried setting the content type in the JSP? Look in
taglibs.jsp for an example.
Matt
On 8/3/07, Richard Reyes <[EMAIL PROTECTED]> wrote:
> Hi Guys,
>
> We are using appfuse 1.9.4 | Webwork. We need help in producing an xml
> file as an output and not an html page.
>
> Any help or idea is
The following issue might have what you're looking for:
http://issues.appfuse.org/browse/APF-775
Matt
On 8/3/07, Julien C. <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Is anybody have done something in that way :
>
> I want to make a Generic Editor for binding Class to form. In fact, it's
> alway
Have you tried using:
href="editContactByIp.html?ipUid=${ipUid}"
Matt
On 8/2/07, Travers Snyman <[EMAIL PROTECTED]> wrote:
>
>
>
>
> I am using Appfuse 2 m5 basic struts and hibernate. From a list jsp, I need
> to pass more than one parameter from the displaytag column. As far as could
> find ou
Hi,
Is anybody have done something in that way :
I want to make a Generic Editor for binding Class to form. In fact,
it's always the same way to do for my model class. a Long id
corresponding to my object. The only thing that changes is the manager
I'm using. But I'm a beginner in java prog
Hi Guys,
We are using appfuse 1.9.4 | Webwork. We need help in producing an xml
file as an output and not an html page.
Any help or idea is appreciated.
TIA!
Richard
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
HI,
I am using appfuse 2.0 m5 with struts,
Created Jasper report & able to view the data with iReport (connecting
oracle),
When connection from appfuse the data is null (its return correct number
of records from db, all columens are null value), & log in action class,
getting actual data.
I am
22 matches
Mail list logo