Open A New Page In the Server Side

2008-03-06 Thread chenshibing
Hi, all: I have a question to ask: is it possible to open a new browser page in the server side instead of using form.target="__blank"? User submits a form then the server side codes do some validations. If the form valid, a new page is return for printing, or the original page is returned with

答复: 答复: Radio Buttons in Struts

2007-07-25 Thread chenshibing
A bit strange, it does work in my test app. Crazyreal -邮件原件- 发件人: merryba [mailto:[EMAIL PROTECTED] 发送时间: 2007年7月26日 9:27 收件人: user@struts.apache.org 主题: Re: 答复: Radio Buttons in Struts It doesn't work .Still I am not getting as one of the radio buttons to be selected by default. Real

答复: Radio Buttons in Struts

2007-07-25 Thread chenshibing
As following: Crazyreal -邮件原件- 发件人: merryba [mailto:[EMAIL PROTECTED] 发送时间: 2007年7月26日 7:13 收件人: user@struts.apache.org 主题: Radio Buttons in Struts Hi, Please I am newbie to Sruts2. I want the radio button to display "Male" as the selected one. How can I do it? Please help me.

答复: [S2]struts2 validation error message problem

2007-07-17 Thread chenshibing
You should modify your bean definition, If you’re using spring 2.0.x, …. Spring 1.xx That ensure a new action was constructed every time a new request was sent, not a singleton Action bean. Crazyreal _ 发件人: 钟原froast [mailto:[EMAIL PROTECTED] 发

答复: [Struts 2] Tiles plugin tuto rial?

2007-07-09 Thread chenshibing
Neil: Your should extend package tiles-default and use tiles result type, as following: tiles.definition Package tiles-default was defined in struts2-tiles-plugin.jar, plz check the struts-plugin.xml config file. Best wishes! Crazyreal -邮件原件- 发件人:

答复: Struts 2 displaying message from resource bundle

2007-07-03 Thread chenshibing
Actually, I didn't understand why you gave a key attribute. Meanwhile, you should change to Crazyreal -邮件原件- 发件人: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 发送时间: 2007年7月3日 18:01 收件人: Struts Users Mailing List 主题: Struts 2 displaying message from resource bundle HI Using Struts 2

Struts2 xslt can't work under oc4j

2007-06-25 Thread chenshibing
Struts2 xslt can’t work under oc4j, and get the following exception: javax.xml.transform.TransformerException: XML-22101: (Fatal Error) DOMSource node as this type not supported. at oracle.xml.jaxp.JXTransformer.reportException(JXTransformer.java:883) at oracle.xml.jaxp.JX

答复: 答复: How to invoke actions in different configuration package s

2007-06-20 Thread chenshibing
way to keep all JSPs in WEB-INF/pages without moving them? On 6/21/07, chenshibing <[EMAIL PROTECTED]> wrote: > You should add a name space for person and product package, as following: > > > >pages/persons.jsp > > > >

答复: How to invoke actions in dif ferent configuration packages

2007-06-20 Thread chenshibing
You should add a name space for person and product package, as following: pages/persons.jsp pages/products.jsp And invoke action using /person/list.action, /product/list.action. 陈仕兵 GIMS, IT Application Development