| Author |
what if I want to write to chooser file rather message the message2=...?
|
Leonidas Savvides
Ranch Hand
Joined: Jan 31, 2010
Posts: 397
|
|
can you help?
what if I want to write to chooser file rather message the message2?
what obj type I must create?
|
 |
pete stein
Bartender
Joined: Feb 23, 2007
Posts: 1561
|
|
Leonidas Savvides wrote:can you help?
what if I want to write to chooser file rather message the message2?
what obj type I must create?
Perhaps it's me, but I'm having a tough time understanding just what you're asking here. Could you clarify things a bit? Please read the link TellTheDetails for more information on what information we need to be able to give you an intelligent answer.
Much luck!
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8576
|
|
pete stein wrote:Perhaps it's me, but I'm having a tough time understanding just what you're asking here.
+1
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
Leonidas Savvides
Ranch Hand
Joined: Jan 31, 2010
Posts: 397
|
|
|
I mean in message.write(writer); // message must be textfield or textarea , correct ...? what if rather save a textarea only content, SAVE plus some textfields in the same file? how to convert String to obj appropriate for yyyyy.write(writer); // ???
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
|
|
|
Use writer.write(String). Don't forget to add newline characters (System.getProperty("line.separator")) yourself.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: what if I want to write to chooser file rather message the message2=...?
|
|
|