You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by DavidWei <xi...@rrd.com> on 2009/08/10 18:21:26 UTC

T5.0.18 javascript error in IE on a datefield

I was trying to use datefield component  to enter a date from builtin
calendar, but it showed a javascript error, this.pupup.clinePosition(...) is
null or not an object, when a calendar icon is clicked first time. 

sample Codes like this.

in tml file:

<tr>
<td>Birth Date:</td>
<td>
<input type="text" t:type="datefield"
t:value="dateOfBirth"/>
</td>
</tr>

in java codes:

@Persist
private Date dateOfBirth;
public Date getDateOfBirth()
{
return dateOfBirth;
}
public void setDateOfBirth(Date dateOfBirth)
{
this.dateOfBirth = dateOfBirth;
}

Can anybody tell me whether it is still a knowing issue or fixed already? If
it is still an issue,  what is the alternative solution?

Thanks,

David
-- 
View this message in context: http://www.nabble.com/T5.0.18-javascript-error-in-IE-on-a-datefield-tp24902769p24902769.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5.0.18 javascript error in IE on a datefield

Posted by DavidWei <xi...@rrd.com>.
It has been a month without reply.  Really need help,
Please!!!!!!!!!!!!!!!!!!!!!!!!!!!



DavidWei wrote:
> 
> I was trying to use datefield component  to enter a date from builtin
> calendar, but it showed a javascript error, this.pupup.clinePosition(...)
> is null or not an object, when a calendar icon is clicked first time. 
> 
> sample Codes like this.
> 
> in tml file:
> 
> <tr>
> <td>Birth Date:</td>
> <td>
> <input type="text" t:type="datefield"
> t:value="dateOfBirth"/>
> </td>
> </tr>
> 
> in java codes:
> 
> @Persist
> private Date dateOfBirth;
> public Date getDateOfBirth()
> {
> return dateOfBirth;
> }
> public void setDateOfBirth(Date dateOfBirth)
> {
> this.dateOfBirth = dateOfBirth;
> }
> 
> Can anybody tell me whether it is still a knowing issue or fixed already?
> If it is still an issue,  what is the alternative solution?
> 
> Thanks,
> 
> David
> 

-- 
View this message in context: http://www.nabble.com/T5.0.18-javascript-error-in-IE-on-a-datefield-tp24902769p25260515.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org