RE: Question about logic:iterator, indexId and hidden fields

2004-04-06 Thread Frank Nguyen
I didn't use submit, but URL encode submission for every record should work as well, try this: ' > where index of the vector B is passed to another C.do bean to process assuming C bean can access B bean. -Frank Nguyen > -Original Message- > From:

RE: Why does not work

2004-04-02 Thread Frank Nguyen
tags and do something like > > > value="${param}"/> > > Ofcourse you would need to include those taglibs ( core and -el ). > > But why do you want to set the value as the form bean should populate it > using the > Property ("groupName") of the bean. > >

Why does not work

2004-04-02 Thread Frank Nguyen
I have a form for record updating. To refill a field (called groupName) with a bean's (GROUP_RESULT, saved by setAttribute()) property value, I do: ... ' property="groupName" /> %>'/> I kept getting compilation error: edit_group.jsp(28,93) Attribute value should be quoted at org.apache.

html:link page syntax question

2004-03-29 Thread Frank Nguyen
Hi, I would like to write a simple code like: ... ... where X is String of property 'a' of bean 'A'. Do you know what is the syntax ? I tried something like: but it didn't work. Thanks in advance. -Frank - To un