stuck with 1.0.2

2002-05-10 Thread Michael Dingler
Hi there, I'm currently rewriting some protoype parts of an web application with struts. Unfortunately I've got to use 1.0.2, so I miss some neat opportunities... Once again it's a dynamic forms problem, at least I think so... One page where I have the problem is the user administration part. Ba

Re: Accessing form beans

2002-04-30 Thread Michael Dingler
Nicolas De Loof wrote: > > If "/foo" is mapped to "FooForm" bean, you can use > > > > without changes to your . bean:write will look in scopes for an > object called "FooForm". This has no effect with using html:form or not - > assuming FooForm is in session or request scope ! > > If you've g

Accessing form beans

2002-04-30 Thread Michael Dingler
Hi there, yet another question... Is there an easy way to just display some form bean properties? Let's say I've got a form defined as Now I just want to display an additional value from the form bean as configured in the struts-config.xml file. As there's no I have to use which o

Tab Panes

2002-04-29 Thread Michael Dingler
Hi, I'm currently implementing a form with quite a lot of values separated into several categories, and from regular GUI experience I'd like to use some kind of tab panes. I'm implementing it with struts 1.0.2 on BEA Weblogic and have run into some problems. My basic idea is to use a single form