[xwiki-users] Fw: Re: html form
Take care , Gabriela Radu :) www.gabrielaradu.com --- On Mon, 6/16/08, Gabriela Radu <[email protected]> wrote: From: Gabriela Radu <[email protected]> Subject: Re: [xwiki-users] html form To: "Tiago Rinck Caveden" <[email protected]> Date: Monday, June 16, 2008, 11:27 AM this is from the page source of the page: <form action="/xwiki/bin/view/Factory/CustomSearch"> <table> <tr> <td> <input type="text" name="text" value="" size="30"/> </td> <td> <input type="submit" value="Search"/> </td> </tr> </table> so it's the same... </form> Take care , Gabriela Radu :) www.gabrielaradu.com --- On Mon, 6/16/08, Tiago Rinck Caveden <[email protected]> wrote: From: Tiago Rinck Caveden <[email protected]> Subject: Re: [xwiki-users] html form To: [email protected] Cc: "XWiki Users" <[email protected]> Date: Monday, June 16, 2008, 11:24 AM It seems the reply only came to me, so I'm sending it to the list again. The HTML generated by XWiki is the same one you wrote? I mean, this snippet you sent is also what your browser gets or is it different? Regards, -- Tiago Rinck Caveden http://caveden.multiply.com On Mon, Jun 16, 2008 at 10:18 AM, Gabriela Radu <[email protected]> wrote: sorry. i have a form. this table is included in a form. Take care , Gabriela Radu :) www.gabrielaradu.com --- On Mon, 6/16/08, Tiago Rinck Caveden <[email protected]> wrote: From: Tiago Rinck Caveden <[email protected]> Subject: Re: [xwiki-users] html form To: [email protected], "XWiki Users" <[email protected]> Date: Monday, June 16, 2008, 11:13 AM On Mon, Jun 16, 2008 at 10:02 AM, Gabriela Radu <[email protected]> wrote: Hello all:) Has anyone a problem like this ? this is my form <table> <tr> <td> <input type="text" name="text" value="$!request.text" size="20"/> </td> <td> <input type="submit" value="Search" /> </td> </tr> </table> but in browser the button "search" is not clickable. have no idea why You must have a form definition somewhere, with the inputs enclosed by it, otherwise the button won't do anything... Regards, -- Tiago Rinck Caveden http://caveden.multiply.com
On Mon, Jun 16, 2008 at 10:27 AM, Gabriela Radu <[email protected]> wrote:
this is from the page source of the page:
<form action="/xwiki/bin/view/Factory/CustomSearch"> <table> <tr> <td> <input type="text" name="text" value="" size="30"/> </td> <td> <input type="submit" value="Search"/> </td> </tr> </table>
so it's the same...
So there is something else messing stuff... this snippet doesn't seem to have any problem... Maybe some style sheet definition overriding properties for the submit button? Just guessing, I don't know.... Regards, -- Tiago Rinck Caveden http://caveden.multiply.com
participants (2)
-
Gabriela Radu -
Tiago Rinck Caveden