Ideas...

 Hi,
 
Maybe i'm not on the correct list... but...
 
I've met with some issues during the usage...
 
Struts:
for action codes (use cases, ) *impl.java does not be(?) generated. So you can not implement your own code into an action. Eg.: you must change the language of the program (resource file change). you do it by setLocation(...) it could be done in the actions...  - am i wrong? Now it is difficult to handle (i can modify the generator as well, or I can use othet trick)
 
Regarding the custom code:
What do you think about a new tagged value to create / do not create the *Impl.java file? With that we could turn off the uneccessary class generation...
 
Regarding the location change:
now you can set the defaultTime/Date format, but this setting is static due the application. If you change the language, this will use the same format. Is it possible/ could you change the code generation to get the specific date/time/etc format from the application-resource.properties?
 
Anyway how can you access the login name of the currently authenticated user from a controller or anywhere?
 
Thx.:
Balazs
 
 

Reply via email to