declarative exception

2002-03-28 Thread See Yam Lim
rt default ApplicationResouces and not multiple MessageResourceses or i need to upgrade my DTD? Thanks. See-Yam Lim

RE: DynaValidatorActionForm

2002-03-26 Thread See Yam Lim
le storing/retrieving your validation rules. The form element's name attribute in the validation.xml is just a key used to store and retrieve a set of validation rules. David --- See Yam Lim <[EMAIL PROTECTED]> wrote: > The key passed into the validator is the action > element&#x

DynaValidatorActionForm

2002-03-26 Thread See Yam Lim
should be the action element's 'name' attribute from the struts-config.xml to form element's name attribute in the validation.xml. Can anyone confirm me on that or tell me why otherwise? Thanks so much! See-Yam Lim

RE: Submitting a form bean

2001-12-10 Thread See Yam Lim
Hey, Just set the "scope" attribute to "session" in where you specify your action at the struts-config.xml. for example, See-Yam Lim > -Original Message- > From: Joanna Chan [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 10, 200

RE: lost form data when validate returns errors

2001-12-07 Thread See Yam Lim
my two cents is instance of the view(value object) which is used to populate the form had gone in the request scope after form validation, because the validate() is called before the action class instance is created. Hmm... try set the view in session however be careful remember to reset the view.

RE: Help-URGENT!!

2001-11-15 Thread See Yam Lim
yes. the should works. or you can try. in JSP. do this. <% List myVector = (List)request.getAttribute("whatever_key_for_vector"); pageContext.setAttribute("vectorSize", new Integer(myVector.size())); %> or No Data

Lost Request information after form validation.

2001-06-22 Thread See Yam Lim
t the validation. forward the reqest back to where i came from. See-Yam Lim Software Engineer Netvendor Inc. http://www.netvendor.com mailto:[EMAIL PROTECTED] Sell more profitably.

register the DTD in struts application

2001-06-19 Thread See Yam Lim
then a callback to initServlet in turn calling digester.register() to resgister DTD. but it did recoganize the DTD. Have anyone done this before? Please help!  See-Yam Lim Software Engineer Netvendor Inc. http://www.netvendor.com mailto:[EMAIL PROTECTED] Sell more profitably.

RE: why does struts use forward instead of redirect

2001-04-25 Thread See Yam Lim
will do sendRedirect(). or you can use its direct known subclasses, ForwardingActionForward or RedirectingActionForward. Hopefully, this will help. Thanks. See-Yam Lim > -Original Message- > From: Kristopher Brown > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, Apri

please help me with ActionForm

2001-04-24 Thread See Yam Lim
where is a piece of code that ActionForm is stored into sessioin? Thanks. See-Yam Lim [EMAIL PROTECTED] See-Yam Lim Software Engineer Netvendor Inc. http://www.netvendor.com mailto:[EMAIL PROTECTED] The Leader in B2B Supplier Enablement NetVendor enables suppliers to

destroy the ActionForm object.

2001-04-23 Thread See Yam Lim
idea is welcome. Thanks. See-Yam Lim [EMAIL PROTECTED]

RE: Url Rewrting and Cache problems

2001-04-11 Thread See Yam Lim
Title: RE: Url Rewrting and Cache problems Hey James,     Do you know beside changing the LinkTag code which write out the jsessionid, can i configure; say turn on or off with URL rewriting (jsessionid) without any code is changed? Thanks in advance! David Lim > -Original Mess

Link Tag Question - how to turn off Jsessionid

2001-04-09 Thread See Yam Lim
Title: Link Tag Question - how to turn off Jsessionid Hi all, I know that in LinkTag has hyperlink method check the Action.TRANSACTION_TOKEN_KEY and append the sessionid for URL rewriting purpose. and i wonder is it configurable so i can turn it on and off and where can i do it. please help!

how to use image to submit a form with html taglib.

2001-04-03 Thread See Yam Lim
Title: how to use image to submit a form with html taglib. Hey, everybody. Please help on this one. is anyone know how to use img to submit a form with Struts html taglib? Thanks. See-Yam See-Yam Lim Software Engineer Netvendor Inc. http://www.netvendor.com mailto:[EMAIL PROTECTED

How to turn off Jsessionid?

2001-04-03 Thread See Yam Lim
Title: How to turn off Jsessionid? I know that in LinkTag has hyperlink method check the Action.TRANSACTION_TOKEN_KEY and append the sessionid for URL rewriting purpose. and i wonder is it configurable so i can turn it on and off and where can i do it. please help! By the way, i like the a

please help!

2001-03-28 Thread See Yam Lim
Title: please help! Hey guys, I am using tomcat to deploy this internalization example and i got this error message. can anyone have any idea how to fix this problem? Thanks. org.apache.jasper.compiler.CompileException: D:\tomcat\webapps\hello-world\hello.jsp(2,0) Unable to open taglibrary /W

Any good example?

2001-03-20 Thread See Yam Lim
Title: Any good example? Hey guys,     i am new to Struts. i try to speed up my learning here. could anybody show me a good example? i already got the examples that come with Struts. Can anyone also tell me what role ActionForm plays in Struts? Thanks. See-Yam Lim