Re: problem switching to jboss 4.0.5 with struts 1.2.9

2007-02-20 Thread Brian Long
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

problem switching to jboss 4.0.5 with struts 1.2.9

2007-02-20 Thread Brian Long
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.

copy from one DynaActionForm to another?

2006-10-13 Thread Brian Long
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

checkbox value out of map

2006-07-06 Thread Brian Long
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

handle to form w/i jsp?

2006-06-23 Thread Brian Long
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

struts version of session.getAttribute() ?

2006-06-16 Thread Brian Long
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

modules & menus

2006-05-30 Thread Brian Long
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

DynaValidator* examples?

2006-04-04 Thread Brian Long
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

Re: using AJAX and Struts Action class how to refresh data on jsp page

2006-04-03 Thread Brian Long
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

action tag vanishing?

2006-04-03 Thread Brian Long
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