You might try posting your message to WebWork's forums - or possibly
searching them.

http://forums.opensymphony.com/forum.jspa?forumID=1

Matt

On 2/6/07, Simon Wu <[EMAIL PROTECTED]> wrote:
It seems that the issues in apache's issues page was not same I encountered.

Just now I used firebug to find out what were the JS files loaded in that
issue page.
They were  calendar.js, calendar-setup.js, calendar-en.js, all from WebWork
JAR file.

I went through the calendar-setup.js and got a parameter of calendar-setup
function named position.
Its comment is *configures the calendar absolute position; default: null*
and the relative code fragment:

  if (!params.position)
            cal.showAtElement(params.button || params.displayArea ||
params.inputField, params.align);
         else
            cal.showAt(params.position[0], params.position[1]);

But I did not understand this code and still had no idea on my issue. :-(



On 2/6/07, Matt Raible <[EMAIL PROTECTED]> wrote:
> Correct - the datepicker tag uses assets (js and css) loaded from the
> WebWork JAR file.  There might be some issues with the internal JS
> file and its positioning logic.  I've seen this in the past - calendar
> authors seem to skip out on verifying everything works with an XHTML
> doctype.
>
> For example:
>
> https://issues.apache.org/jira/browse/TAPESTRY-222
>
> Matt
>
> On 2/5/07, Simon Wu <[EMAIL PROTECTED]> wrote:
> > Hi Matt,
> >   I was using Appfuse 1.9.3 with webwork+spring+hibernate.
> >   And I got WW tag <ww:datepicker> for the Date field.
> >   Did it not use the calendar.js?
> >   Calendar.css does not exist.
> >
> >   Thanks.
> >
> >   Simon
> >
> >
> >
> > On 2/6/07, Matt Raible < [EMAIL PROTECTED]> wrote:
> > > Are you using calendar.js or a different one?  The icon looks like one
> > > from Struts 2's datepicker component.  What version of AppFuse are you
> > > using?  Does a calendar.css exist as well?
> > >
> > > Matt
> > >
> > > On 2/5/07, Simon Wu < [EMAIL PROTECTED]> wrote:
> > > > Hi all,
> > > >   I found Appfuse use Calendar.js to deal with the field of Date
> > formate.
> > > >   But some confusing things when more than one Date field in one
page.
> > > >
> > > >   (I attached three pictures for this question.)
> > > >
> > > >   As the right_location.jpg showed, all things worked well.
> > > >   But in the bad_location_*.jpg(one in IE7 and another in Firefox
2.0),
> > the
> > > > calendar pane was not located at right point.
> > > >
> > > >   How that thing occur? Any idea about how to fix it?
> > > >
> > > >   Thanks.
> > > >
> > > >   Simon
> > > >
> > > >
> >
---------------------------------------------------------------------
> > > > To unsubscribe, e-mail:
> > > > [EMAIL PROTECTED]
> > > > For additional commands, e-mail:
> > > > [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > >
> > > --
> > > http://raibledesigns.com
> > >
> > >
> >
---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
>
>
> --
> http://raibledesigns.com
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
[EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>




--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to