Serialize Form-Beans with a Database. A good strategy?

2005-10-21 Thread gollinger
Ciao, I've planned to transform a Form-Bean to a XML-String and but it into a Databasetable-field, among with others as the user-id or the form-name. Is there anything you can say against this procedure? Ciao Antonio - To unsu

Subapplication -Why does this example not working?

2005-10-20 Thread gollinger
I've defined several modulesn through several struts-config files: for example: config/bde /WEB-INF/struts-config-bde.xml this is a action defined in the struts-config-bde.xml file now i've a jsp in the html_root/bde folder with this action I a

Re:SV: Serializing Form-Beans with XML

2005-10-17 Thread gollinger
ailing List > Emne: Re: Serializing Form-Beans with XML > > > gollinger wrote: > > Hi, > > has someone made experiences in using a > > tool which can serialize Beans to XML-Files > > and works stable and properly. > > For example that can also handle String

Serializing Form-Beans with XML

2005-10-16 Thread gollinger
Hi, has someone made experiences in using a tool which can serialize Beans to XML-Files and works stable and properly. For example that can also handle String Arrays? Nice Greetings Antonio - To unsubscribe, e-mail: [EMAIL PRO

Re:Display checkbox

2005-09-30 Thread gollinger
Ciao Fabio, Dai un'occiata! http://www.geocities.com/Colosseum/Field/7217/SW/struts/errors.html Regards Antonio -- Initial Header --- >From : "Bianchi Fabio" [EMAIL PROTECTED] To : "Struts Users Mailing List" user@struts.apache.org Cc : Date : F

How to implement the onchange event in a html-select?

2005-09-30 Thread gollinger
Hi! I've two html:selects within a form. The selected value of the first determines the possible values in the second select box. Now the onchange-Event fires a client-side Javascript Event. Is it better to change this and put the functionaly in a Java-Class. Would this be possible? Is thi

Validation of input field requires SQL. Better to put it in Form or in Action?

2005-09-20 Thread gollinger
Hi In my HTML-Form I'm sending a number to a action. If the number is valid will be decided by a sql-query. I'm not sure to put this select in the ActionForms validate method or in the action with a corresponding forward. What would be the better way? Thanks for any opinions! --

How to replace normal html-from through html:form in Struts? Example

2005-09-13 Thread gollinger
document.next.submit(); The problem I have is that the form tag in Struts has no name! Why? So how can I execute the java-script? Which name should I use instead? Regards Antonio - To unsubscribe, e-mail: [EMAIL PROTEC

Re: Problem with a Frameset and Struts (replacing frameset with tiles?)

2005-09-08 Thread gollinger
ever little it may be. > > -- > Frank W. Zammetti > Founder and Chief Software Architect > Omnytex Technologies > http://www.omnytex.com > > On Wed, September 7, 2005 2:13 am, gollinger said: > > Hi! > > > > thank you very much for your answer. > &g

Re: Problem with a Frameset and Struts (replacing frameset with tiles?)

2005-09-06 Thread gollinger
etElementById() to make it so, but the basic theory works (I know because > I do this in a prod app I have). > > -- > Frank W. Zammetti > Founder and Chief Software Architect > Omnytex Technologies > http://www.omnytex.com > > On Tue, September 6, 2005 8:32 am, go

Problem with a Frameset and Struts

2005-09-06 Thread gollinger
I have a frameset with two included jsp's. this is the first jsp inside the frameset with validation and errors should be displayed there: Home show group the large problem that I have is that I want the e