cancel
Showing results for 
Search instead for 
Did you mean: 

Need help to solve problems in WSF

joeu
Champ in-the-making
Champ in-the-making
I am using WSF 1.5 to develop our own site. I tried to add a sub menu under a menu with large content say: 'Mandate, Objective and Strategy' and the text comes out of the row.
Can any one tell me where to change the width of menu columns so that it will solve my problem?

I have another doubt:

In the framework, I want to add a login page with user id and password.
Can any one tell me how can I write my own action classes to store and fetch  the data from DB?

Along with this, I want to upload scanned images into it by using WSF. Can any one throw some light on these topics.

I know in document management we can do it but I want it in WSF.

Thanks in advance….
2 REPLIES 2

mt44555
Champ in-the-making
Champ in-the-making
I have the Same Problem.So please tell me How to upload user content to the repository and put the same into work flow for approval (EX:Comments/Suggestions )

yqu
Champ in-the-making
Champ in-the-making
1) The menu is generated by YUI package. You can take a look at views\common\js\yahoo\menu\assets\menu.css and adjust the font size over there.

2) For the login/logout page, you can leverage alfresco Webscript if you still want to use alfresco user management.

For webscript, you can take a look at following wiki

http://wiki.alfresco.com/wiki/Web_Scripts

The service for login is  /api/login.

In the next release of WSF, we will provide an sample implementation of login/logout which will be based on webscripts and Spring MVC.

3) For uploading images, again you can leverage Webscripts.

Yong