I've been integrating the tool to work with our tools lately...and have
really stuff a lot of learning in a couple of weeks...
I'm pretty new to jsp, so I've really been cramming on that lately
With that, I have integrated the userList with my own jsp, using the
simplicity theme. My questi
I have integrated tinyMce with appfuse. That's fine as textareas are replaced
by a nice editor. The inclusion into my jsp pages is not invasive. You have
only to add the following to your :
tinyMCE.init({
mode : "textareas"});
Hi,
I am getting a weird behaviour with StaticFilter. The filter itself is not
getting initialized. So I renamed it as DojoFilter and now it gets
initialized!!. But doFilterInternal() and initFilterBean() methods are not
called in that class and hence it is never applied at all.
I am using 4 dojo
I'd like to pick up this topic again. Could not find a proper answer
elsewhere. Some threads were talking about omitting reserved words. But I
can't see the problem in my case.
So, you you guys have a clue what is going on?
MH
Martin Homik wrote:
>
> Today I came across a somehow strange beha
I solved it with a less elegant work-around. Instead of overriding
*Manager.save(..). I've extracted all my custom lines of code to a new
method *Manager.prepare(...). Now, I have to call both in my action
classes:
manager.prepare(...);
manager.save(...)
Not nice, but seems to work.
MH
--
Vi