2007-02-20 at 17:07 -0500, Brian Long wrote:
> hi folks.
>
> I have code that works just fine under jboss 4.0.4GA that is blowing up
> attempting to load the ear in jboss 4.0.5
>
>
> 2007-02-16 11:05:48,526 ERROR [org.apache.struts.tiles.TilesPlugin]
> Can't cre
hi folks.
I have code that works just fine under jboss 4.0.4GA that is blowing up
attempting to load the ear in jboss 4.0.5
2007-02-16 11:05:48,526 ERROR [org.apache.struts.tiles.TilesPlugin]
Can't create Tiles definition factory for module ''.
2007-02-16 11:05:48,529 ERROR [org.apache.struts.
Hi folks.
I've got a DynaActionForm that I use for query, and another that I use
for update - and they share some data elements. I'd like to copy data
from my query form to my update form, but I don't see a way to
explicitly get a form by name. The Query Form is Session scoped, so it
should be
Hi folks,
I've got a Map that I'm using to render a list of checkboxes in the jsp,
thus:
---
---
When the form is submitted, where are the "checked" values?
Thanks in advance for any assistance.
-bml
--
Brian M. Long
Middleware
Hi folks -
I've got session data that I'd like to jam into a DynaValidatorForm
before it displays, so that all of the html tags that do auto-population
from the form work.
How do I get a handle to the form within the jsp?
Thanks in advance,
-b
--
Brian M. Long
Middleware Services, Virginia T
Hi folks - newbie here with a quick question:
I'm converting JSPs to struts, and they have a lot of stuff that looks
like this:
Service managedService =
(Service) session.getAttribute("managedService");
.
.
.
<% if (group.getExpirationDate() != null) { %>
.
.
.
What's the mechanism in st
Hi folks - appreciate any input on this one:
I have a menu in a Struts 1.2.9 modularized app.
The menu has links to some jsps and some actions.
When the app is launched, the links all work. However, once I've
navigated into a module, the links all get prefixed with that module,
and the links d
Hello All.
I'm using Struts 1.2.9 and Tiles.
Can anyone point me at a decent example of using multi-page forms with
one of the DynaValidator* classes?
Thanks in advance,
-Brian
--
Brian M. Long
Middleware Services, Virginia Tech
"Ancora Imparo (I am still learning)" - Michaelangelo, age 87
Ashish,
There's a built-in method you can use to return to the calling jsp.
Try return (mapping.getInputForward());
from your Action class.
hope that helps,
-Brian
On Mon, 2006-04-03 at 10:19 -0700, Ashish Kulkarni wrote:
> hi
> I am trying to learn AJAX and struts together (will
> use some
Greetings All.
I'm migrating an existing webapp to Struts. An Action tag in my menu is
getting blown away. The application is in the middle of migration, so
there are some struts-enabled jsps and some vanilla jsps.
On first navigation to the menu, the code works fine. After navigating
to a no
10 matches
Mail list logo