DynaActionForm BUG?

2003-08-14 Thread amind
All the multiboxes have different names. The checkboxes are rendered dynamically. I have checked the names, and the values returned by the multiboxes in the html generated. Everything is fine. Hit a wall when I try to click on 1 multibox( a set of checkboxes ) somehow the date received is taken fr

Validator & multiple message-resources

2004-03-01 Thread amind
Hi, I have successfully used validator with a single message resources file specified in the config file, everything works out fine. Since the project has gotten bigger, i created another message-resource file but when 'required' error happens, the message specifying the field name which is in the

Re: can struts generate strict XHTML

2004-03-08 Thread amind
... http://jakarta.apache.org/struts/userGuide/struts-html.html#html Amin > hi, > > Can Struts actually generate compliant valid XHTML 1.0 > strict markup using the tag? > > If so, which version of Struts to use? > > (http://www.junlu.com/msg/22026.html, but hey, > technologies may change s

Re: Updated Struts-Faces Integration Library

2004-03-08 Thread amind
I think this has already been discussed but anyway, need to decide on the way to go for my next project, whether to stay with struts only or struts with JSF Integration library or all out JSF. Since JSF has already been released, what are the main reasons to still stick with Struts rather than to m

problem with String[]

2003-09-22 Thread amind
In the dynaActionForm i have specified paidAmount as String[]. In jsp, is used. The html:text is in an loop. Somehow the data doesn't want to move to the dynaactionform. What is the best way to do this? Thanks in advance Amin

Re: problem with String[]

2003-09-22 Thread amind
Something to note, i have also in the loop > In the dynaActionForm i have specified paidAmount as String[]. In jsp, > > is used. The html:text is in an loop. > Somehow the data doesn't want to move to the dynaactionform. > > What is the best way to do this? > > Thanks in advance > Amin > > ---

Re: problem with String[]

2003-09-22 Thread amind
Hi, i really need to get this working. anyone experienced the same thing? > Something to note, i have also name="transactionVO" property="transactionId" /> in the > loop > >> In the dynaActionForm i have specified paidAmount as String[]. In jsp, >> >> is used. The html:text is in an loop. >> S

Re: No Error Message But A Blank Page Is Displayed.

2003-09-30 Thread amind
Your missing html:form > My welcome page "is displayed" as the very first > screen without any problem. The page has > and tags, which > test if any registered user has logged on. > > The problem occurred after I filled out username, and > clicked the "Submit" button. Thereafter, the welcome >

Re: No Error Message But A Blank Page Is Displayed.

2003-09-30 Thread amind
You're missing html:form > My welcome page "is displayed" as the very first > screen without any problem. The page has > and tags, which > test if any registered user has logged on. > > The problem occurred after I filled out username, and > clicked the "Submit" button. Thereafter, the welcome

Download images

2003-10-05 Thread amind
Hi, Is there a way to give a user the automatic downloadbox in IE or netscape when it goes to an action class. Example. http://127.0.0.1/image/action/getImage will ask the action class to get an image from db and then return the image to the user. IE/Netscape will automatically show the download s

Validator validation on a String[] field

2003-10-06 Thread amind
Hi, Is there a way to validate a field specified in a org.apache.struts.validator.DynaValidatorForm as a java.langString[]. The field is used by a multibox. Thanks, Amin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: No input attribute for mapping path

2003-11-14 Thread amind
you could set validation="false" > The likely reason is that you are using validation, but you havn't > specified > the page to go to if validation fails. You should specify this with > "input" > attribute of the action that needs validation. > > Caro > > >