cancel
Showing results for 
Search instead for 
Did you mean: 

handling messages and component usage

Former Member
0 Kudos

hi experts ,

i am creating a lots of wd java applications and to handle the eceptions in these i have created a component and this comp has messages in its message pool . Now i need to use this component in other components and access to its message pool .

please guide me in this regard and provide links where i can read on component usage ( tutorials , examples , pdfs etc..).

and tell me is it useful to create a dedicated comp only for messages or suggest any alternative you think better than this apparoch.

thank you.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Do one thing , write all the message in a text file and place that under

src - package .

and using ResourceBundle access the messages from the text file .

murali