> What do the param* attributes have to do with it? Do
> you need query
> parameters as part of the img URL? From what you
> show above it doesn't
Just understood that the param* attributes are for
adding query parameters as part of the URL.
> look like it. Have you tried this:
>
>
Tr
vijay wrote:
I actually have a jsp page where I am displaying the
"Product details", like the product name, its cost and
various other information about the product. Along
with it, I also have to display the picture of the
product.
I am passing the product_id in the query string. From
this, I ge
Well if you want to edit the data for the row, you can put a link in one or
more cells in the row to an action that fetches that one row and populates a
form that then posts to another action that saves the changes and forwards
to the action that displays the rows.
If that's what you want to do, t
Carl,
Check the CactusStrutsTestCase javadoc. You should use
verifyTilesForward instead of verifyForward(). There is also a
verifyInputTilesForward() too.
-Richard
Carl Smith wrote:
Is there any helps here? Thank you in advance.
Carl Smith <[EMAIL PROTECTED]> wrote:
I am sorry for this a l
HI All,
can somebody give me a hint if I can combine DisplayTag Library with CRUD
Action. I want to show a list as a table using DÃsplay tag library. But I
want that a user can choose a row in the table an edit the content of the
chosen row.
TIA
Richard Markham
How do we build dynavalidator forms that have as one of their fields another
dynavalidator form?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
It is the same behavior if I remove the locale attribute.
I also found no valid javascript in the page :