Hi Wouter, I tried it there too - but my field is still editable, since there is no readonly-setting in the final HTML-code :-(
After a look into the generated JSP I saw that bpm4struts generates: <html:text name="form" property="artistId" ... readonly="readonly"/> shouldn't that be: <html:text name="form" property="artistId" ... readonly="true"/> ??? TIA, Matthias On Tue, 2004-11-02 at 00:48, Wouter Zoons wrote: > Please also reply to the mailing list > > > -----Original Message----- > > From: Matthias K�spert [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, November 02, 2004 12:44 AM > > To: [EMAIL PROTECTED] > > Subject: RE: [Andromda-user] RE: BPM4Struts modelling question > > > > Hi Wouter, > > > > Point 2 now works fine - thanks for your help! > > > > But I still did have no luck with the readonly setting. Which > > one of the 4 artistId's is the one you mentioned as 'the action > > parameter' to which you applied the tagged-value: > > > > Controller-methods: > > - getArtistData() > > - storeArtist() > > > > Transitions: > > - edit selected artist() > > - store data() > > ? > > > [WZ> ] I added it to the action parameter on the "store data" transition > (there and only there) > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_idU88&alloc_id065&op=click > _______________________________________________ > Andromda-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/andromda-user > ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_idU88&alloc_id065&op=click _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
