On Wed, Jan 7, 2009 at 8:38 AM, Ercan Kayaonu wrote:
> I'm using Struts 2.1.5 with convention plugin. I'm in the learning process
> and trying several things (action, rule annotations, hibernate etc).
Since we're on the user list, be aware that Struts 2.1.5 is not an
official release. It was a
btw this is not related to tiles, it all applies to any plugin that
defines results.
musachy
On Wed, Jan 7, 2009 at 12:23 PM, Musachy Barroso wrote:
> The "value" attribute needs to match the name of a package that is
> defined somewhere, if you do this:
>
>
>
> make sure that your package is l
The "value" attribute needs to match the name of a package that is
defined somewhere, if you do this:
make sure that your package is like
...
musachy
On Wed, Jan 7, 2009 at 12:17 PM, Ercan Kayaonu wrote:
> Hi,
> Sorry for disturbing you guys this much. Be sure that i first google to
> solve
2009/1/7 Ercan Kayaonu :
> Can someone advice a tutorial
> on tiles and struts2 (step by step).
Heh, Tiles and Struts 2 seem to be two isolated worlds.
The strangest thing is that a lot of people are using this pair, but
no one is contributing.
If you *really* want them to work well together, stop
Hi,
Sorry for disturbing you guys this much. Be sure that i first google to
solve the problem and read related parts of the documentation. But
unfortunately some of them are very concise. Anyways.
I tried both
and
but I got this error: Unable to locate parent package [actions] - [unknown
Sent: Wednesday, January 07, 2009 11:30 AM
To: Struts Users Mailing List
Subject: Re: Tiles with Struts 2.1.5
There's commons-digester-1.8.jar under struts 2.1.5 lib files. you also
need commons-beanutils-1.7.0.jar.
The location for 2.1.5 is
http://people.apache.org/builds/struts/2.1.5/
On Wed, J
To use a result, the action needs to be in the package that defines
the result, or in a package that extends the package where the result
is defined. There are several ways to fix this, in this case you can
just set the parent package of the action, to your package:
@ParentPackage("admin")
or ch
[mailto:musa...@gmail.com]
> Sent: Wednesday, January 07, 2009 10:43 AM
> To: Struts Users Mailing List
> Subject: Re: Tiles with Struts 2.1.5
>
> You are missing dependencies, in this case Commons Digester
> (http://commons.apache.org/digester/)
>
> musachy
>
> On Wed, Ja
Thank you Musachy,
That solved my problem, but
I got this error, which might be very familiar for most of you:
The Result type [tiles] which is defined in the Result annotation on the
class [class actions.admin.LoginAction] or determined by the file extension
or is the default result type for the
so [mailto:musa...@gmail.com]
Sent: Wednesday, January 07, 2009 10:43 AM
To: Struts Users Mailing List
Subject: Re: Tiles with Struts 2.1.5
You are missing dependencies, in this case Commons Digester
(http://commons.apache.org/digester/)
musachy
On Wed, Jan 7, 2009 at 10:38 AM, Ercan Kayaonu
wro
You are missing dependencies, in this case Commons Digester
(http://commons.apache.org/digester/)
musachy
On Wed, Jan 7, 2009 at 10:38 AM, Ercan Kayaonu wrote:
> Hi,
> I'm using Struts 2.1.5 with convention plugin. I'm in the learning process
> and trying several things (action, rule annotations
11 matches
Mail list logo