My favorites | Sign in
Logo
                
Details: Show all Hide all

Yesterday

  • 46 hours ago
    ProgressbarTag (The Progressbar widget renders a HTML progressbar.) Wiki page edited by johgep   -   Revision r266 remove old effectDiv Sample
    Revision r266 remove old effectDiv Sample
  • 46 hours ago
    ProgressbarTag (The Progressbar widget renders a HTML progressbar.) Wiki page commented on by johgep   -   the effectDiv doesn't exist anymore you can use normal sj:div instead
    the effectDiv doesn't exist anymore you can use normal sj:div instead

Last 7 days

  • Dec 18, 2009
    ProgressbarTag (The Progressbar widget renders a HTML progressbar.) Wiki page commented on by nitinkgour   -   I am not getting .jar file in which progress bar and effecdiv tags exist . please some buddy have a correct jar file in which I can get the effectdiv and progressbar tags
    I am not getting .jar file in which progress bar and effecdiv tags exist . please some buddy have a correct jar file in which I can get the effectdiv and progressbar tags
  • Dec 18, 2009
    EditGrid (Make a Grid editable) Wiki page added by johgep   -   Revision r265 Created Edit Examples
    Revision r265 Created Edit Examples
  • Dec 18, 2009
    GridTag (A tag that renders a Grid.) Wiki page edited by johgep   -   Revision r264 Edited wiki page through web user interface.
    Revision r264 Edited wiki page through web user interface.
  • Dec 17, 2009
    issue 42 (Format time for GridColumnTag) Status changed by johgep   -   Thanks for the Example
    Status: Done
    Thanks for the Example
    Status: Done
  • Dec 17, 2009
    issue 42 (Format time for GridColumnTag) commented on by h.hirshi   -   Thanks, Figured it out. If some one needs reference below is the example: Date format : formatter="date" formatoptions="{srcformat:'Y-m-d' ,newformat: 'm/d/Y'}" Time format : formatter="date" formatoptions="{srcformat:'Y-m-d' ,newformat: 'H:i:s'}"
    Thanks, Figured it out. If some one needs reference below is the example: Date format : formatter="date" formatoptions="{srcformat:'Y-m-d' ,newformat: 'm/d/Y'}" Time format : formatter="date" formatoptions="{srcformat:'Y-m-d' ,newformat: 'H:i:s'}"
  • Dec 17, 2009
    issue 42 (Format time for GridColumnTag) commented on by h.hirshi   -   I have used the link and used in way below: formatter="masks" formatoptions="{ShortTime: g:i A}" And tried different combination, still no success. Can you please post a example of this. Thanks
    I have used the link and used in way below: formatter="masks" formatoptions="{ShortTime: g:i A}" And tried different combination, still no success. Can you please post a example of this. Thanks
  • Dec 17, 2009
    issue 42 (Format time for GridColumnTag) changed by johgep   -   don't try to use java date formats. Take a look at the format option in the jqgrid wiki http://www.trirand.com/jqgridwiki/doku.php?id=wiki:predefined_formatter
    Owner: johgep
    Labels: Component-UI
    don't try to use java date formats. Take a look at the format option in the jqgrid wiki http://www.trirand.com/jqgridwiki/doku.php?id=wiki:predefined_formatter
    Owner: johgep
    Labels: Component-UI
  • Dec 17, 2009
    issue 42 (Format time for GridColumnTag) reported by h.hirshi   -   What steps will reproduce the problem? 1.A time column in database need to format it in HH:MM:SS. By default it is formatting to dd-mm-yyyy HH:MM:SS. 2.A date column in database need to format it in dd/mm/yyyy. By default it is formatting to dd-mm-yyyy HH:MM:SS. 3. What is the expected output? What do you see instead? Time column in HH:MM:SS format and Date column in dd/mm/yyyy Which struts2 version? 2.1.8.1 Which struts2-jquery plugin version? 1.8.0 Please provide any additional information below. Im using new Grid tag and need to format date column in dd/mm/yyyy and time column in HH:MM:SS. I have given the formatter options as date and time but still it's formatting in dd-mm-yyyy HH:MM:SS. Earlier i've used OGNL and Class.properties file to format time and date. But how to do it in this column tag.
    What steps will reproduce the problem? 1.A time column in database need to format it in HH:MM:SS. By default it is formatting to dd-mm-yyyy HH:MM:SS. 2.A date column in database need to format it in dd/mm/yyyy. By default it is formatting to dd-mm-yyyy HH:MM:SS. 3. What is the expected output? What do you see instead? Time column in HH:MM:SS format and Date column in dd/mm/yyyy Which struts2 version? 2.1.8.1 Which struts2-jquery plugin version? 1.8.0 Please provide any additional information below. Im using new Grid tag and need to format date column in dd/mm/yyyy and time column in HH:MM:SS. I have given the formatter options as date and time but still it's formatting in dd-mm-yyyy HH:MM:SS. Earlier i've used OGNL and Class.properties file to format time and date. But how to do it in this column tag.
  • Dec 16, 2009
    r263 (Initial import.) committed by jyoshiriro   -   Initial import.
    Initial import.
  • Dec 16, 2009
    issue 41 (datepicker don't format the date when return o render) commented on by mmaliq   -   I saw my case was displayFormat="dd-mm-yy" because said: yy - year (four digit). But I tried <sj:datepicker value="today" id="date3" name="date3" displayFormat="dd.mm.yy" label="Today" /> like example http://code.google.com/p/ struts2-jquery/wiki/DatePickerTag and tried with jquery formats. <sj:datepicker name="dataTest" parentTheme="simple" displayFormat="dd-mm-yy"/> <sj:datepicker name="dataTest" parentTheme="simple" displayFormat="yy-mm-dd"/> <sj:datepicker name="dataTest" parentTheme="simple" displayFormat="D, dd M yy"/> but this always returns value="12/4/09" .. may be is jquery problem. :(
    I saw my case was displayFormat="dd-mm-yy" because said: yy - year (four digit). But I tried <sj:datepicker value="today" id="date3" name="date3" displayFormat="dd.mm.yy" label="Today" /> like example http://code.google.com/p/ struts2-jquery/wiki/DatePickerTag and tried with jquery formats. <sj:datepicker name="dataTest" parentTheme="simple" displayFormat="dd-mm-yy"/> <sj:datepicker name="dataTest" parentTheme="simple" displayFormat="yy-mm-dd"/> <sj:datepicker name="dataTest" parentTheme="simple" displayFormat="D, dd M yy"/> but this always returns value="12/4/09" .. may be is jquery problem. :(
  • Dec 16, 2009
    issue 41 (datepicker don't format the date when return o render) Owner changed by johgep   -   did it work with jQuery format strings? http://docs.jquery.com/UI/Datepicker/formatDate I think it must be in your cas d/M/y
    Owner: johgep
    did it work with jQuery format strings? http://docs.jquery.com/UI/Datepicker/formatDate I think it must be in your cas d/M/y
    Owner: johgep
  • Dec 16, 2009
    issue 41 (datepicker don't format the date when return o render) reported by mmaliq   -   What steps will reproduce the problem? In action has field import java.util.Date; private Date dateTest; //value i.e. 04 dec 2009 JSP has tag: <sj:datepicker parentTheme="simple" name="dateTest" displayFormat="dd-mm- yyyy"/> What is the expected output? What do you see instead? espected: <input type="text" value="12/4/09" name="dateTest"/> instead: <input type="text" value="04-12-2009" name="dateTest"/> Which struts2 version? 2.1.8 Which struts2-jquery plugin version? 1.8.0 Please provide any additional information below. I don't now if this is a datapicker's bug or is how render type java.util.Date . When submit a form wich this submit correctly, but when recover data form action and populate the field this fail in format.
    What steps will reproduce the problem? In action has field import java.util.Date; private Date dateTest; //value i.e. 04 dec 2009 JSP has tag: <sj:datepicker parentTheme="simple" name="dateTest" displayFormat="dd-mm- yyyy"/> What is the expected output? What do you see instead? espected: <input type="text" value="12/4/09" name="dateTest"/> instead: <input type="text" value="04-12-2009" name="dateTest"/> Which struts2 version? 2.1.8 Which struts2-jquery plugin version? 1.8.0 Please provide any additional information below. I don't now if this is a datapicker's bug or is how render type java.util.Date . When submit a form wich this submit correctly, but when recover data form action and populate the field this fail in format.
  • Dec 15, 2009
    issue 40 (Example for dynamically update jfreechart) changed by johgep   -   This should work when you create a normal page with an <img> Tag that contents the Chart url. Please use for further Questions the User Group http://groups.google.com/group/struts2-jquery
    Status: WontFix
    Owner: johgep
    Labels: Component-Docs
    This should work when you create a normal page with an <img> Tag that contents the Chart url. Please use for further Questions the User Group http://groups.google.com/group/struts2-jquery
    Status: WontFix
    Owner: johgep
    Labels: Component-Docs

Last 30 days

  • Dec 13, 2009
    issue 40 (Example for dynamically update jfreechart) reported by h.hirshi   -   What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? Which struts2 version? 2.1.8 Which struts2-jquery plugin version? 1.7.3 Please provide any additional information below. Need to reload charts based on different search parameters on same page.
    What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? Which struts2 version? 2.1.8 Which struts2-jquery plugin version? 1.7.3 Please provide any additional information below. Need to reload charts based on different search parameters on same page.
  • Dec 11, 2009
    Resizable (add resizeable functionality for Divs.) Wiki page commented on by ramakanth.dhane   -   kkk
    kkk
  • Dec 11, 2009
    r262 (Add example for cellEdit and editrules on grid loadonce page) committed by johgep   -   Add example for cellEdit and editrules on grid loadonce page
    Add example for cellEdit and editrules on grid loadonce page
  • Dec 11, 2009
    r261 (Add editrules attribute to grid column) committed by johgep   -   Add editrules attribute to grid column
    Add editrules attribute to grid column
  • Dec 11, 2009
    r260 ([No log message]) committed by johgep   -   [No log message]
    [No log message]
  • Dec 11, 2009
    AccordionTag (Renders a accordion from a given list or map.) Wiki page added by johgep   -   Revision r259 [No log message]
    Revision r259 [No log message]
  • Dec 11, 2009
    r258 (Upgrade jqgrid to 3.6.2) committed by johgep   -   Upgrade jqgrid to 3.6.2
    Upgrade jqgrid to 3.6.2
  • Dec 11, 2009
    r257 (Add some source code docs) committed by johgep   -   Add some source code docs
    Add some source code docs
  • Dec 10, 2009
    GridColumnTag (A tag that renders a single [GridTag Grid] Column.) Wiki page added by johgep   -   Revision r256 Documentation for GridColumn Tag
    Revision r256 Documentation for GridColumn Tag
  • Dec 10, 2009
    GridTag (A tag that renders a Grid.) Wiki page added by johgep   -   Revision r255 First Documentation for Grid Tag
    Revision r255 First Documentation for Grid Tag
  • Dec 10, 2009
    issue 37 (How do I use the validator?) Status changed by johgep   -  
    Status: Fixed
    Status: Fixed
  • Dec 10, 2009
    issue 39 (Example for dynamically update chained html dropdowns) Status changed by johgep   -   New Example available in Showcase. Ajax Forms > AJAX Select (Doubleselect)
    Status: Fixed
    New Example available in Showcase. Ajax Forms > AJAX Select (Doubleselect)
    Status: Fixed
  • Dec 10, 2009
    issue 38 (draggableContainment stops draggable object from working) Status changed by johgep   -  
    Status: Fixed
    Status: Fixed
  • Dec 10, 2009
    issue 36 (parentTheme does not exist for datePicker control) Status changed by johgep   -  
    Status: Fixed
    Status: Fixed
  • Dec 10, 2009
    issue 34 (spinner for tabbed panel is not set) Status changed by johgep   -  
    Status: Fixed
    Status: Fixed
  • Dec 10, 2009
    Changelog (Changelog) Wiki page edited by johgep   -   Revision r254 Changelog for 1.8.0
    Revision r254 Changelog for 1.8.0
  • Dec 10, 2009
    r253 (Version 1.8.0) committed by johgep   -   Version 1.8.0
    Version 1.8.0
  • Dec 10, 2009
    r252 (Version 1.8.0) committed by johgep   -   Version 1.8.0
    Version 1.8.0
  • Dec 10, 2009
    struts2-jquery-showcase-1.8.0.war (Version 1.8.0 Showcase) file uploaded by johgep   -  
    Labels: Type-Docs Featured
    Labels: Type-Docs Featured
  • Dec 10, 2009
    struts2-jquery-plugin-1.8.0-sources.jar (Version 1.8.0 Sources) file uploaded by johgep   -  
    Labels: Type-Source
    Labels: Type-Source
  • Dec 10, 2009
    struts2-jquery-plugin-1.8.0.jar (Version 1.8.0) file uploaded by johgep   -  
    Labels: Featured Type-Package
    Labels: Featured Type-Package
  • Dec 10, 2009
    r251 (+ Finish Version 1.8.0 + Add example for an Ajax based Doubl...) committed by johgep   -   + Finish Version 1.8.0 + Add example for an Ajax based Double Select Box
    + Finish Version 1.8.0 + Add example for an Ajax based Double Select Box
  • Dec 10, 2009
    r250 (Finish Version 1.8.0 Fix problem with reloadable select boxe...) committed by johgep   -   Finish Version 1.8.0 Fix problem with reloadable select boxes
    Finish Version 1.8.0 Fix problem with reloadable select boxes
  • Dec 10, 2009
    HeadTag (The "head" tag renders required JavaScript code and necessar...) Wiki page commented on by liuww84   -   您好! 您是否能够添加一个属性,指定js存放的目录呢?
    您好! 您是否能够添加一个属性,指定js存放的目录呢?
  • Dec 09, 2009
    issue 38 (draggableContainment stops draggable object from working) changed by johgep   -   Bug is fixed in current svn trunk
    Status: Started
    Labels: Component-Logic
    Bug is fixed in current svn trunk
    Status: Started
    Labels: Component-Logic
  • Dec 09, 2009
    r249 (Fix Issue 38 (draggableContainment stops draggable object fr...) committed by johgep   -   Fix Issue 38 (draggableContainment stops draggable object from working)
    Fix Issue 38 (draggableContainment stops draggable object from working)
  • Dec 09, 2009
    issue 39 (Example for dynamically update chained html dropdowns) reported by johgep   -   Create an example for dynamically update chained html dropdowns
    Create an example for dynamically update chained html dropdowns
  • Dec 09, 2009
    issue 38 (draggableContainment stops draggable object from working) changed by johgep   -  
    Status: Accepted
    Owner: johgep
    Status: Accepted
    Owner: johgep
  • Dec 08, 2009
    issue 38 (draggableContainment stops draggable object from working) reported by davidstuart66   -   What steps will reproduce the problem? 1. When adding the draggableContainment attribute to a <sj:div which is draggable it creates and error and stops working. 2. 3. What is the expected output? What do you see instead? It should add the code "containment: 'document' " to the options but instead appears to add an extra (')quote to the from of the "document" text so that it looks like "containment: ''document' " Which struts2 version? 2.1.8 Which struts2-jquery plugin version? 1.7.3 Please provide any additional information below.
    What steps will reproduce the problem? 1. When adding the draggableContainment attribute to a <sj:div which is draggable it creates and error and stops working. 2. 3. What is the expected output? What do you see instead? It should add the code "containment: 'document' " to the options but instead appears to add an extra (')quote to the from of the "document" text so that it looks like "containment: ''document' " Which struts2 version? 2.1.8 Which struts2-jquery plugin version? 1.7.3 Please provide any additional information below.
  • Dec 08, 2009
    r248 (+ New Example for Multi Select + Extend existing Examples) committed by johgep   -   + New Example for Multi Select + Extend existing Examples
    + New Example for Multi Select + Extend existing Examples
  • Dec 08, 2009
    r247 (+ Add more Topics + Fix problems with Navigator + Fix Proble...) committed by johgep   -   + Add more Topics + Fix problems with Navigator + Fix Problems with Grid and Custume Themes
    + Add more Topics + Fix problems with Navigator + Fix Problems with Grid and Custume Themes
  • Dec 07, 2009
    r246 (Upgrade showcase to 2.1.8.1) committed by johgep   -   Upgrade showcase to 2.1.8.1
    Upgrade showcase to 2.1.8.1
  • Dec 07, 2009
    r245 ([No log message]) committed by johgep   -   [No log message]
    [No log message]
  • Dec 07, 2009
    r244 (Set Struts Version to 2.1.8.1) committed by johgep   -   Set Struts Version to 2.1.8.1
    Set Struts Version to 2.1.8.1
  • Dec 05, 2009
    Sortable (add sortable functionality for Divs and lists.) Wiki page commented on by javagens   -   jkljl
    jkljl
 
Hosted by Google Code