Autocomplete attribute in Struts tags

2006-12-04 Thread grifoxx
Hi I am developing a web application that allow the user to make online payments, so my question is: How can avoid the browser to redisplay or autocomplete an input when a user type in. For instance in firefox the user can see what other users typed before. I know that the html:text or any other

Re: Select row from a Table

2006-10-23 Thread grifoxx
Thank you man.it worked but now I have another question, how can i get the parameter and pass it to an action class. Thank you again... Laurie Harper wrote: > > grifoxx wrote: >> Hi, I created a table using the iterate tag from struts. What I want to >> do is >> t

Select row from a Table

2006-10-23 Thread grifoxx
Hi, I created a table using the iterate tag from struts. What I want to do is to select a row from that table so I have an extra column that has a link called Detail. If the user click on that link I want to display in other page the detail of that row. To do that I need to get the Order number w

Validate two fields

2006-10-06 Thread grifoxx
Hi I am trying to validate to password field so I want to check if they have the same values. This my StrutsValidator Class: package com.sfv; import javax.servlet.http.HttpServletRequest; import org.apache.commons.validator.Field; import org.apache.commons.validator.GenericValidator; import or

Check a multibox dynamically

2006-10-03 Thread grifoxx
Hi, I have a multibox tag that gets the labels and velues from the data base and I also have a bean that contains the data that the user choose. Now I want to check the boxes each time the user wants to update it's preferences. 1. I display the check boxes with the data comming from the data bas