They're not checked into CVS as I don't have commit privs.  However, I
did zip up the files and attach it to an issue in Jira.

        http://jira.opensymphony.com/secure/ViewIssue.jspa?key=WW-119 

Feel free to check 'em out if you're interested.

* unzip the file into sandbox/webwork
* ant example-war
* ant test

Cheers!

--
Matt Ho
Principal
Indigo Egg, Inc.
http://www.indigoegg.com/


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of
> Cameron Braid
> Sent: Monday, February 17, 2003 7:31 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [OS-webwork] taglib implementation difficulties
> 
> What CVS repository are these changes in.. I can't see them in the
> 
> cvs.sourceforge.net/cvsroot/opensymphony/sandbox/webwork
> 
> Repository ?  Am I looking in the wrong place ?
> 
> 
> ..Cam..
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of
> Matt Ho
> Sent: Monday, 17 February 2003 3:05 PM
> To: [EMAIL PROTECTED]
> Subject: [OS-webwork] taglib implementation difficulties
> 
> 
> I'm just about finished implementing a base set of Velocity based UI
> tags:
> 
> checkbox
> component
> label
> password
> radio
> select
> textarea
> textfield
> 
> However, I'd like to modify the checked-in implementation in the
following
> ways.  In each Tag libraries doStartTag:
> 
> * don't call stack.push(this)
> * pass both the stack and the tag into the VelocityContext as "stack"
and
> "tag" respectively
> 
> Here's the problem I'm trying to solve.  In the checked in code, the
> instance of the Tag library is pushed onto the OgnlValueStack before
the
> template is called.  This makes [0] and #this reference the Tag and
not
> the Action being called which makes the order of resolution behave
oddly.
> 
> <ui:select label="Choose you age bracket " name="age" list="list"/>
> 
> What I want is MyAction.getList() to be called to populate the select
> list.  What I will get is the literal String, "list".  I could write
> list="[1].list", but this would be extremely unintuitive.
> 
> Thoughts?
> 
> --
> Matt Ho
> Principal
> Indigo Egg, Inc.
> http://www.indigoegg.com/
> 
> 
> 
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
_______________________________________________
> Opensymphony-webwork mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to