Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

AsciiFileUpdateProductAction


1 reply to this topic

jesse

jesse
  • Members
  • 7 posts

Posted 16 July 2001 - 15:32

Hi,

Can anyone tell me where I can find the AsciiFileUpdateProductAction.java and PasswordPanel.java files. I would like to make small changes in the files.
I can see only the class file and not the source file.

Using this action I want to set a variable and the value for that variable would be the value what the user enters in the text input component I display. How I can set the above variable with the value the user entered. Can I perform this action. Could someone help me out with this.




robsahm

robsahm
  • Members
  • 15 posts

Posted 20 December 2001 - 22:07

The source for those are not available.  Why dont you just make your own custom bean and have tehm extend the actions you need.  Then you can over-ride the methods you need to changes.