Re: [appfuse-user] Issues of forms and menus

2008-10-11 Thread overseastars
I have a worse situation now. That shrinked page, the second one, even doesnt come up.the only result is a totally blank page, fairly white.. Could anyone explain this ??? I'm still waiting for solutions. -- View this message in context: http://www.nabble.com/Issues-of-forms-and-menus-

Re: [appfuse-user] Issues of forms and menus

2008-10-11 Thread overseastars
Hi Matt I did check every line but still couldnt figure out what's that..all looks ok. I dont know whether it is led by the error messaging mechnism...but I guess that drop down list is affected by some scripts. mraible wrote: > > On Sat, Oct 11, 2008 at 8:37 AM, o

Re: [appfuse-user] Issues of forms and menus

2008-10-11 Thread overseastars
n/taglibs.jsp"%> mraible wrote: > > You might want to look at your page and make sure you have well-formed > HTML. > > Matt > > On Sat, Oct 11, 2008 at 8:09 AM, overseastars <[EMAIL PROTECTE

Re: [appfuse-user] Issues of forms and menus

2008-10-11 Thread overseastars
is that it is quit hard to click those drop down menus because it's diffcult to select one of them. http://www.nabble.com/file/p19933348/2.jpg mraible wrote: > > Can you send a screenshot that explains your issue visually? > > Thanks, > > Matt > > On Sat, Oct 11

[appfuse-user] Issues of forms and menus

2008-10-11 Thread overseastars
Hi all I just got troubles in displaying menus. Since I changed auto-generated codes , those drop-down menus become too small to be clicked when a "save" button is pressed. For example, I have a form to fill in but the "name" field which is a required textfield is null. Then the validation faile

Re: [appfuse-user] how to show roles in userList.jsp

2008-09-30 Thread overseastars
} public String getRoles(){ return "test123"; } } overseastars wrote: > > Hi all > > I noticed that the userList.jsp didnt show the roles of each user. I wanna > show the role attribute in the list. Does any

Re: [appfuse-user] how to show roles in userList.jsp

2008-09-29 Thread overseastars
l for more details) > > Bye, > > Peter > > 2008/9/29 overseastars <[EMAIL PROTECTED]> > >> >> Hi all >> >> I noticed that the userList.jsp didnt show the roles of each user. I >> wanna >> show the role attribute in the list. Do

[appfuse-user] how to show roles in userList.jsp

2008-09-28 Thread overseastars
Hi all I noticed that the userList.jsp didnt show the roles of each user. I wanna show the role attribute in the list. Does any genius have ideas on this? Thanks in advance. Regards -- View this message in context: http://www.nabble.com/how-to-show-roles-in-userList.jsp-tp19718548s2369p197185

[appfuse-user] About adding changing roles

2008-09-22 Thread overseastars
Hi I need to use two new roles A and B. I already have had them in my database and I've created two new users for each. in addition, I have a new home page instead of useing default mainMenu.jsp. I need to use this home page as a default page, not a login page, when someone just open the link h

Re: [appfuse-user] problem: both personactiontest and my own test failed

2008-09-18 Thread overseastars
Hi Matt Sorry. I just remembered. My own test actually builds successfully. But it also gives the same nullpointerexception. And that page which I mimic the tutorial to make cant be shown. When I checked that jetty log, it said that Action Mapping blahblah...I do follow tutorial to put the a

Re: [appfuse-user] problem: both personactiontest and my own test failed

2008-09-18 Thread overseastars
Hi Matt I finished that QuickStart. And I just follow that page to go to that official tutorial like the following. At least I succeeded in the step 1 and 2. 1. Create a Person Entity. 2. Create a PersonDao in Hibernate, iBATIS or JPA. 3. Create a PersonManager to act as a service faca

Re: [appfuse-user] problem: both personactiontest and my own test failed

2008-09-18 Thread overseastars
Hi Matt I'm using that 2.0.2 version according to this tutorial http://appfuse.org/display/APF/AppFuse+QuickStart. I dont know where the complete code is.I'm using that struts2 basic and already changed it to full-source. -- View this message in context: http://www.nabble.com/problem%3A

[appfuse-user] problem: both personactiontest and my own test failed

2008-09-18 Thread overseastars
Hi I'm doing the appfuse tutorial. I got a problem with that PersonActionTest. it always throws a nullPointerException and never passed. And also I wrote my own actiontest which mimics the tutorial. it failed too. Can someone help me out? This is seriously bad to me because my project is delayed