I am considering the use of Tomcat 6.0 which implements Servlet 2.5 and JSP
2.1. Should I expect any issues using it with Struts 2.0.6?
Regards,
Rohit
Is there a way to specify timezone in the date tag? The current behavior
defaults to the timezone of the server.
Regards,
Rohit
Is there a way to specify timezone in the date tag. The current behavior
defaults to the timezone of the server.
Regards,
Rohit
Hi Musachy,
I rebooted my linux machine for an unrelated reason and now cannot reproduce
the issue. It is working now.
Sorry for the bother.
Regards,
Rohit
I have a working autocompleter on Firefox 2.0 on MacOS. The same code does
not work on Firefox 1.5 on Linux.
Any suggestions?
Thanks,
Rohit
o:
https://issues.apache.org/struts/browse/WW-1872
musachy
On 4/5/07, Rohit Dewan <[EMAIL PROTECTED]> wrote:
>
> I have the following in the body:
>
> <@s.url id="foos" value="foosList.action" />
> <@s.form theme=&quo
I have the following in the body:
<@s.url id="foos" value="foosList.action" />
<@s.form theme="ajax" action="addTest" method="add">
<@ s.autocompleterModel theme="ajax" href="%{foos}"
name="foo" />
<@s.submit value="OK" action="addTest" method="add"/>
Hi Jason,
I believe it is the servlet-config interceptor that is responsible for
setting the session. I think it is part of the defaultStack. Try moving the
defaultStack before prepare in your configuration. That might do the job.
Regards,
Rohit
On 3/27/07, Jason Wyatt <[EMAIL PROTECTED]> wrote
I am trying the following with strange results.
<@s.iterator value="availabilityList" status="rowstatus">
<@s.if test="#rowstatus.index%7==0">
<@s.if test="avail">
Would anyone be able to let me know the ETA for release 2.0.7?
Thanks,
Rohit
I have the following in the body:
<@s.url id="foos" value="foosList.action" />
<@s.form theme="ajax" action="addTest" method="add">
<@s.autocompleterModel theme="ajax" href="%{foos}"
name="foo" />
<@s.submit value="OK" action="addTest" method="add"/>
nd use "autocompleterModel", it will be fixed for 2.0.7.
regards
musachy
On 3/16/07, Rohit Dewan <[EMAIL PROTECTED]> wrote:
>
> I have a page configured as follows:
>
> http://www.w3.org/1999/xhtml";>
>
>
> Test
> <@s.head theme="ajax" />
>
I have a page configured as follows:
http://www.w3.org/1999/xhtml";>
Test
<@s.head theme="ajax" />
and later in the body
<@s.url id="bars" value="barsList.action" />
<@s.form action="addFoo" method="add">
<@s.autocompleter theme="ajax" href="%{bars}" name="bar"
/>
13 matches
Mail list logo