Re: Struts messages are not displayed in JSP

2004-09-08 Thread Javen Fang
on" > href="TemplateManagerAction.do?method=View" > paramId="name" paramProperty="name"/> >property="category" sortable="true" > href="TemplateManagerAction.do?method=

Re: JSTL Tag problem!!

2004-08-28 Thread Javen Fang
s in the page as "${sessionScope.SurveyCreateForm.surveyTitle}" > > > > Any clues? > > > > thanks, > > Ramkumar > > > > > -- > Best regards, > > Can Zheng > > ----

Re: Debugging jsp file in IDE?

2004-07-31 Thread Javen Fang
In my opinion, it seems netbeans,and I am not familiar with it. On Sun, 1 Aug 2004 02:32:05 +0800, Javen Fang <[EMAIL PROTECTED]> wrote: > bersoy, > > Your IDe 3.0.5 refer to ?? > > netbeans ? or eclipse ? > > if eclipse , lomboz plugin can suit your need, and i

Re: Debugging jsp file in IDE?

2004-07-31 Thread Javen Fang
bersoy, Your IDe 3.0.5 refer to ?? netbeans ? or eclipse ? if eclipse , lomboz plugin can suit your need, and it is free. lomboz is also step throgh files generated by jsp. On Fri, 30 Jul 2004 09:28:47 +0100, Robert Shields <[EMAIL PROTECTED]> wrote: > Hi > > There are two plugins that I ha

Re: Struts, JSF, FLEX and the Future of Interface Design

2004-07-31 Thread Javen Fang
hi, Vic Cekvenich please show me you private yahoo group, and I am interested in Flex. thanks! javen On Thu, 29 Jul 2004 23:32:38 -0500, Vic Cekvenich <[EMAIL PROTECTED]> wrote: > I spent many months on flex beta, etc, and have lauched production RIA apps. > I found Flex slow (not RIA) on non-

Re: JBuilder X/Struts 1.2 Users heads up

2004-07-31 Thread Javen Fang
So Great ! On Fri, 30 Jul 2004 23:40:42 -0400, Joe Hertz <[EMAIL PROTECTED]> wrote: > If youre using JBuilder X (Enterprise or Developer), Struts 1.2.X, and > wondering why the "Struts Converter Wizard" for JSP's wasn't working, > here's the answer. > > It's dependent on *all* of the Struts tagl

Re: The Pager in Provided by the jsptags.com

2004-07-02 Thread javen fang
hi, i seems that the new struts user mailing list is: [EMAIL PROTECTED] --- Caroline Jen <[EMAIL PROTECTED]> wrote: > I am trying to use the paging provide by > http://jsptags.com/tags/navigation/pager > > I got an error: This absolute uri > (http://jsptags.com/tags/navigation/pager) cannot be

Where to get struts 1.2 build?

2004-07-02 Thread javen fang
hi, everyone: Tt seems that someone is using struts 1.2,but I cannot find struts 1.2 build at struts.apache.org. I have seen that the nighty builds. And can anyone tell me what features struts 1.2 have? thanks, javen __ Do you Yahoo!? Ya

Re: How to implements Role Based Access Control in Struts ?

2004-06-24 Thread javen fang
. thanks all the same. Can you give me another advice? - javen fang --- Bill Siggelkow <[EMAIL PROTECTED]> wrote: > If container-managed security is to limiting for you > but you still want > to use the tag then you > might want to look > into S

How to implements Role Based Access Control in Struts ?

2004-06-23 Thread javen fang
Hi , all: I have queried this mailing list, and I get some discusses about RBAC ( Role Based Access Control ) in struts. I understand that in JSP page and "role" attribute in ActionMapping are all prepared with Container Management Access Control, etc, JDBCRealm. But it seems that what I need is

Re: jstl trouble

2004-06-20 Thread javen fang
this is in struts mailing list, and you MUST be using Struts So in struts, we avoid to use scriptlets in JSP page. All your data is prepared in struts Action --- Pavlikus <[EMAIL PROTECTED]> wrote: > Hello all. > > <% > UserSessionInfo info = (UserSessionInfo) > > session.getAttribut

Re: where to call the DAO

2004-06-20 Thread javen fang
In your Action where JSP comes from. In Action get the list from DAO, and request.setAttribute, and in the JSP use --- sougata <[EMAIL PROTECTED]> wrote: > Hi All > I am working with struts framework.I have a JSP page > (index,jsp) here I am > population a Dropdown from database.Where to > popu