Hi,

we still have some properties files in src/config/ , they are not 
maintained and not needed. Shouldn't we remove them?
What about some of the screen modules in jetspeed/modules/screens/ ? I 
replaced EditAccount, Login, NewAccount and ConfirmRegistration by 
respective JSPs, they are not needed any more.
The EditAccount.jsp needs to find some information about the user in the 
request. I added an action "PrepareScreenEditAccount" that does this - 
however you have to make sure that the screen template isn't called without 
executing the action earlier. Another way to solve this would be to still 
have an EditAccount.java (screen) that does all the data processing and 
sets the template name that's used to display the data. I didn't think 
about this possibility earlier because "screen" sounds like View and 
"action" like Controller.
Do you think that would be cleaner?

ingo. 



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/[email protected]/>
List Help?:          [EMAIL PROTECTED]

Reply via email to