Text area question

2002-09-10 Thread Thigpen, David
I've been doing a little Struts evangelization internally here (but no development yet :-( ) and I got posed the following question, to which I have no answer: Do you know off-hand if struts provides a way to display dynamic data in a multi-line textarea? If so, can you point me in the right

RE: Handling check for logged-inness using a tag?

2002-06-05 Thread Thigpen, David
waiting anxiously ;-) timeframe? DT -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 11:00 AM To: Brian Holzer Cc: Struts Users Mailing List Subject: RE: Handling check for logged-inness using a tag? Ok, better yet, let me drop it on

test

2002-06-04 Thread Thigpen, David
is the list down? DT -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: DTD Question

2002-05-30 Thread Thigpen, David
What do you mean by no access to the web on port 80? One solution might be to run Apache on the same box and serve the DTD files from it: !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN http://localhost/j2ee/dtds/web-app_2_2.dtd; DT -Original Message-

display form bean property

2002-05-23 Thread Thigpen, David
I am able to display form bean values in an input field using the html:text tag. How do I just display the value of a bean property without it being in an input field? I mean JUST display it? I've tried some of the bean tags but always get the message that the bean isn't found. Thanks all

display form bean properties update

2002-05-23 Thread Thigpen, David
I was able to display form bean properties by simply using jsp:usebean and % getProperty() % I'm wondering though if this is the most efficient method since the bean is instantiated anyway within the html:form tag. DT -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

pre-populated form

2002-05-21 Thread Thigpen, David
Before you ask, yes I have serched the archive for answers ;-) My problem is this: I have a page that displays the results of a database inquiry using a custom tag. The user selects one of the displayed entries using a radio button and the selected information gets sent to another action

Installing Apps into WAS 4.0

2002-05-01 Thread Thigpen, David
I recently got two Struts apps (NoosApp, and StrutsExample) working = within the Test Environment in Visual Age 4.0. I was able to get the = StrutsExample installed into a WebSphere 4.0 server (WAS) OK, but can't = seem to get NoosApp to do the same. I think it's dieing when it tries = to