Re: About tag

2008-03-20 Thread Chen Chunwei
Almost. :-( Talos - Original Message - From: "Antonio Petrelli" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, March 20, 2008 5:01 PM Subject: Re: About tag 2008/3/20, Chen Chunwei <[EMAIL PROTECTED]>: > > And this is my fou

Re: About tag

2008-03-20 Thread Antonio Petrelli
2008/3/20, Chen Chunwei <[EMAIL PROTECTED]>: > > And this is my fourth day to learn about JSP, STRUTS and everything about > JAVA. So I found there are too much to learn, whereas I don't have much time > to learn it systematically and I don't have enough materials to learn it > from espesially that

Re: About tag

2008-03-20 Thread Chen Chunwei
espesially that I cannot access Internet except e-mail. So this mail list is the only way that I can ask my questions. Talos - Original Message - From: "Antonio Petrelli" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, March 20, 2008 4:03 PM

Re: About tag

2008-03-20 Thread Antonio Petrelli
2008/3/20, Chen Chunwei <[EMAIL PROTECTED]>: > Can tag fetch the value processed by a specified ActionForm? > For instance, there's an ActionForm named TestActionForm, which has a field > defined with "String test". And the corresponding get-method getTest() will > add a prefix "p:" to the fie

About tag

2008-03-20 Thread Chen Chunwei
Hi all, Can tag fetch the value processed by a specified ActionForm? For instance, there's an ActionForm named TestActionForm, which has a field defined with "String test". And the corresponding get-method getTest() will add a prefix "p:" to the field test. Supposing the origin value of test is

Re: Quetsions about tag

2007-06-05 Thread Musachy Barroso
1. nope, you will have to use 2 pickers, one for the time and another for the date 2. nope 3. Big bug in datetimepicker: https://issues.apache.org/struts/browse/WW-1917 , until 2.1, you would have to use an String for the field that will be assigned the date value, or use a converter. musachy

Quetsions about tag

2007-06-05 Thread Vincent Lin
Hi, I've tried tag in my JSP. It's really a cool tag which render a date selection javascript control. But I have some quetsions about this tag: 1. Can I select date and time simultaneously in one datepicker control? Currently I map a date property in action to 2 separate datepicker in JSP: one

Re:Question about tag in struts-config.xml file

2005-09-08 Thread zvonko
Thanks Wendy. I appreciate the quick response. I'll check out that link. We're using SAP's Netweaver Developer Studio. It's based on Eclipse 2.1 technology. --- Broadband interface (RIA) +

Re: Question about tag in struts-config.xml file

2005-09-08 Thread Wendy Smoak
From: "zvonko" <[EMAIL PROTECTED]> In sample struts-config.xml files I'm seeing a tag that looks like this: http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd";> The problem I'm running into is that my IDE is choking on the link. I'm assuming that somehow it's trying to go out to the

Question about tag in struts-config.xml file

2005-09-08 Thread zvonko
Hello, In sample struts-config.xml files I'm seeing a tag that looks like this: http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd";> The problem I'm running into is that my IDE is choking on the link. I'm assuming that somehow it's trying to go out to the url. Can someone explain the