Re: Greybox Ajax box with struts2

2009-03-21 Thread foward
Hello , With yours solutions I change a little the things... because I have all the actions with the extension "html", I need that, for this reason the more easy way was change the extension of the file loader_frame.html to loader_frame.htm ... and the mapping in struts.xml will be :

Re: Where is Struts 2 Blank Archetype 2.1.6 ?

2009-03-21 Thread Dave Newton
RadoK wrote: where can I download blank archetype for Struts v 2.1.6? It's in SVN [1]; I've had zero time to figure out how to put it somewhere for a vote so it can be released. Dave [1] (I think) http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-blank/

Dojo Modal Popup

2009-03-21 Thread Sundararaman, Anand
Hi, Is there any struts-dojo-tags example available which shows the implementation of the modal popup feature. I do have examples from dojo toolkit, but it would be helpful to know how to make use of the struts dojo tags. Thanks in advance. Anand

Re: [S2] encode attribute of : correct encoding?

2009-03-21 Thread Pierre Thibaudeau
I still haven't found an answer to my puzzlement about encoding non-ASCII characters.  I've come to the conclusion that this isn't specifically a Struts2 problem (so, I'll probably post on stackoverflow for enlightenment), but for completeness's sake, here are a few observations that may puzzle (or

Re: s:checkboxlist is there a way to do checked/unchecked

2009-03-21 Thread sajidbigler
i resolved this senario by replacing JSP as > -- View this message in context: http://www.nabble.com/s%3Acheckboxlist-is-there-a-way-to-do-checked-unchecked-tp22633750p22635748.html Sent from the Struts - User mailing list archive at Nabble.com. --

Re: s:checkboxlist is there a way to do checked/unchecked

2009-03-21 Thread sajidbigler
i resolved this senario by replacing JSP as > -- View this message in context: http://www.nabble.com/s%3Acheckboxlist-is-there-a-way-to-do-checked-unchecked-tp22633750p22635745.html Sent from the Struts - User mailing list archive at Nabble.com. --

Re: s:checkboxlist is there a way to do checked/unchecked

2009-03-21 Thread sajidbigler
i resolved this senario by replacing JSP as > -- View this message in context: http://www.nabble.com/s%3Acheckboxlist-is-there-a-way-to-do-checked-unchecked-tp22633750p22635741.html Sent from the Struts - User mailing list archive at Nabble.com. --

Query on Response code change from 200 to 302

2009-03-21 Thread Partha Sarathi Panda
Hi All, Hope you are doing well. I am building a application on struts when i hit an action it is giving me a status code of 200 OK. As per my understanding when we receive a status code as 200 most of the informations are saved in the cookie.I want to receive a code of 302. As per my understa

Where is Struts 2 Blank Archetype 2.1.6 ?

2009-03-21 Thread RadoK
Hi, where can I download blank archetype for Struts v 2.1.6? Is there some spacial repository that I need to configure in maven other than http://people.apache.org/repo/m2-snapshot-repository ? When I run command from page http://cwiki.apache.org/confluence/display/WW/Struts+2+Blank+Archetype :

Re: Pagination and s:subset

2009-03-21 Thread Paweł Wielgus
Hi Andy, i was always working with my home made paginators, actualy one for S1 and one for S2, one reason is i'm working with no standard database solutions, and the other that pagination fragment is just a few line of jsp code that can be included any where in your apps plus some kind of conventio