Sign in
|
Join
|
Help
Lamia's Java Blog - A Pinoy Java Blog
Lamia's Java Blog - A Pinoy Java Blog : Java Code, Java Tutorials, Java Tips
Advertisement
Blog Subscription Form
Email Notifications
Go
Syndication
RSS for Posts
Atom
RSS for Comments
Recent Posts
Resetting a session-scoped ActionForm member value
NullPointerException when submitting Struts <html:select> tag with multiple selection
Struts Tiles Definition Inheritance and ASP.Net Masterpages
Your ActionForm for your HTML form, POJO as your model
Multiple message-resources in struts-config.xml problem - SOLVED!
Recommended Books
Head First Java, 2nd Edition
Head First Design Patterns
Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam
Effective Java (2nd Edition)
SCJP Sun Certified Programmer for Java 6 Exam 310-065
Java Persistence with Hibernate
Community
Blogs
Blogs
Media
Forums
Blog Roll
Video Game Blog
Ordinary Web Guy
Become Rich
Woman Hair Loss
Detox
Suicide Clean Up
Visitor Map
Java Blog Search
Go
Common Questions
java.lang.IllegalStateException: Cannot forward after response has been committed
Create an array of char*(string in C++)
Passing an Array in a PL/SQL Function/Procedure
Array Simulation in CLI (Windows Batch)
java.io.IOException: FATAL ERRORS encountered by WSDL2Java tool
Configuring for 2 (or more) different log4j files
Setting the Decimal Separator in Java
Parsing Excel Date with POI - JXLS
Installing Flex SDK and Spket IDE
Inserting data to MySQL table using Flex and PHP
Java & Other Topics
.Net (8)
Blackberry (3)
C/C++ (3)
Career (26)
CSS (3)
Design Patterns (3)
Eclipse (9)
EJB (6)
FLEX (4)
J2EE-JEE (22)
J2ME (4)
Java (58)
Javascript (7)
JSTL (3)
Microsoft Windows (13)
Netbeans (4)
Object Relational Mapping (3)
Others (3)
PHP (7)
PSP (3)
RDBMS (20)
SCJP (4)
Servlets (3)
Software Engineering (3)
Struts (7)
TDD (3)
Technology (9)
Tomcat (3)
Visual Studio (4)
XML and Webservices (7)
Archives
August 2010 (2)
May 2010 (3)
April 2010 (8)
March 2010 (2)
February 2010 (1)
December 2009 (3)
October 2009 (1)
September 2009 (1)
August 2009 (2)
July 2009 (5)
June 2009 (1)
February 2009 (2)
January 2009 (5)
December 2008 (1)
November 2008 (2)
September 2008 (1)
July 2008 (4)
June 2008 (2)
May 2008 (1)
March 2008 (5)
February 2008 (2)
January 2008 (8)
December 2007 (7)
November 2007 (5)
October 2007 (5)
September 2007 (10)
August 2007 (11)
July 2007 (8)
June 2007 (5)
May 2007 (7)
April 2007 (4)
March 2007 (6)
February 2007 (6)
January 2007 (5)
December 2006 (4)
November 2006 (7)
October 2006 (3)
September 2006 (9)
August 2006 (7)
July 2006 (8)
June 2006 (7)
Blog Listing
Browse by Tags
All Tags
»
Struts
(
RSS
)
J2EE-JEE
Struts Tiles
03-02-2008 8:42 PM
Resetting a session-scoped ActionForm member value
I had a session-scoped session form and when a user clicks on a button, I wanted the value to be reset. I tried to do something like myForm.setValue(""); but it didn't do the job for some reason. Of course, I'm doing the usual struts...
Posted by
lamia
|
1 comment(s)
Filed under:
Struts
02-20-2008 9:32 PM
NullPointerException when submitting Struts <html:select> tag with multiple selection
I've been doing some client-side Javascript with Struts lately and two of my <html:select> tags happen to be a multi-select box(Listbox). Let's name them A and B for simplicity. A and B are form properties mapped to an ActionForm class....
Posted by
lamia
| with
no comments
Filed under:
Struts
01-09-2008 2:08 AM
Struts Tiles Definition Inheritance and ASP.Net Masterpages
While studying about Struts Tiles, I encountered the topic about definitions and inheriting from other definitions. For those who are not yet familiar with Tiles, a definition defines a tile or template. This reminded me of ASP.Net Master Pages which...
Posted by
lamia
|
1 comment(s)
Filed under:
Struts
,
Struts Tiles
10-28-2007 11:44 PM
Your ActionForm for your HTML form, POJO as your model
In my previous company I have developed an online recruitment system in Struts framework. Have I ever mentioned why I prefer working in a team? It's because it's easier for other to point out your mistake. And because I am a self-taught, self...
Posted by
lamia
| with
no comments
Filed under:
Struts
07-20-2006 7:03 AM
Multiple message-resources in struts-config.xml problem - SOLVED!
Ok, this should have been posted yesterday, but since something went wrong after I typed a very lengthy blog, I'm just gonna post this again now and write everything from the top of my head. So, it would seem that having multiple message-resources in...
Posted by
lamia
| with
no comments
Filed under:
Struts
,
J2EE-JEE
07-18-2006 5:22 AM
Internationalization with Struts
I haven't totally succeeded in internationalizing everything yet. But it was quite a surpirse how easy it was to do this in Java with the help of Struts <bean:write/> tag. All my static contents can now be converted to arabic(and other languages...
Posted by
lamia
|
2 comment(s)
Filed under:
Struts
06-21-2006 8:47 AM
Struts 1.1 Controller UML diagrams
I just happen to find this site on some forums I've been visiting. Since I can't think of anything to post right now to start my blog, and since I'm using Struts on my current project... I'll be posting this link... Struts 1.1 Controller...
Posted by
lamia
| with
no comments
Filed under:
Struts
,
J2EE-JEE