Re: Does Struts 2 solve the action chaining problem?

2006-11-29 Thread Yujun Liang
ffer, particularly in the View Controller feature. Not only does the View Controller functionality support the setup scenario (via the prerender() callback method on the ViewController interface), it also supports cleaning up *after* the view has been rendered, via the destroy() callback. Craig -- Yujun Liang [EMAIL PROTECTED]

Re: Problem using LookupDispatchAction

2006-11-25 Thread Yujun Liang
choose the method to be executed. It doesn't care what the button text is. -- Wendy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Yujun Liang [EMAIL PROTECTED]

Re: Upgrading Struts 1.0

2006-11-04 Thread Yujun Liang
to the latest - but > there are links on each version of the release notes, back to the > previous version. So you can navigate back through to Struts 1.0: > > http://struts.apache.org/1.x/userGuide/release-notes.html > > Niall ----

Re: struts2 action and spring bean

2006-11-04 Thread Yujun Liang
You got to use as many technologies as possible, so your resume looks good. :) On 11/3/06, Lixin Chu <[EMAIL PROTECTED]> wrote: > > just curious, what's the benifits of configuring Struts Actions in Spring > ? isn't Struts config file enough ? > -- Yujun Liang [EMAIL PROTECTED]

Re: How to make dropdown box editable.

2006-11-03 Thread Yujun Liang
om _ 免费下载 MSN Explorer: http://explorer.msn.com/lccn ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Yujun Liang [EMAIL PROTECTED]

Re: How to make a SELECT list readonly? If set disabled, loses the value when submit.

2006-11-03 Thread Yujun Liang
EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Yujun Liang [EMAIL PROTECTED]

Re: Select row from a Table

2006-10-28 Thread Yujun Liang
-- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Yujun Liang [EMAIL PROTECTED]

Re: question about DWR integration

2006-10-28 Thread Yujun Liang
y, you can use this in the context of the DWR Servlet (i.e. remote class), so it will have to be implemented for each remote bean. I was sort of hoping for a generic solution. Thanks for your reply, Lig >From: "Yujun Liang" <[EMAIL PROTECTED]> >Reply-To: "Struts Users

Re: form bean with composition, is it possible?

2006-10-25 Thread Yujun Liang
Sent from the Struts - User mailing list archive at Nabble.com. -- Yujun Liang [EMAIL PROTECTED]

Re: question about DWR integration

2006-10-25 Thread Yujun Liang
L PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > _ Find a local pizza place, music store, museum and more…then map the best route! http://local.live.com?FORM=MGA001 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Yujun Liang [EMAIL PROTECTED]

Re: Debugging struts applications with eclipse

2006-10-25 Thread Yujun Liang
Regards, Ulrich - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Yujun Liang [EMAIL PROTECTED]

Re: calling method of a bean from JSP

2006-09-18 Thread Yujun Liang
I only used String as key. public Object getStringMapped(String key) { return map.get(key); } public void setStringMapped(String key, Object value) { map.put(key, value); } Regards On 9/18/06, Lixin Chu <[EMAIL PROTECTED]> wrote: On 9/17/06, Yujun Liang &

Re: calling method of a bean from JSP

2006-09-17 Thread Yujun Liang
otify the sender. ** - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Yujun Liang [EMAIL PROTECTED]

Re: Splitting validation.xml

2006-08-25 Thread Yujun Liang
r by default, so there may be a way to get it to do the same for your validation rules files too, but you'll have to dig in the code a bit to find out, unless someone else can offer suggestions. L. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Yujun Liang [EMAIL PROTECTED]

Re: tabs is struts

2005-12-12 Thread Yujun Liang
Tiles is needed for option 1, but I am not sure if it is still needed if using Struts-Layout. On 12/13/05, Jim Douglas <[EMAIL PROTECTED]> wrote: > > Can this be done easily with Tiles? > > > >From: Yujun Liang <[EMAIL PROTECTED]> > >Reply-To: "Struts

Re: tabs is struts

2005-12-08 Thread Yujun Liang
> > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -- Yujun Liang [EMAIL PROTECTED]

Re: problem with struts-config and web.xml

2005-12-07 Thread Yujun Liang
orge > >http://www.idiacomputing.com > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Yujun Liang > [EMAIL PROTECTED] -- Yujun Liang [EMAIL PROTECTED]

Re: problem with struts-config and web.xml

2005-12-07 Thread Yujun Liang
e two). The promoted build should > be made from a tagged set of files in your version control system. > > - George >http://www.idiacomputing.com > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yujun Liang [EMAIL PROTECTED]

Re: Session problem

2005-12-06 Thread Yujun Liang
all an action, a session is > created. This is a problem because when I want to gracefully shut down > my server, it complains that I still have an active session. Is there a > way to configure Struts so that it does not create a session when an > action is called? > > > > Tha

Re: nested c:forEach tag question

2005-12-06 Thread Yujun Liang
n the outer loop is for the indexId attribute. > > > > Thanks, > > Scott > > > > Virtual Systems International, Inc. > 1400 Crescent Green / ste. 215 > Cary, NC 27511 > > Phone: (919) 319-0888 > Fax: (919) 319-0884 > [EMAIL PROTECTED] > www.virtual-systems.com <http://www.virtual-systems.com/> > > > > > -- Yujun Liang [EMAIL PROTECTED]

Re: How do you prepopulate a form bean with arguments from a hype rlink?

2005-12-05 Thread Yujun Liang
intended recipient, > Please notify the sender and delete all copies. > We may monitor email to and from our network. > > > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yujun Liang [EMAIL PROTECTED]

Re: Parameter of ActionMessage...

2005-12-05 Thread Yujun Liang
> # In ressources.properties file > > > >error.field.mandatory = The field '{0}' is mandatory > > > >label.name = Your Name > > > > > > > > I want the following result : "The field 'Your Name' is >

Re: How to implement a time-driven use case

2005-12-04 Thread Yujun Liang
-- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yujun Liang [EMAIL PROTECTED]

Re: [struts-faces] weird JSPException converting Tiles layout

2005-12-04 Thread Yujun Liang
gt; (OpenSessionInViewFilter.java:172) > > > > at > > org.springframework.web.filter.OncePerRequestFilter.doFilter( > OncePerRequestFilter.java:76) > > > > at > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter( > ApplicationFilterChain.java:202) > > > > at > > org.apache.catalina.core.ApplicationFilterChain.doFilter( > ApplicationFilterChain.java:173) > > > > at > > org.apache.catalina.core.StandardWrapperValve.invoke( > StandardWrapperValve.java:213) > > > > at > > org.apache.catalina.core.StandardContextValve.invoke( > StandardContextValve.java:178) > > > > at > > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java > :126) > > > > at > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java > :105) > > > > at > > org.apache.catalina.core.StandardEngineValve.invoke( > StandardEngineValve.java:107) > > > > at > > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java > :148) > > at > > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java > :856) > > at > > > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection > (Http11Protocol.java:744) > > > > at > > org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket( > PoolTcpEndpoint.java:527) > > > > at > > org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt( > LeaderFollowerWorkerThread.java:80) > > > > at > > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run( > ThreadPool.java:684) > > > > at java.lang.Thread.run(Thread.java:613) > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yujun Liang [EMAIL PROTECTED]

Re: [FRIDAY] Struts 1.x is Struts Classic after all

2005-12-04 Thread Yujun Liang
ay not make sense but it does to me and I find related: > > "I think Bass is best beer". Anyone who drinks other lesser beers, is > > lesser than me. :-) Where's the Miller girls in the fountin? > > Note, this is an illustration, if you don't have Bass in your fridge, > > I'll drink what you have in the fridge, realy!) > > > > .V > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > -- > Frank W. Zammetti > Founder and Chief Software Architect > Omnytex Technologies > http://www.omnytex.com > AIM: fzammetti > Yahoo: fzammetti > MSN: [EMAIL PROTECTED] > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yujun Liang [EMAIL PROTECTED]

Re: [Definitely OT] JSTL problem in Websphere

2005-12-01 Thread Yujun Liang
t; sounds like the recipe for a disaster to me with Websphere involved). > But that's a problem for tomorrow :) > > Frank > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yujun Liang [EMAIL PROTECTED]

Re: Tabbed panes in struts

2005-12-01 Thread Yujun Liang
> >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > >-- > >-

Re: OT: OutOfMemory

2005-11-28 Thread Yujun Liang
a.policy > > > > > > > > > > > > > > > > > > > > > > > > > > > > > - > > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > >

Re: OT: OutOfMemory

2005-11-28 Thread Yujun Liang
; > > > > > > > > > > > - > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > &

Re: OT: OutOfMemory

2005-11-28 Thread Yujun Liang
t; > > > > > > > > > > > > > > > > > > > > - > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > &g

Re: OT: OutOfMemory

2005-11-28 Thread Yujun Liang
t; > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yujun Liang [EMAIL PROTECTED]

Re: OT: OutOfMemory

2005-11-28 Thread Yujun Liang
--- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > ----- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yujun Liang [EMAIL PROTECTED]

Re: struts-faces and Tiles

2005-11-23 Thread Yujun Liang
ilterChain.doFilter( > ApplicationFilterChain.java:173) > > > > at > > org.apache.catalina.core.StandardWrapperValve.invoke( > StandardWrapperValve.java:213) > > > > at > > org.apache.catalina.core.StandardContextValve.invoke( > StandardContextValve.java:178) > > > >

Re: Upgrade from struts1.0 to 1.2

2005-11-22 Thread Yujun Liang
. :) Regards On 11/23/05, Ted Husted <[EMAIL PROTECTED]> wrote: > > On 11/22/05, Yujun Liang <[EMAIL PROTECTED]> wrote: > > but I can't find in any document about the removal of the > tag, > > anybody found that entry? > > The template taglib was &quo

Re: Upgrade from struts1.0 to 1.2

2005-11-22 Thread Yujun Liang
up to read, ad supported; try broadband > > internet. ~~1131632395152~~ > > -- > > -- > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yujun Liang [EMAIL PROTECTED]

Re: How would you solve this problem?

2005-11-22 Thread Yujun Liang
o an object and pass it to a callback, > > and just include that function in each popup? > > L. > > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yujun Liang [EMAIL PROTECTED]

Re: How would you solve this problem?

2005-11-21 Thread Yujun Liang
sounds horrendous, and I'm not sure why you'd need it. I might be > missing something, but why can't you write one Javascript function that > knows how to serialize a form into an object and pass it to a callback, > and just include that function in each popup? > > L. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yujun Liang [EMAIL PROTECTED]

Re: [Help] I18N does not work and I think I have tried all ....

2005-11-17 Thread Yujun Liang
ds On 11/18/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > > Globals.LOCALE_KEY is a String constant with the value > "org.apache.struts.Globals.LOCALE_KEY" so yes, the hashcode would be the > same in either case. That's not it... > > L. > > Yuj

Re: [Help] I18N does not work and I think I have tried all ....

2005-11-17 Thread Yujun Liang
Chinese. But I do not see this : > > > > is this ok ? > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yujun Liang [EMAIL PROTECTED]

Re: Using Dates in a ActionForm

2005-11-16 Thread Yujun Liang
:811) > at org.apache.commons.beanutils.BeanUtils.populate(BeanUtils.java:298) > at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:493) > at org.apache.struts.action.RequestProcessor.processPopulate( > RequestProcessor.java:805) > at org.apache.struts.action.RequestProce

Re: Using Dates in a ActionForm

2005-11-16 Thread Yujun Liang
) > at org.apache.commons.beanutils.BeanUtils.populate(BeanUtils.java:298) > at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:493) > at org.apache.struts.action.RequestProcessor.processPopulate( > RequestProcessor.java:805) > at org.apache.struts.action.RequestProce

Re: Wizard page "data corruption"

2005-11-16 Thread Yujun Liang
gure out what was wrong > >>>>(obvious in retrospect, but one of those "tricky at the time" problems > >>>>to solve). > >>> > >>> > >>>I don't see right away how does this matter if you have separate > >>>submits from a browser each time. Also would not matter if you > >>>redirect between pages and don't intentionally stuff values into > >>>redirected request. Redirected request comes clean, so same fields or > >>>not - does not matter. This is why my two-phase request processing > >>>works: POST comes with input data, form is populated, then I redirect > >>>to the same action again, GET comes clean, form is not updated because > >>>request contains no data. > >>> > >>>Forwarded request brings all input data with it, and Struts applies > >>>this data to another form. Been there ;) > >>> > >>>Michael. > >>> > >>>- > >>>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>>For additional commands, e-mail: [EMAIL PROTECTED] > >>> > >>> > >>> > >>> > >> > >> > > > > -- > Frank W. Zammetti > Founder and Chief Software Architect > Omnytex Technologies > http://www.omnytex.com > AIM: fzammetti > Yahoo: fzammetti > MSN: [EMAIL PROTECTED] > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yujun Liang [EMAIL PROTECTED]

Re: Using Dates in a ActionForm

2005-11-16 Thread Yujun Liang
Here is some replies when I asked the same question before, hope it helps. Regards - Original Message - From: "JEROME RAULINE" <[EMAIL PROTECTED]> To: "Yujun Liang" <[EMAIL PROTECTED]> Sent: Friday, October 28, 2005 6:53 PM Subject: java.util.Date in Ac

Re: No getter method servlet Exception. using DynaActionForm

2005-11-16 Thread Yujun Liang
d, 16 Nov 2005 11:06:56 -0500 > >>>> > >>>> fea jabi wrote: > >>>> > >>>>> When I debug after > >>>>> DynaActionForm setupForm = (DynaActionForm) form; > >>>>> > >>>>> my setupForm is null > >>>> > >>>> > >>>> > >>>> Is your struts config as you posted earlier? i.e., the "name" > >>>> attribute refers to a Dyna form that doesn't exist in the > >>>> "form-beans" section? That won't work. > >>>> > >>>>> ModuleConfig moduleConfig = > >>>>> > >>>>>>>> RequestUtils.getModuleConfig(request, > >>>>>>>> getServlet().getServletContext()); > >>>>>>>> FormBeanConfig formConfig = > >>>>>>>> moduleConfig.findFormBeanConfig("CustForm"); > >>>>>>>> DynaActionFormClass dynaClass = > >>>>>>>> DynaActionFormClass.createDynaActionFormClass(formConfig); > >>>>>>>> > >>>>>>>> try { > >>>>>>>> setupForm = (DynaActionForm)dynaClass.newInstance(); > >>>>>>> > >>>>>>> > >>>>>>> > >>>>> > >>>>> one of the user suggested that when I initialize a form-property in > >>>>> struts-config using initial="true" > >>>>> I have to use the above to prepopulate the form. > >>>>> > >>>>> is this right?? Am I using at the right place. > >>>> > >>>> > >>>> > >>>> If Struts is configured the form will have already been created on > >>>> entry to the Action. > >>>> > >>>> I think you need to back up a step and check your configuration. If > >>>> you post the relevent sections again as they exist now we might be > >>>> able to help you better. > >>>> > >>>> Right now things are wrong, and I find it highly unlikely you would > >>>> _ever_ need or want to instantiate a form inside an Action. > >>>> > >>>> Dave > >>>> > >>>> > >>>> > >>>> - > >>>> To unsubscribe, e-mail: [EMAIL PROTECTED] > >>>> For additional commands, e-mail: [EMAIL PROTECTED] > >>>> > >>> > >>> _ > >>> Don't just search. Find. Check out the new MSN Search! > >>> http://search.msn.click-url.com/go/onm00200636ave/direct/01/ > >> > >> > >> > >> > >> - > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > > > > _ > > Express yourself instantly with MSN Messenger! Download today - it's > > FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yujun Liang [EMAIL PROTECTED]

Re: OT: Best AJAX framework

2005-11-10 Thread Yujun Liang
; > Ben Kim > > Developer > > http://benix.tamu.edu > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yujun Liang [EMAIL PROTECTED]

Re: [OT] [LYNCHMOB]Re: Picking a framework

2005-11-09 Thread Yujun Liang
default things in my > app resources, creates a JSP tile chunk and creates a tile definition, > etc. There's still stuff to do, but not as much as before, and it keeps > you from forgetting Really Important Stuff. > > Believe me, I have little love for the .NET development expe

Re: Upgrade from struts1.0 to 1.2

2005-11-09 Thread Yujun Liang
ion of struts. > > Shawn D. Garner > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Yujun Liang > Sent: Wednesday, November 09, 2005 6:27 AM > To: Struts Users Mailing List > Subject: Re: Upgrade from struts1.0 to 1.2 > >

Re: Tiles: nesting one template inside another?

2005-11-09 Thread Yujun Liang
23 > 8000, or > via e-mail return. If you have received this e-mail in error or wish to > read our > e-mail disclaimer statement and monitoring policy, please refer to > http://www.drkw.com/disc/email/ or contact the sender. 3167 > > > > > -- Yujun Liang [EMAIL PROTECTED]

Re: Upgrade from struts1.0 to 1.2

2005-11-09 Thread Yujun Liang
-- > Broadband interface (RIA) + mail box saftey = http://Struts_User_List.roomity.com";>Struts_User_List.roomity.com > *Your* clubs, no sign up to read, ad supported; try broadband internet. > ~~1131532957387~~ > > ---- > > -- Yujun Liang [EMAIL PROTECTED]

Re: Validator and Tiles files missing in site

2005-11-09 Thread Yujun Liang
struts-core/userGuide/dev_validator.html are > missing. Links to it are provided in the Struts core home page and user > guide. > > -- > rgds > Antony Paul > http://www.geocities.com/antonypaul24/ > > -- Yujun Liang [EMAIL PROTECTED]

Re: (HELP) Struts - Oracle Database Connectivity Using DBCP connection Pooling

2005-11-08 Thread Yujun Liang
rying for long time , but i cant get any working solution > > help me out > > Thanks in advance > Mohan > > > > ----- > Yahoo! FareChase - Search multiple travel sites in one click. > -- Yujun Liang [EMAIL PROTECTED]

Re: java.util.Date in Action Form Bean

2005-11-08 Thread Yujun Liang
ing I just wanted to re-use some assets, but it turns out some idea is not feasible, even it is doable. Thanks. On 11/9/05, Hubert Rabago <[EMAIL PROTECTED]> wrote: > > On 11/8/05, Yujun Liang <[EMAIL PROTECTED]> wrote: > > in Struts, you can define > > type="org.a

Re: MessageResources.properties escape character

2005-11-08 Thread Yujun Liang
where it is quoted? If so, try surrounding > it with single quotes instead of double quotes. > > L. > > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yujun Liang [EMAIL PROTECTED]

Re: java.util.Date in Action Form Bean

2005-11-08 Thread Yujun Liang
h (DD MMM YYYY) Salary Hire (DD.MM.) Thanks. On 11/4/05, Yujun Liang <[EMAIL PROTECTED]> wrote: > > Hubert, > > Good morning! ( Since I am sending it from Australia.) > > I am reading the document on formDef, it is such a nice plugin so why > don't you

Re: How to create my own LOCALE Object in Session Listener

2005-11-07 Thread Yujun Liang
s ? Does Struts have any mechanism to create such > an object ? > > Kind Regards, > Lukasz > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yujun Liang [EMAIL PROTECTED]

Re: Resource Bundle Problem...

2005-11-07 Thread Yujun Liang
ts... > > Regards, > Shailesh Barde > -- Yujun Liang [EMAIL PROTECTED]

Re: struts-validator.tld question

2005-11-06 Thread Yujun Liang
alidator.tld file anywhere. I am unsure of exactly what I > am > looking for here. Could someone give me some guidance on this? > > -- Yujun Liang [EMAIL PROTECTED]

Re: java.util.Date in Action Form Bean

2005-11-03 Thread Yujun Liang
t get in the way of one another. > > Hubert > > On 11/2/05, Yujun Liang <[EMAIL PROTECTED]> wrote: > > Hubert, your input is quite valuable. But I just wonder this suppose to > be > > handled by Struts itsself, > > > > You may also place a bean inst

Re: [announce] html2 Tag Library experiment

2005-11-02 Thread Yujun Liang
the converter base on locale? Thanks On 11/3/05, Yujun Liang <[EMAIL PROTECTED]> wrote: > > Ted, > > Here is what I read from Struts document, > > You may also place a bean instance on your form, and use nested property > references. For example, you might have a "c

Re: [announce] html2 Tag Library experiment

2005-11-02 Thread Yujun Liang
st popular "extras". > > -Ted. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yujun Liang [EMAIL PROTECTED]

Re: [OT] Trick or Treat? (aka +1 for Struts)

2005-11-02 Thread Yujun Liang
eads > > > > * http://www.theserverside.com/news/thread.tss?thread_id=37365 > > > > -- HTH, Ted. > > http://www.husted.com/poe/ > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -- Yujun Liang [EMAIL PROTECTED]

Re: [OT] [HTML] Jsp page size

2005-11-02 Thread Yujun Liang
virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.1.362 / Virus Database: 267.12.7/154 - Release Date: 1/11/2005 > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yujun Liang [EMAIL PROTECTED]

Re: lookupdispatchaction and validator

2005-11-02 Thread Yujun Liang
ote: > > hello, > I'm trying to use validator with lookupdispatchaction, it will be great to > generate the client JS validation. > Have you any links, samples? > Thanks in advance > > -- > Regards > Arnaud Gonzales. > > -- Yujun Liang [EMAIL PROTECTED]

Re: java.util.Date in Action Form Bean

2005-11-02 Thread Yujun Liang
your fields formatted, including dates > and numbers, and use FormDef's conversion methods in place of > BeanUtils. > > Hubert > > On 10/31/05, Yujun Liang <[EMAIL PROTECTED]> wrote: > > Laurie, > > > > Thanks for all the replies. > > > > Ca

Re: How to get the original URI from taglib?

2005-10-30 Thread Yujun Liang
I was http://localhost:8080/abcdef.do I would like to > get /abcdef.do. > > I use tc-5.5.12. > > Zsolt > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yujun Liang [EMAIL PROTECTED]

Re: Struts Validation Rule for Single Java Bean form-property

2005-10-29 Thread Yujun Liang
> Subject: Re: Struts Validation Rule for Single Java Bean form-property > > > > Yujun Liang wrote: > >> Laurie, > >> > >> Thanks for the suggestion, just let you know I tried that and it seems > >> not working, thus I am not sure whether this can be enh

Re: Struts Validation Rule for Single Java Bean form-property

2005-10-28 Thread Yujun Liang
example, it can't handle Locale and java.util.Date which I sent out another seperate email and you replied as well. But the Bean Population is handled by Struts so I can't register my converter unless I modify common BeanUtil. Thanks. Regards Yujun Liang [EMAIL PROTECTED] (040

Re: java.util.Date in Action Form Bean

2005-10-27 Thread Yujun Liang
ke this, type="org.apache.struts.validator.DynaValidatorForm"> Regards Yujun Liang [EMAIL PROTECTED] (0408) 467 448 - Original Message - From: "Murray Colli

Struts Validation Rule for Single Java Bean form-property

2005-10-27 Thread Yujun Liang
Hello, I define a single Java Bean Form Bean, do you know how to define the validation rule? Thanks. Regards Yujun Liang [EMAIL PROTECTED] (0408) 467 448 1. Form Bean Definition, 2. Java Bean, package com.mycompany.myproject.bean; import java.io.Serializable; import

java.util.Date in Action Form Bean

2005-10-27 Thread Yujun Liang
e. Do you have experience getting java.util.Date populated in a Java Bean inside a FormBean? Thanks in advance. Regards Yujun Liang [EMAIL PROTECTED] (0408) 467 448 1. Form Bean Definition, 2. Java Bean, package com.mycompany.myproject.bean; import java.io.Serializable; import java.sql