problems with nested tag examples

2002-08-01 Thread Fred Livingston
s 1.02 with Websphere Application Studio 4.02 My eventual goal is to make a nested set of radio buttons that returns just ONE element: X --x1 x1a --x1a1 --x2 Y --y1 --y2 Z Thanks for you help, Fred Livingston -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additiona

RE: Are Vectors in a FormAction set to null after a user has submitted a form?

2002-02-01 Thread Fred Livingston
I can't comment on the scope issue; but, I have had similar problems. Think about what is going on. HTML cannot deal with collection and arrays, right. That's why we iterate through them and make our static html page. When the HTML form comes back to the server, the vectors are null because they s

RE: Need help with html:link and passing parameters on the querystring

2002-01-30 Thread Fred Livingston
Hi Kevin: Here is how I used the html:link, but it is used with a bean. This code: Delete produces: http://protege:8080/physiome/delete.do?type=user&userName=JFERNANDEZ basically, it assigns a parmeter called userName the values of the property (parameProperty) from the bean (paramName). If

validation errors are missing - switched platforms

2002-01-24 Thread Fred Livingston
CLASSPATH Fred Livingston, Ph.D. Bioinformatics Scientist Physiome Sciences, Inc. 609 627-7410 (W) 609 987-9393 (F)

help with iterate tag

2001-12-19 Thread Fred Livingston
Hi all: I am having a problem with iterate tags: The following line of code returns a correct result independent of an interate tag: Thus I know the bean has the information I want... But the following gives errors: ... with these errors: Location: /userdisplay.jsp Internal Servlet Erro