ll-source on a fresh snapshot build (non-modular, Struts,
iBatis, H2) - and it worked just fine. I don't know if you had to change
anything or not, but thanks regardless.
-Bron
--
View this message in context:
http://appfuse.547863.n4.nabble.com/Avoid-appfuse-Jar-s-C1-tp2254393p2267293.html
S
e 2.0.2 and that is 2 years old.
Thanks,
Bron
--
View this message in context:
http://appfuse.547863.n4.nabble.com/Avoid-appfuse-Jar-s-C1-tp2254393p2260666.html
Sent from the AppFuse - User mailing list archive at Nabble.com.
they had I got to
the right mirror list:
http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-maven-2.0.8-bin.zip
With 2.0.8 in place it started working again. Try it if you have 2.0.9
-Bron
jackalista wrote:
>
> Hi,
>
> I am getting a strange error creating a new project th
I am among those who are interested in adding GWT functionality to an Appfuse
app and wanted to start a thread to discuss the various approaches. I'm
currently thinking the ideal would be be to use REST/JSON messages from
Appfuse core or modular archetype. This would be along the lines of
curre
Turned out to be a Web Start permissions issue. The tag
in the JNLP did not cover code contained within the .war file.
Adding the following to my jetty startup class made it work.
Policy.setPolicy(
new Policy() {
public PermissionCollection getPermissions(CodeSource
code
to use the same absolute
paths it would work.
Anyway, if I get it working I will write up the details of how to do this
self contained, Web Start delivered AppFuse. It could be a good model for
anyone needing to deliver a local web app to branch offices or customer
locations.
-Bron
--
View this mes
n't even render.
My real question is this: How would I accomplish this if I actually knew
what I was doing?
-Bron
Ha, I can't catch a break. Apparently since I am in Servlet 2.3 and have to
use the tag around an EL expression, I am again in the same boat
with nested custom tags.
I will switch to 2.4 and try again without the
mraible wrote:
>
> ${pageContext.request.remoteUser} should give you the
uld try using and then grabbing the
> value
> from the set variable.
> Matt
>
> On 7/11/07, Bron <[EMAIL PROTECTED]> wrote:
>>
>>
>> I'm using Appfuse 1.9.3 and can't figure out how to escape a taglib
>> within
>> the value property of
I'm using Appfuse 1.9.3 and can't figure out how to escape a taglib within
the value property of a Web Work tag. Every combination of quotes and
double quotes or %{} syntax I try results in Javax.servlet.ServletException:
Could not execute action. I am trying to get the logged in username from
t
There was a thread a while back about making an all Apache stack and Matt
mentioned maybe Spring could be slipped in becuase of its compatible
license.
I was just wondering what it would be like to go Spring-less and use Struts
2 for both MVC and IOC, on top of IBatis for SQL maps and DAO. I c
11 matches
Mail list logo