RE: Date format bug?? (Headache. Tried all options.)

2006-06-23 Thread Bode, Bianca
estry4/tapestry/ComponentReference/Insert. html On 6/23/06, Bode, Bianca <[EMAIL PROTECTED]> wrote: > > Here's a piece of the .jwc > > class="com.hp.eclaims.web.components.WorkListTable" > allow-body="yes" > allow-informal-parameters="yes

RE: Date format bug?? (Headache. Tried all options.)

2006-06-23 Thread Bode, Bianca
ssage- From: Bode, Bianca Sent: vrijdag 23 juni 2006 17:20 To: Tapestry users Subject: RE: Date format bug?? (Headache. Tried all options.) Here's a piece of the .jwc add a d

RE: Date format bug?? (Headache. Tried all options.)

2006-06-23 Thread Bode, Bianca
ognl string that includes calls to format my dates with a formatter object I've statically setup in a page. Something like columns="col1:formatter.format(col1), col2:col2 " ? On 6/23/06, Bode, Bianca <[EMAIL PROTECTED]> wrote: > > Hi guys, > > I've tried ever

RE: Date format bug?? (Headache. Tried all options.)

2006-06-23 Thread Bode, Bianca
must comply with java.text.SimpleDateFormat: http://java.sun.com/j2se/1.5.0/docs/api/java/text/SimpleDateFormat.html I think you want this: Bode, Bianca wrote: > Hi guys, > > I've tried everything I could come up with to display my Dates in a > certain format. > Unfort

Date format bug?? (Headache. Tried all options.)

2006-06-23 Thread Bode, Bianca
Hi guys, I've tried everything I could come up with to display my Dates in a certain format. Unfortunately, none of them are working: what am I doing wrong?? Currently displayed like this: 2006-06-15 09:33:37.0 Already tried: In .jwc: Also tried in .jwc: Also tried setting t

Contrib:Table using TextFields: form submit not as expected

2006-05-22 Thread Bode, Bianca
Hi all, I am using a Table component on my page, displaying a list of simple Box objects, which all contain a property called 'weight'. I want to be able to change these weight fields so I created the following: .html .page The id/name attrib

RE: A kind of pageflowcontrol

2006-05-17 Thread Bode, Bianca
Hi Paul, If you pass the Page as a parameter to the proceed method, I guess you can use getRequestCycle().activate(String page) to do this. Never done it, but it sounds logical to me :) Kind regards, Bianca Freelance Java Developer, Netherlands. -Original Message- From: Voors Paul [mailt

RE: Accessing unbound textfields

2006-05-16 Thread Bode, Bianca
Never mind, I was to quick with my reply ;) I forgot to add the name attribute to the generated fields :) -Original Message- From: Bode, Bianca Sent: dinsdag 16 mei 2006 17:37 To: Tapestry users Subject: RE: Accessing unbound textfields Looks like the generated textfields cannot be

RE: Accessing unbound textfields

2006-05-16 Thread Bode, Bianca
dag 16 mei 2006 16:39 To: Tapestry users Subject: Re: Accessing unbound textfields See http://jakarta.apache.org/tapestry/tapestry/apidocs/org/apache/tapestry/ IRequestCycle.html getParameter and getParameters will do the trick Bode, Bianca wrote: > Hello all, > > I was wondering if

RE: Accessing unbound textfields

2006-05-16 Thread Bode, Bianca
should manage the required javascript with the tapestry script mechanism in the same class. Does that help? Bode, Bianca wrote: > Hello all, > > I was wondering if anyone has ever did something like I've described > below, and if so how???: > > I need to make a page wit

RE: Accessing unbound textfields

2006-05-16 Thread Bode, Bianca
estry/ IRequestCycle.html getParameter and getParameters will do the trick Bode, Bianca wrote: > Hello all, > > I was wondering if anyone has ever did something like I've described > below, and if so how???: > > I need to make a page with 1 textfield, and when some enters a number &g

Accessing unbound textfields

2006-05-16 Thread Bode, Bianca
Hello all, I was wondering if anyone has ever did something like I've described below, and if so how???: I need to make a page with 1 textfield, and when some enters a number in this Textfield I generate (with javascript) that number of extra Textfields. Tapestry is unaware of these extra fields,

RE: Store property key in object and retrieve in .page?

2006-05-10 Thread Bode, Bianca
...it is in the docs ...silly me :) -Original Message- From: Bode, Bianca Sent: woensdag 10 mei 2006 16:52 To: Tapestry users Subject: RE: Store property key in object and retrieve in .page? See, i knew it would be something simple :)) Too bad there isn't any info on this featu

RE: Store property key in object and retrieve in .page?

2006-05-10 Thread Bode, Bianca
ey in object and retrieve in .page? Bode, Bianca wrote: > Hi all, > > Lets say I have an object 'car' containing a property 'color' of type > String. This property has a value of "options.blue"; Now when I want > to display this String on

Store property key in object and retrieve in .page?

2006-05-10 Thread Bode, Bianca
Hi all, Lets say I have an object 'car' containing a property 'color' of type String. This property has a value of "options.blue"; Now when I want to display this String on a Page I would use an Insert component and bind it to car.color. But this is not what I want ofcourse :) I have a property f