Re: display image, image path in database

2005-09-25 Thread vijay
> 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

Re: display image, image path in database

2005-09-25 Thread Laurie Harper
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

RE: Using DisplayTag with CRUD Capability

2005-09-25 Thread Michael Oliver
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

Re: CactusStrutsTestCase working problem with tiles extension

2005-09-25 Thread Richard Yee
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

Using DisplayTag with CRUD Capability

2005-09-25 Thread R. Markham
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

Nested Dynavalidator forms

2005-09-25 Thread raghu
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]

Re: xhtml 1.1 strict & lang attributes

2005-09-25 Thread Xavier Vanderstukken
It is the same behavior if I remove the locale attribute. I also found no valid javascript in the page :