Logic:empty tag and Array for SELECT tag

2004-05-15 Thread Tom McCobb
) Tom McCobb - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

html:select onchange question

2004-05-19 Thread Tom McCobb
I have read most of the archived messsages on this subject, and I am still left with questions. Here is my basic problem: When I change the value of the SELECT by selecting a new option, I expect the new value to be set in the form bean. I then want to be able to retrieve the value from the form

RE: html:select onchange question

2004-05-19 Thread Tom McCobb
I got it. The form bean referred to in the stmtDetail.do (DetailForm)is a different one than where the selMtr property lives (HeaderForm), and I just had to loop through a mapping that took me through the HeaderForm first. -Original Message- From: Tom McCobb [mailto:[EMAIL PROTECTED

Getting index value of iteration

2004-06-23 Thread Tom McCobb
I have been pouring over all the posts and how-tos I can find on indexed properties and indexed values in general, and I am just not getting it. Here is what I am trying to do: I have a search page in a section of my main jsp. It returns results into a SELECT, and the chosen item in the SELECT po

RE: Setting html:hidden property using JSTL

2004-06-24 Thread Tom McCobb
I am having the same nagging problem in JBoss3.2.3/Tomcat4.1. ---this works just fine The last line always renders as '' both in the Form property and the request parameter. I checked versions, etc. as detailed earlier in this thread. I'm stumped. Tom McC. -Original

RE: Setting html:hidden property using JSTL

2004-06-24 Thread Tom McCobb
ECTED] Subject: RE: Setting html:hidden property using JSTL Assuming you are using the Struts-EL tag library: Try: robert > -Original Message- > From: Tom McCobb [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 24, 2004 12:05 PM > To: Struts Users Mailing List > Subject: RE:

RE: Getting index value of iteration

2004-06-24 Thread Tom McCobb
Smoak [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 5:46 PM To: Struts Users Mailing List Subject: RE: Getting index value of iteration > From: Tom McCobb [mailto:[EMAIL PROTECTED] > In another section of the page I display an iterated list of > items in a collection. > I am

title attrib equivalent using bean:write or c:out

2004-08-05 Thread Tom McCobb
I would like to display a mouseover title on a data item displayed in the page with bean:write or c:out tags. There is no "title" attribute for either of these tags. What is the best way to do this, preferable without javascript? T. McCobb --

RE: title attrib equivalent using bean:write or c:out

2004-08-05 Thread Tom McCobb
Thanks, works like a charm. -Original Message- From: Slattery, Tim - BLS [mailto:[EMAIL PROTECTED] Sent: Thursday, August 05, 2004 11:04 AM To: 'Struts Users Mailing List' Subject: RE: title attrib equivalent using bean:write or c:out > I would like to display a mouseover title on a data

Struts and Websphere security - best practice

2004-08-09 Thread Tom McCobb
I have a struts app that I am deploying in WebSphere 5.1. Everything works fine, no issues with WAS per se. Now I am trying to activate security and I am running into some bumps in the road. The security setup is simple: With global security enabled on WAS, authenticating against ldap (openldap

RE: Struts and Websphere security - best practice

2004-08-10 Thread Tom McCobb
>One thing to double check is that your welcome page really does do a >*redirect* to sessionStart.do, rather than a . The >latter will not kick in the container managed security, because they >are only applied on the URL that is originally requested from the >client (which will be the one for th

Screen refreshes - struts performance.

2004-09-23 Thread Tom McCobb
a "laundry list" of general struts0-related performance issues that should be reviewed in a struts app? Thanks, Tom McCobb

Dynamic forwards?

2004-09-24 Thread Tom McCobb
I have a scrollable div section on a page displaying detail records. If certain fields on the record are manipulated, I call an update action. When the screen refreshes after the update, the display always repositions on the first record in the div section. If someone is working at the bottom of

Page refresh results in multiple calls to form bean?

2004-09-30 Thread Tom McCobb
I have a templated page. In a detail display section (in Detail.jsp), after an update, I forward back to the main page (call it Master.jsp). I also have a search section (Search.jsp) on the page. I put a log statement in a getter on the Form Bean behind Search.jsp. I notice that when I do somet