I would suggest you to view the "javawebparts" tools
(http://javawebparts.sourceforge.net/)
After integration, you can render a calendar like this:

<html:form action="type in your action" styleId="projectForm">
<html:text property="begin" />
            <html:button property="beginbutton" value="calendar"
onclick="showCalendar(projectForm.begin);"/>
            <uiwidgets:calendar minYear="2005" maxYear="2012"
styleOverrides="none" />
 </html:form>

Greetings, Ingo

Lalchandra Rampersaud schrieb:
> I am making a calendar so I just want to update parts of the page.
>
> -----Original Message-----
> From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, November 07, 2007 2:32 PM
> To: Struts Users Mailing List
> Subject: Re: ajax integration with struts
>
> Lalchandra Rampersaud wrote:
>  > I  would like to integrate ajax within a struts app, but I have no 
> idea how
>  > to go about doing that.
>
> Is there a question in there somewhere?
>
> Ah, never mind, I was going to leave you with just the wise-a** answer, 
> but I'll be nice :)
>
> AJAX isn't something you "integrate" into an app per se, it's a 
> technique you make use of.  What are you trying to accomplish?  We can 
> give you some options, because there's many in the AJAX space, once you 
> tell us what it is you'll actually trying to do.
>
> Frank
>
> --
> Frank W. Zammetti
> Founder and Chief Software Architect
> Omnytex Technologies
> http://www.omnytex.com
> AIM/Yahoo: fzammetti
> MSN: [EMAIL PROTECTED]
> Author of "Practical Ajax Projects With Java Technology"
>   (2006, Apress, ISBN 1-59059-695-1)
> and "JavaScript, DOM Scripting and Ajax Projects"
>   (2007, Apress, ISBN 1-59059-816-4)
> Java Web Parts - http://javawebparts.sourceforge.net
>   Supplying the wheel, so you don't have to reinvent it!
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> __________ NOD32 2644 (20071107) Information __________
>
> This message was checked by NOD32 antivirus system.
> http://www.eset.com
>
>
>
>
> __________________________________________
>
> Participe en Universidad 2008.
> 11 al 15 de febrero del 2008.
> Palacio de las Convenciones, Ciudad de la Habana, Cuba
> http://www.universidad2008.cu
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>   

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

Reply via email to